LibCecSharp: fixed - set the primary LA in CecLogicalAddresses
[deb_libcec.git] / ChangeLog
index b8b13b9f08a753946763ec6b1ddd1646435318af..6c599ec623231fc8b0934c6d79764e8775e33dd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+libcec (1.8.1-1) unstable; urgency=low
+
+  * changed/added:
+    * added cec-client -i / cec-client --info that calls GetLibInfo()
+    * header cleanups
+    * added CAdapterFactory, to create IAdapterCommunication instances
+    * added --debug to configure, to include -ggdb
+
+  * interface changes:
+    * added GetLibInfo()/cec_get_lib_info(), that shows how libCEC was compiled
+      and with which features included.
+    * added ToString(cec_user_control_code_key) to the interface
+
+  * fixed:
+    * disallow sending CEC_OPCODE_SET_STREAM_PATH - not allowed by the CEC spec
+    * persist the configuration in the eeprom after initialising the client.
+      fixes wrong/old settings being used in autonomous mode, which broke the
+      wake on cec funtion
+    * persist the new configuration when the hdmi port setting changed
+    * cleaned locks around callbacks
+    * LibCecSharp: set the primary LA in CecLogicalAddresses
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Thu, 12 Jul 2012 16:48:00 +0100
+
 libcec (1.7.2-1) unstable; urgency=low
 
   * changed/added: