From 1858a00e7403220e361917eb6844467c9a0087bd Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Fri, 27 Jan 2012 13:07:46 +0100 Subject: [PATCH] cec: bump version numbers for bugfix release 1.4.2 --- ChangeLog | 11 ++++++++++- debian/changelog | 11 ++++++++++- project/libcec.rc | Bin 3192 -> 3192 bytes project/testclient.rc | Bin 3220 -> 3220 bytes src/CecSharpTester/Properties/AssemblyInfo.cs | 4 ++-- src/LibCecSharp/AssemblyInfo.cpp | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff67255..49b0e7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +libcec (1.4-3) unstable; urgency=low + + * fixed: + * try to ping the device and grab the firmware version until the connect + timeout runs out. fixes failed reconnect after standby, when the adapter + is still being initialised + + -- Pulse-Eight Packaging Thu, 27 Jan 2012 13:05:00 +0100 + libcec (1.4-2) unstable; urgency=low * changed/added: @@ -6,7 +15,7 @@ libcec (1.4-2) unstable; urgency=low * 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 + firmware version of the adapter after connecting * moved create-installer.cmd to support/ * completely removed AM_SILENT_RULES * interface changes: diff --git a/debian/changelog b/debian/changelog index ff67255..49b0e7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libcec (1.4-3) unstable; urgency=low + + * fixed: + * try to ping the device and grab the firmware version until the connect + timeout runs out. fixes failed reconnect after standby, when the adapter + is still being initialised + + -- Pulse-Eight Packaging Thu, 27 Jan 2012 13:05:00 +0100 + libcec (1.4-2) unstable; urgency=low * changed/added: @@ -6,7 +15,7 @@ libcec (1.4-2) unstable; urgency=low * 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 + firmware version of the adapter after connecting * moved create-installer.cmd to support/ * completely removed AM_SILENT_RULES * interface changes: diff --git a/project/libcec.rc b/project/libcec.rc index 42544764b66f1125ff03b1cfb925c8793b98651d..b5e6969cb485588c99f670bfe8044afe8df724f6 100644 GIT binary patch delta 42 vcmew%@k3&RA2XxTWPfHuMx)J*%;F%2X4A+-4i H#~fw=SbPnj delta 52 zcmbOtIYn}VA2XxjWPfHuM#IgG%!16Uh75WP29papbT=PiV`E|lawp5PN>2X4A+-4i H#~fw=SNjc| diff --git a/src/CecSharpTester/Properties/AssemblyInfo.cs b/src/CecSharpTester/Properties/AssemblyInfo.cs index eb3e6c1..fb546d4 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.1.0")] -[assembly: AssemblyFileVersion("1.4.1.0")] +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")] diff --git a/src/LibCecSharp/AssemblyInfo.cpp b/src/LibCecSharp/AssemblyInfo.cpp index 716ad99..c030509 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.1.0")]; +[assembly:AssemblyVersionAttribute("1.4.2.0")]; [assembly:ComVisible(false)]; [assembly:CLSCompliantAttribute(true)]; -- 2.34.1