Merge branch 'master' into release
[deb_libcec.git] / ChangeLog
index 5d2c3dd5912fcb46133e26eaacfd4474f72cc02f..26e76628dbbf196a2aa927043ea8a5a0482347e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,36 @@
-libcec (1.4-1) unstable; urgency=low
+libcec (1.3-2) unstable; urgency=low
+
+   * changed/added:
+     * copy libcec.dll to the XBMC installation dir when XBMC is found
+     * disable background polling. let the client request this info when needed
+     * update the power status of a device when it's set to
+       CEC_POWER_STATUS_IN_TRANSITION_STANDBY_TO_ON
+     * wait for the correct response when requesting something, not just any
+       response
+     * don't keep trying the same command/request after receiving a feature
+       abort message
+   * interface changes:
+     * change the previously unused boolean parameter in volume control methods
+       to bSendRelease, and only send a key release when it's true. default to
+       true
+   * fixed:
+     * don't send the power up/down keypress to listeners when in the initial
+       device state (powered off). fixes unexpected shutdown in XBMC when
+       connecting to the CEC adapter.
+     * send a 'menu state activated' command when starting up. bugzid: 113
+     * don't wait for a response when not needed
+     * don't hold a lock while waiting for a response. fixes failed libCEC
+       inits and slow responses
+     * don't replace a command handler when it's being used. fixes possible
+       crash on startup
+     * don't try to do anything before the processor thread has started
+     * don't transmit active source messages when the physical address is
+       still 0xFFFF
+     * don't init the default handler before the physical address is known
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Thu, 29 Dec 2011 03:05:00 +0100
+
+libcec (1.3-1) unstable; urgency=low
 
   * changed/added:
     * make libudev optional. if libudev is not available on linux, adapter
@@ -19,8 +51,8 @@ libcec (1.4-1) unstable; urgency=low
       result and any error/warning, execute it with
       RESULT=`echo command | cec-client -s -d 3` (on linux/osx, win32 batch
       files are a bit different)
-    * added physical address option to cec-client. credits @joshua-nord.
-      closes #3
+    * added HDMI port ('-p' or '--port') and base device ('-b' or '--base') to
+      cec-client's parameters
     * handle image view on and text view on
     * handle routing information and report physical address opcodes
     * handle audio status updates
@@ -77,8 +109,10 @@ libcec (1.4-1) unstable; urgency=low
     * uncorrected CEC_OPCODE_DEVICE_VENDOR_ID. closes #5
     * renamed enum methods. fixes potential macro collision with isset().
       thanks davilla
+    * don't change the active device when receiving stream path changed
+      messages. fixes wrong source selection when powering after the TV.
 
- -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Sat, 12 Nov 2011 13:36:00 +0100
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Fri, 09 Dec 2011 12:16:00 +0100
 
 libcec (1.2-1) unstable; urgency=low