X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=6c599ec623231fc8b0934c6d79764e8775e33dd0;hb=2b44051cbfa70deafc30d9767323214debbc1a75;hp=04e70b3ea5f7fe881f9de3a9ac8391fd396d0fff;hpb=f3849e50b4c25cfc35bb3aa6ee7aae0cb1f340a0;p=deb_libcec.git diff --git a/debian/changelog b/debian/changelog index 04e70b3..6c599ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +libcec (1.8.1-1) unstable; urgency=low + + * changed/added: + * added cec-client -i / cec-client --info that calls GetLibInfo() + * header cleanups + * added CAdapterFactory, to create IAdapterCommunication instances + * added --debug to configure, to include -ggdb + + * interface changes: + * added GetLibInfo()/cec_get_lib_info(), that shows how libCEC was compiled + and with which features included. + * added ToString(cec_user_control_code_key) to the interface + + * fixed: + * disallow sending CEC_OPCODE_SET_STREAM_PATH - not allowed by the CEC spec + * persist the configuration in the eeprom after initialising the client. + fixes wrong/old settings being used in autonomous mode, which broke the + wake on cec funtion + * persist the new configuration when the hdmi port setting changed + * cleaned locks around callbacks + * LibCecSharp: set the primary LA in CecLogicalAddresses + + -- Pulse-Eight Packaging Thu, 12 Jul 2012 16:48:00 +0100 + libcec (1.7.2-1) unstable; urgency=low * changed/added: @@ -6,6 +30,8 @@ libcec (1.7.2-1) unstable; urgency=low * panasonic: added a vendor command for panasonic that will enable routing of some more buttons on the remote (guide, text, ...) * standby command won't be forwarded more than once every 10 seconds + * added vendor ids for Akai, AOC, Benq, Daewoo, Grundig, Medion, Sharp and + Vizio * cec-client: don't display debug output by default in 'cec-client -l' * interface changes: @@ -35,10 +61,17 @@ libcec (1.7.2-1) unstable; urgency=low device lets us know it went into standby mode. fixes possibly failed active source switches after it succeeded once * panasonic: fixed delayed source switch for panasonic + * panasonic: mark the tv as powered up once it sends the audiomode request * set the physical address of each device controlled by a CCECClient if it's valid * Windows could get stuck in a loop in case there an error occured while reading registry entries + * ABI fixes (binary compat with v1.2 for Windows and v1.5.2 for others) + * replace the handler directly after getting the vendor id of a device when + registering a client + * copy the class member values of the old handler when creating a new + command handler, or a delayed activate source will get lost when the + handler is switched * cec-client: wrong client version * Makefile cleanups. don't link cec-client and cec-config against libudev and liblockdev @@ -46,7 +79,7 @@ libcec (1.7.2-1) unstable; urgency=low * LibCecSharp: update the local configuration after connecting * LibCecSharp: better handling of callbacks - -- Pulse-Eight Packaging Mon, 25 Jun 2012 13:02:00 +0100 + -- Pulse-Eight Packaging Wed, 27 Jun 2012 02:06:00 +0100 libcec (1.7.1-1) unstable; urgency=low