X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=5c43fc20b5dd1b370c7b40a907e21901832f9a4b;hb=cb8feb4160641e48180542d195f704170bfbaf90;hp=6c599ec623231fc8b0934c6d79764e8775e33dd0;hpb=2b44051cbfa70deafc30d9767323214debbc1a75;p=deb_libcec.git diff --git a/ChangeLog b/ChangeLog index 6c599ec..5c43fc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,33 @@ +libcec (1.8.2-1) unstable; urgency=low + + * changed/added: + * p8: match to the response provided by the firmware when checking + responses (added in firmware v2 rev6) + + * fixed: + * windows: update the error message when an error occurs while writing to + the serial port + * delayed source switch time was reset, resulting in an attempt every + second until it succeeded + * ensure that the vendor commands are always sent for panasonic, and that + the deck status for lg isn't reset. fixes some buttons not working after + a second or delayed source switch + * added guard so ReplaceHandler() doesn't accidently try to replace a + handler for the broadcast address + * wait until the commandhandler is replaced before registering a client, + so we don't register a client and replace it directly afterwards if the + tv doesn't support the device type + * ensure that the command handler of the tv is replaced before registering + a client, or it might result in a double eeprom write attempt + * p8: don't disable controlled mode when switching to monitoring mode + * p8: do delayed eeprom writes async or it'll block processing other input + + -- Pulse-Eight Packaging Tue, 3 Aug 2012 02:35:00 +0100 + libcec (1.8.1-1) unstable; urgency=low * changed/added: + * added support for the Raspberry Pi. * added cec-client -i / cec-client --info that calls GetLibInfo() * header cleanups * added CAdapterFactory, to create IAdapterCommunication instances @@ -18,9 +45,14 @@ libcec (1.8.1-1) unstable; urgency=low wake on cec funtion * persist the new configuration when the hdmi port setting changed * cleaned locks around callbacks + * always set controlled mode to false when unregistering the last client. + fixes 30 second timeout before controlled mode gets deactivated + * updated the cached device type setting properly when persisting new + settings. correct return value from WriteEEPROM(). lock a mutex when + updating the state * LibCecSharp: set the primary LA in CecLogicalAddresses - -- Pulse-Eight Packaging Thu, 12 Jul 2012 16:48:00 +0100 + -- Pulse-Eight Packaging Tue, 25 Jul 2012 13:05:00 +0100 libcec (1.7.2-1) unstable; urgency=low