From f962137ebc9e6ff56ecf2386b17980a6c04302a7 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Tue, 3 Jan 2012 22:55:00 +0100 Subject: [PATCH] updated changelog and bumped version numbers to 1.3.2 --- ChangeLog | 26 ++++++++++++++++++++++++++ debian/changelog | 26 ++++++++++++++++++++++++++ project/libcec.rc | Bin 3192 -> 3192 bytes project/testclient.rc | Bin 3220 -> 3220 bytes src/CecSharpTester/AssemblyInfo.cs | 6 +++--- src/LibCecSharp/AssemblyInfo.cpp | 4 ++-- 6 files changed, 57 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26e7662..7bd4547 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +libcec (1.3-3) unstable; urgency=low + + * changed/added: + * place in libudev include in an extern C block. fixes compilations on + older libudev versions (e.g. on Hardy). closes #2. credits @fbuenemann + * added pkg-config to the dependencies list. issue #15 + * updated README. closes #14 + * added a script that tests some basic functions of the CEC adapter: + /support/cec-test-device.sh + * fixed: + * don't make libCEC the active source when changing the physical address. + don't send active source messages on startup, when not the active source + fixes unwanted device power ups + * replace the command handler directly after receiving a changed vendor + id. change the primary type from recording device to playback device + for panasonic TVs + * don't send a deck status update when sending an active source message + for panasonic TVs + * only switch handlers once when using the generic handler + * don't switch handlers when not needed + * hold a lock in CCECProcessor::SetHDMIPort() + * don't send deck status updates when sending an active source message by + default + + -- Pulse-Eight Packaging Thu, 3 Jan 2012 22:48:00 +0100 + libcec (1.3-2) unstable; urgency=low * changed/added: diff --git a/debian/changelog b/debian/changelog index 26e7662..7bd4547 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +libcec (1.3-3) unstable; urgency=low + + * changed/added: + * place in libudev include in an extern C block. fixes compilations on + older libudev versions (e.g. on Hardy). closes #2. credits @fbuenemann + * added pkg-config to the dependencies list. issue #15 + * updated README. closes #14 + * added a script that tests some basic functions of the CEC adapter: + /support/cec-test-device.sh + * fixed: + * don't make libCEC the active source when changing the physical address. + don't send active source messages on startup, when not the active source + fixes unwanted device power ups + * replace the command handler directly after receiving a changed vendor + id. change the primary type from recording device to playback device + for panasonic TVs + * don't send a deck status update when sending an active source message + for panasonic TVs + * only switch handlers once when using the generic handler + * don't switch handlers when not needed + * hold a lock in CCECProcessor::SetHDMIPort() + * don't send deck status updates when sending an active source message by + default + + -- Pulse-Eight Packaging Thu, 3 Jan 2012 22:48:00 +0100 + libcec (1.3-2) unstable; urgency=low * changed/added: diff --git a/project/libcec.rc b/project/libcec.rc index afac3b1be48cbaea7f2e9df9bc83c41c453ebd30..e18b9a311b2c23052b1cef4c0301dff396674f3b 100644 GIT binary patch delta 60 zcmew%@k3&RA2XxTWPfHuMx)J*%;F%pJJQEo6Mlepuk|nV8CF=V6?fA N-IfukZav3IW&jj}5JCU| delta 60 zcmew%@k3&RA2XxjWPfHuM#IgG%;F%pJJQE>&&3Zpuk|nV8CF=V7R%E N-IfukZav3IW&jY!5FG#j diff --git a/project/testclient.rc b/project/testclient.rc index e21afdc263c0d09a76bc761888121ee0ffc25725..339801b3d2bb0e601199803863fe9aa24254f54f 100644 GIT binary patch delta 80 zcmbOtIYn}VA2XxTWPfHuMx)J*%!16UMhtok29papbSEESTO^#!pvj=XV8md+UQ=noSY diff --git a/src/CecSharpTester/AssemblyInfo.cs b/src/CecSharpTester/AssemblyInfo.cs index 5bddf86..73ffc39 100644 --- a/src/CecSharpTester/AssemblyInfo.cs +++ b/src/CecSharpTester/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Pulse-Eight Ltd.")] [assembly: AssemblyProduct("CecSharpClient")] -[assembly: AssemblyCopyright("Copyright © Pulse-Eight Ltd. 2011")] +[assembly: AssemblyCopyright("Copyright (c) Pulse-Eight Ltd. 2012)] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] diff --git a/src/LibCecSharp/AssemblyInfo.cpp b/src/LibCecSharp/AssemblyInfo.cpp index 459ae9f..0624b82 100644 --- a/src/LibCecSharp/AssemblyInfo.cpp +++ b/src/LibCecSharp/AssemblyInfo.cpp @@ -16,7 +16,7 @@ using namespace System::Security::Permissions; [assembly:AssemblyConfigurationAttribute("")]; [assembly:AssemblyCompanyAttribute("Pulse-Eight Ltd.")]; [assembly:AssemblyProductAttribute("LibCecSharp")]; -[assembly:AssemblyCopyrightAttribute("Copyright (c) Pulse-Eight Ltd. 2011")]; +[assembly:AssemblyCopyrightAttribute("Copyright (c) Pulse-Eight Ltd. 2012")]; [assembly:AssemblyTrademarkAttribute("")]; [assembly:AssemblyCultureAttribute("")]; @@ -31,7 +31,7 @@ using namespace System::Security::Permissions; // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly:AssemblyVersionAttribute("1.0.*")]; +[assembly:AssemblyVersionAttribute("1.3.2.0")]; [assembly:ComVisible(false)]; -- 2.34.1