From: Lars Op den Kamp Date: Wed, 25 Jan 2012 22:32:19 +0000 (+0100) Subject: updated changelog and version numbers for v1.4.1 X-Git-Tag: upstream/2.2.0~1^2~39^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=2819463f691b83e6e7852d5578a2a7263bfca22a updated changelog and version numbers for v1.4.1 --- diff --git a/ChangeLog b/ChangeLog index 83e8626..5478397 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +libcec (1.4-2) unstable; urgency=low + + * changed/added: + * added a firmware flash script for linux. + usage: ./support/cec-flash-device.sh /path/to/firware.hex + * refactored threading/locking - added windows native instead of + pthread-win32, so we can compile native x64 too + * check whether the adapter responds when connecting to it and report the + firmware version of the adapter after connecting + * moved create-installer.cmd to support/ + * completely removed AM_SILENT_RULES + * interface changes: + * compile LibCecSharp against .NET framework 2.0 and sign the assembly + * fixed: + * only the key release events were sent, not keypresses, which appeared in + clients as laggy keypresses + * fixed reconnect after standby + * wait for active tranmission to finish when opening a connection to the + adapter. fixes initialisation errors + * set the default transmit timeout properly instead of using 0 + * fixed possible deadlock because of a negative timeout in + CAdapterCommunication::WaitForTransmitSucceeded() + * fixed error message in cec-client (unable to open the device on port ...) + * exit cec-client after entering bootloader mode + * MSGCODE_START_BOOTLOADER doesn't respond with MSGCODE_COMMAND_ACCEPTED + + -- Pulse-Eight Packaging Thu, 25 Jan 2012 23:28:00 +0100 + libcec (1.4-1) unstable; urgency=low * changed/added: diff --git a/debian/changelog b/debian/changelog index 83e8626..5478397 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +libcec (1.4-2) unstable; urgency=low + + * changed/added: + * added a firmware flash script for linux. + usage: ./support/cec-flash-device.sh /path/to/firware.hex + * refactored threading/locking - added windows native instead of + pthread-win32, so we can compile native x64 too + * check whether the adapter responds when connecting to it and report the + firmware version of the adapter after connecting + * moved create-installer.cmd to support/ + * completely removed AM_SILENT_RULES + * interface changes: + * compile LibCecSharp against .NET framework 2.0 and sign the assembly + * fixed: + * only the key release events were sent, not keypresses, which appeared in + clients as laggy keypresses + * fixed reconnect after standby + * wait for active tranmission to finish when opening a connection to the + adapter. fixes initialisation errors + * set the default transmit timeout properly instead of using 0 + * fixed possible deadlock because of a negative timeout in + CAdapterCommunication::WaitForTransmitSucceeded() + * fixed error message in cec-client (unable to open the device on port ...) + * exit cec-client after entering bootloader mode + * MSGCODE_START_BOOTLOADER doesn't respond with MSGCODE_COMMAND_ACCEPTED + + -- Pulse-Eight Packaging Thu, 25 Jan 2012 23:28:00 +0100 + libcec (1.4-1) unstable; urgency=low * changed/added: diff --git a/project/libcec.rc b/project/libcec.rc index 2b1e541..4254476 100644 Binary files a/project/libcec.rc and b/project/libcec.rc differ diff --git a/project/testclient.rc b/project/testclient.rc index f80c470..c685015 100644 Binary files a/project/testclient.rc and b/project/testclient.rc differ diff --git a/src/CecSharpTester/Properties/AssemblyInfo.cs b/src/CecSharpTester/Properties/AssemblyInfo.cs index 256165b..eb3e6c1 100644 --- a/src/CecSharpTester/Properties/AssemblyInfo.cs +++ b/src/CecSharpTester/Properties/AssemblyInfo.cs @@ -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.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.1.0")] +[assembly: AssemblyFileVersion("1.4.1.0")] diff --git a/src/LibCecSharp/AssemblyInfo.cpp b/src/LibCecSharp/AssemblyInfo.cpp index af53636..716ad99 100644 --- a/src/LibCecSharp/AssemblyInfo.cpp +++ b/src/LibCecSharp/AssemblyInfo.cpp @@ -13,7 +13,7 @@ using namespace System::Security::Permissions; [assembly:AssemblyTrademarkAttribute("")]; [assembly:AssemblyCultureAttribute("")]; -[assembly:AssemblyVersionAttribute("1.4.0.0")]; +[assembly:AssemblyVersionAttribute("1.4.1.0")]; [assembly:ComVisible(false)]; [assembly:CLSCompliantAttribute(true)];