From 1a7fb61e96d666778a37079d29fe590f4740d68de95e4b1f26a7adc7aa339b81 Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Fri, 14 Jun 2024 01:49:21 +0000 Subject: [PATCH] - 1.0.9 - Fixed a GetCapabilitiesMetadata bug that caused some VCP features to lack metadata values. - Fixed the return of feature-name and feature-description from GetVcpMetadata. - Fixed potential hot-plug/DPMS polling memory leaks and simplified event locking. - Recoded hot-plug/DPMS polling to avoid a potential libddcutil assertion failure. - Fixed code/doc typos, improved code readability/structure, reduced IDE warnings. - Updated documentation to caution against excessive updates when coding loops, as this may impact VDU NVRAM lifespan. - Updated documentation to caution against experimenting with non-standard features, as it may risk damage to the VDU. OBS-URL: https://build.opensuse.org/package/show/hardware/ddcutil-service?expand=0&rev=57 --- ddcutil-service-1.0.7.tar.gz | 3 --- ddcutil-service-1.0.9.tar.gz | 3 +++ ddcutil-service.changes | 12 ++++++++++++ ddcutil-service.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 ddcutil-service-1.0.7.tar.gz create mode 100644 ddcutil-service-1.0.9.tar.gz diff --git a/ddcutil-service-1.0.7.tar.gz b/ddcutil-service-1.0.7.tar.gz deleted file mode 100644 index ca3cf01..0000000 --- a/ddcutil-service-1.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58a26f611e5ec69e1dcd90a6e9609564a6d489fa54cc5f25b12a451eb805f40e -size 64328 diff --git a/ddcutil-service-1.0.9.tar.gz b/ddcutil-service-1.0.9.tar.gz new file mode 100644 index 0000000..d8b08e0 --- /dev/null +++ b/ddcutil-service-1.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e898d07fb5587bb77870fc95f44fcf7ef0d1443e7bace05dc6d662d96be2a2 +size 71417 diff --git a/ddcutil-service.changes b/ddcutil-service.changes index 9b31edc..a0195ca 100644 --- a/ddcutil-service.changes +++ b/ddcutil-service.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jun 13 23:04:48 UTC 2024 - Michael Hamilton + +- 1.0.9 + - Fixed a GetCapabilitiesMetadata bug that caused some VCP features to lack metadata values. + - Fixed the return of feature-name and feature-description from GetVcpMetadata. + - Fixed potential hot-plug/DPMS polling memory leaks and simplified event locking. + - Recoded hot-plug/DPMS polling to avoid a potential libddcutil assertion failure. + - Fixed code/doc typos, improved code readability/structure, reduced IDE warnings. + - Updated documentation to caution against excessive updates when coding loops, as this may impact VDU NVRAM lifespan. + - Updated documentation to caution against experimenting with non-standard features, as it may risk damage to the VDU. + ------------------------------------------------------------------- Thu May 16 00:25:06 UTC 2024 - Michael Hamilton diff --git a/ddcutil-service.spec b/ddcutil-service.spec index d844c56..81009ef 100644 --- a/ddcutil-service.spec +++ b/ddcutil-service.spec @@ -18,7 +18,7 @@ Name: ddcutil-service -Version: 1.0.7 +Version: 1.0.9 Release: 0 Summary: D-Bus service for libddcutil VESA DDC Monitor Virtual Control Panel License: GPL-2.0-or-later