bump to libCEC v2.1.0. closes #125
[deb_libcec.git] / ChangeLog
index 513a93b6b345b2223725e6f3339db706b4423564..b537d2b1925ac2360344a72b65c8d9540f80863b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+libcec (2.1.0-1) unstable; urgency=low
+
+  * changed:
+    * added vendor id for Denon
+    * LibCECTray: Added ability to send modifiers by nesting commands in
+      KeyInput.cs. credits: Nate Burr
+    * rpi: Added /opt/vc/include/interface/vmcs_host/linux to rpi_cflags to fix
+      building on 'next' firmware branch. credits: Nedim Lisica
+  * fixed:
+    * don't send two active source message sequences to philips. issue #118
+    * don't send deck status updates to philips when activating the source
+    * update the active source status correctly after a manual switch to
+      another source. closes #124
+    * rename cec_audio_status() to cec_audio_get_status() to avoid conflict
+      with the cec_audio_status enum.  This makes the C API compile again.
+      credits: Dave Chapman
+    * LibCECTray: Fixed bug with libcec adding the keyup for button commands
+      and making sure they are still executed. credits: Nate Burr
+    * rpi: don't wait for a response (and fail) when opening a connection.
+      issue #109
+    * rpi: don't try to re-register a logical address when the logical address
+      isn't registered and we receive a VC_CEC_LOGICAL_ADDR_LOST message from
+      the firmware. issue #109
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Tue, 22 Jan 2013 02:37:00 +0100
+
+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 +53,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 +85,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