updated changelog for 1.7.1 and bumped remaining version numbers
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 21 Jun 2012 14:07:28 +0000 (16:07 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 21 Jun 2012 14:07:28 +0000 (16:07 +0200)
ChangeLog
debian/changelog
project/cec-config.rc
project/libcec.rc
project/testclient.rc
src/CecSharpTester/Properties/AssemblyInfo.cs
src/LibCecSharp/AssemblyInfo.cpp
src/cec-config-gui/Properties/AssemblyInfo.cs

index 3d69d4f3cd1d3f0b7f2075574dfe411cb8dbde92..2ec5e1bc0569ef24b9ceefa567c0501561e35bfb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+libcec (1.7.2-1) unstable; urgency=low
+
+  * changed/added:
+    * display a warning message if libCEC was not compiled with adapter
+      detection for the target platform
+    * panasonic: added a vendor command for panasonic that will enable routing
+      of some more buttons on the remote (guide, text, ...)
+    * cec-client: don't display debug output by default in 'cec-client -l'
+
+  * interface changes:
+    * added cec_command::PushArray()
+
+  * fixed:
+    * missing virtual keyword in CCECCommandHandler::
+      GetReplacementDeviceType()
+    * replace the handler (if needed) in GetHandler()
+    * reply with abort reason 'invalid operand' to vendor commands that we
+      don't understand
+    * changed all Handle...() commands to return a cec_abort_reason and send
+      the correct abort reason to the initiator as a response to directly
+      addressed messages
+    * changed 'couldn't change the ackmask: the connection is closed' into a
+      debug message
+    * don't send active source commands when the physical address is invalid or
+      unknown
+    * set the power status of a device to 'powered on' after it sends a stream
+      path change. can save an unneeded power state update request
+    * removed dupe code around delayed activate source commands. check for
+      delayed active source commands every 5 seconds instead of 15 seconds.
+    * panasonic: reset m_bPowerUpEventReceived in CVLCommandHandler when the
+      device lets us know it went into standby mode. fixes possibly failed
+      active source switches after it succeeded once
+    * panasonic: fixed delayed source switch for panasonic
+    * cec-client: wrong client version
+    * Makefile cleanups. don't link cec-client and cec-config against libudev
+      and liblockdev
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Thu, 21 Jun 2012 16:01:00 +0100
+
 libcec (1.7.1-1) unstable; urgency=low
 
   * changed/added:
index 3d69d4f3cd1d3f0b7f2075574dfe411cb8dbde92..2ec5e1bc0569ef24b9ceefa567c0501561e35bfb 100644 (file)
@@ -1,3 +1,42 @@
+libcec (1.7.2-1) unstable; urgency=low
+
+  * changed/added:
+    * display a warning message if libCEC was not compiled with adapter
+      detection for the target platform
+    * panasonic: added a vendor command for panasonic that will enable routing
+      of some more buttons on the remote (guide, text, ...)
+    * cec-client: don't display debug output by default in 'cec-client -l'
+
+  * interface changes:
+    * added cec_command::PushArray()
+
+  * fixed:
+    * missing virtual keyword in CCECCommandHandler::
+      GetReplacementDeviceType()
+    * replace the handler (if needed) in GetHandler()
+    * reply with abort reason 'invalid operand' to vendor commands that we
+      don't understand
+    * changed all Handle...() commands to return a cec_abort_reason and send
+      the correct abort reason to the initiator as a response to directly
+      addressed messages
+    * changed 'couldn't change the ackmask: the connection is closed' into a
+      debug message
+    * don't send active source commands when the physical address is invalid or
+      unknown
+    * set the power status of a device to 'powered on' after it sends a stream
+      path change. can save an unneeded power state update request
+    * removed dupe code around delayed activate source commands. check for
+      delayed active source commands every 5 seconds instead of 15 seconds.
+    * panasonic: reset m_bPowerUpEventReceived in CVLCommandHandler when the
+      device lets us know it went into standby mode. fixes possibly failed
+      active source switches after it succeeded once
+    * panasonic: fixed delayed source switch for panasonic
+    * cec-client: wrong client version
+    * Makefile cleanups. don't link cec-client and cec-config against libudev
+      and liblockdev
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Thu, 21 Jun 2012 16:01:00 +0100
+
 libcec (1.7.1-1) unstable; urgency=low
 
   * changed/added:
index 1e6cff7860b4564c57ca5c3a1128c9e2fa38dc93..e47ea2df3279b884fe8c99eab847d927c60998ad 100644 (file)
Binary files a/project/cec-config.rc and b/project/cec-config.rc differ
index b7645d5ae3a47fa076183d2726832d92e101a154..547d08c9389c3aa6ffc77b8c1cdf3db06311bb4f 100644 (file)
Binary files a/project/libcec.rc and b/project/libcec.rc differ
index e6d2bb14c8ac71a6bb7e7ecb0433f54ab51a26e3..1025fccbcb9e2494a1695bc100757a470fb7a5fc 100644 (file)
Binary files a/project/testclient.rc and b/project/testclient.rc differ
index e633261e09d35421cf000b8bd848377c9d26c643..1e6b929fe2366b60c548966326da45e7bf4be31e 100644 (file)
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.7.0.0")]
-[assembly: AssemblyFileVersion("1.7.0.0")]
+[assembly: AssemblyVersion("1.7.1.0")]
+[assembly: AssemblyFileVersion("1.7.1.0")]
index 1d5f769befdbc9ab62a4de1c8ad15ad9a9cb5e09..4aa58ec94f72588f731e47209df91ecf1959012a 100644 (file)
@@ -13,7 +13,7 @@ using namespace System::Security::Permissions;
 [assembly:AssemblyTrademarkAttribute("")];
 [assembly:AssemblyCultureAttribute("")];
 
-[assembly:AssemblyVersionAttribute("1.7.0.0")];
+[assembly:AssemblyVersionAttribute("1.7.1.0")];
 
 [assembly:ComVisible(false)];
 [assembly:CLSCompliantAttribute(true)];
index 1a83d3ec997991cf7af03c89238949881cc59cb3..56ca7ec14ec81a87a96a4c0c48528d058f0cb624 100644 (file)
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.7.0.0")]
-[assembly: AssemblyFileVersion("1.7.0.0")]
+[assembly: AssemblyVersion("1.7.1.0")]
+[assembly: AssemblyFileVersion("1.7.1.0")]