X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ChangeLog;h=ab93e67103474a54af6068a0c39bfca0a31119a4;hb=8187ac5fe2c685758c679b7d75c26795aa447c9c;hp=b537d2b1925ac2360344a72b65c8d9540f80863b;hpb=9b56a19a140bd34799c558e4d879f517ff3ad5ca;p=deb_libcec.git diff --git a/ChangeLog b/ChangeLog index b537d2b..ab93e67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,36 @@ -libcec (2.1.0-1) unstable; urgency=low +libcec (2.1.1-1) unstable; urgency=low - * changed: + * changed / added: + * send an alert when the TV does not respond to polls + * fixed: + * LG didn't switch sources after the TV powered up + * always poll a device when the status is unknown, and don't try to + determine whether it needs to be polled by checking the status of other + devices + * don't mark a device as inactive when receiving a routing change message, + only when another device was made acive. fixes the issue that rc + passthrough doesn't work when a tv sends a quick routing change to + another port before requesting the active source when coming out of + standby + * LibCecSharp: fixed 14 char long OSD name (wasn't \0 terminated) + * LibCecSharp: fixed return value of GetActiveDevices(). issue #131 + * cec-tray: fixed index out of range exception in CECSettingNumeric.cs. + bugzid: 2082 + * cec-tray: ensure that the tray app only initialises once. bugzid: 2082 + * rpi: don't set the physical address to 1.0.0.0 when receiving + VC_HDMI_UNPLUGGED. it may wake up device when they were just sent to + standby. issue #142 + * osx: use the correct dylib name in cecloader.h, used by cec-client + + -- Pulse-Eight Packaging Fri, 8 Mar 2013 17:21:00 +0100 + + libcec (2.1.0-1) unstable; urgency=low + + * changed / added: * added vendor id for Denon + * added DetectAdapters() method, that returns all device information for + detected adapters, not just the com port + * added new method PowerOnScreensaver. credits: @jmarcet * LibCECTray: Added ability to send modifiers by nesting commands in KeyInput.cs. credits: Nate Burr * rpi: Added /opt/vc/include/interface/vmcs_host/linux to rpi_cflags to fix @@ -16,13 +45,10 @@ libcec (2.1.0-1) unstable; urgency=low credits: Dave Chapman * LibCECTray: Fixed bug with libcec adding the keyup for button commands and making sure they are still executed. credits: Nate Burr - * rpi: don't wait for a response (and fail) when opening a connection. - issue #109 - * rpi: don't try to re-register a logical address when the logical address - isn't registered and we receive a VC_CEC_LOGICAL_ADDR_LOST message from - the firmware. issue #109 + * rpi: register callback for HPD. re-read the physical address when we + received VC_HDMI_ATTACHED. issue #109 - -- Pulse-Eight Packaging Tue, 22 Jan 2013 02:37:00 +0100 + -- Pulse-Eight Packaging Tue, 26 Feb 2013 23:06:00 +0100 libcec (2.0.5-1) unstable; urgency=low