log the exact data for failed transmissions, not the opcode
[deb_libcec.git] / debian / changelog
index 7556d89372ee441de50b0f094aef21b9714d7299..45c824eef2058446c0baa6dd8751694a19096f26 100644 (file)
@@ -1,3 +1,18 @@
+libcec (2.0.1-1) unstable; urgency=low
+
+  * changed/added:
+    * added Loewe support
+    * added signal handlers to client applications
+    * Documentation updated
+  * 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
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Wed, 3 Oct 2012 00:58:00 +0100
+
 libcec (1.9.1-1) unstable; urgency=low
 
   * changed/added:
@@ -17,6 +32,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 <set stream path> 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