Merge pull request #102 from vulpesvelox/rpi_cflags
[deb_libcec.git] / ChangeLog
index 513a93b6b345b2223725e6f3339db706b4423564..d284eda629476aaf92297789799965b9e2123057 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+libcec (2.0.5-1) unstable; urgency=low
+
+  * changed:
+    * also try polls at least twice when it failed
+    * added methods to get the audiostatus and toggle the mute status from the
+      amplifier (if connected)
+    * added comboKey and iComboKeyTimeoutMs to libcec_configuration
+    * force cec_user_control_code_unknown to 0xFF
+  * fixed:
+    * check unsupported features properly
+    * only send an active source message when the stream path changed and we
+      weren't the active source yet
+    * don't mark as inactive source on routing changes
+    * press & hold
+    * never mark user control opcodes as unsupported
+    * report our OSD name to the TV, since some TVs don't request it
+    * initial audiostatus value
+    * don't log a no longer relevant FIXME
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Thu, 6 Dec 2012 20:58:00 +0100
+
 libcec (2.0.4-1) unstable; urgency=low
 
   * changed:
@@ -6,6 +27,7 @@ libcec (2.0.4-1) unstable; urgency=low
       #88
     * support colon separated data for the 'tx' command in cec-client
     * mark the adapter as (in)active source for firmware v3+
+    * added 'is' command to cec-client, to mark libCEC as inactive source
   * fixed:
     * only change the handler of the primary device if the tv has a quirks mode
       not for other devices
@@ -37,8 +59,11 @@ libcec (2.0.4-1) unstable; urgency=low
     * only set m_iCurrentButton when the duration isn't known yet. fixes
       duplicate key press for vendor remote codes. closes #81
     * delete the right registry key
+    * send active source message when we received a routing change with a
+      device that is handled by libCEC as address. issue #89
+    * return value wasn't updated in GetLogicalAddresses()
 
- -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Wed, 14 Nov 2012 18:34:00 +0100
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Thu, 15 Nov 2012 02:26:00 +0100
 
 libcec (2.0.3-1) unstable; urgency=low