X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ChangeLog;h=658ca3ea627de6918fe89b481c00cf252ab0e31f;hb=9c72728bd85e738350d8bd28fc9fd5cc26b80e1e;hp=7556d89372ee441de50b0f094aef21b9714d7299;hpb=d3fdb5a5bd3741249b81005e5e84b515c8606fe3;p=deb_libcec.git diff --git a/ChangeLog b/ChangeLog index 7556d89..658ca3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +libcec (2.0.1-1) unstable; urgency=low + + * changed/added: + * added Loewe support + * added signal handlers to client applications + * Documentation updated + * log the exact data for failed transmissions, not the opcode + * interface changes: + * WARNING: breaking API changes + * clean up: deprecated methods and fields removed + * callback parameters changed to fix plain C compilation + * fixed: + * fix plain C compilation + * prevent sending directly addressed commands from being sent to broadcast + * don't wait for a response when sending a reply, so we don't block message + handling + + -- Pulse-Eight Packaging Wed, 3 Oct 2012 16:49:00 +0100 + libcec (1.9.1-1) unstable; urgency=low * changed/added: @@ -17,6 +36,8 @@ libcec (1.9.1-1) unstable; urgency=low * make cec-client include cecloader.h from our project, not from system * fixed duplicate entries check in CUSBCECAdapterDetection * fixed missing cec_version updates in libcec_configuration + * transmit an active source message after to a device + that's handled by libCEC. closes #43 * rpi: handle vendor specific remote control presses. closes #42 * rpi: handle VC_CEC_LOGICAL_ADDR_LOST, sent by the Pi's firmware when the logical address was taken while CEC was being reinitialised