From e6b4a29e3ddd20b848611a861b4df7572d77fafa Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Thu, 12 Jan 2012 22:02:12 +0100 Subject: [PATCH] cec: updated changelog and version numbers for v1.4.0 --- ChangeLog | 28 +++++++++++++++++++++++++++- configure.ac | 2 +- debian/changelog | 28 +++++++++++++++++++++++++++- include/cectypes.h | 2 +- project/libcec.rc | Bin 3192 -> 3192 bytes project/testclient.rc | Bin 3220 -> 3220 bytes src/CecSharpTester/AssemblyInfo.cs | 4 ++-- src/LibCecSharp/AssemblyInfo.cpp | 2 +- 8 files changed, 59 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7bd4547..fbf5d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,30 @@ -libcec (1.3-3) unstable; urgency=low +libcec (1.4-1) unstable; urgency=low + + * changed/added: + * added the vendor id for Sony + * always refresh the power state of a device when it hasn't been updated + for 30 seconds + * do silent builds by default + * interface changes: + * added optional callback methods to libCEC. enable them by calling + EnableCallbacks(ICECCallbacks *callbacks) / + cec_enable_callbacks(ICECCallbacks *callbacks). after this method is + called, the GetNext...() methods will not return any data + * added the same callbacks to LibCecSharp. implement CecCallbackMethods + and override the methods in there + * fixed: + * use the given timeout when trying to open a connection to the CEC + adapter + * resolved difference between method name in LibCECC.cpp and cecc.h. + credits: Doug Johnson + * don't transmit physical addresses while holding a lock in CCECProcessor + * don't hold a lock when sending an active source message. + * unload libCEC when the lib version is invalid + * "unused" warnings suppressed + + -- Pulse-Eight Packaging Thu, 12 Jan 2012 19:06:00 +0100 + + libcec (1.3-3) unstable; urgency=low * changed/added: * place in libudev include in an extern C block. fixes compilations on diff --git a/configure.ac b/configure.ac index a07f958..ebb68da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libcec], 1:3:0) +AC_INIT([libcec], 1:4:0) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_SILENT_RULES([yes]) diff --git a/debian/changelog b/debian/changelog index 7bd4547..fbf5d23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,30 @@ -libcec (1.3-3) unstable; urgency=low +libcec (1.4-1) unstable; urgency=low + + * changed/added: + * added the vendor id for Sony + * always refresh the power state of a device when it hasn't been updated + for 30 seconds + * do silent builds by default + * interface changes: + * added optional callback methods to libCEC. enable them by calling + EnableCallbacks(ICECCallbacks *callbacks) / + cec_enable_callbacks(ICECCallbacks *callbacks). after this method is + called, the GetNext...() methods will not return any data + * added the same callbacks to LibCecSharp. implement CecCallbackMethods + and override the methods in there + * fixed: + * use the given timeout when trying to open a connection to the CEC + adapter + * resolved difference between method name in LibCECC.cpp and cecc.h. + credits: Doug Johnson + * don't transmit physical addresses while holding a lock in CCECProcessor + * don't hold a lock when sending an active source message. + * unload libCEC when the lib version is invalid + * "unused" warnings suppressed + + -- Pulse-Eight Packaging Thu, 12 Jan 2012 19:06:00 +0100 + + libcec (1.3-3) unstable; urgency=low * changed/added: * place in libudev include in an extern C block. fixes compilations on diff --git a/include/cectypes.h b/include/cectypes.h index ce09d83..ba21200 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -78,7 +78,7 @@ namespace CEC { #define CEC_MIN_LIB_VERSION 1 #define CEC_LIB_VERSION_MAJOR 1 -#define CEC_LIB_VERSION_MINOR 3 +#define CEC_LIB_VERSION_MINOR 4 typedef enum cec_abort_reason { diff --git a/project/libcec.rc b/project/libcec.rc index e18b9a311b2c23052b1cef4c0301dff396674f3b..2b1e541067631eedcfde7de56b18f34d9b01706e 100644 GIT binary patch delta 58 zcmew%@k3&R7c;8~gARkiWPfH|2y1gAvoJ_d4=A{vLwfQ7Rg-4 N4-TQtKRD(v0|4YK4;%mh delta 68 zcmbOtIYn}V7c;9dgARkyWPfH|2y1gAGcPlzF@qk15fB?pF67YNe1wgOi5)65S)NsL O@(&K7%|AHiFarSOwGSWw diff --git a/src/CecSharpTester/AssemblyInfo.cs b/src/CecSharpTester/AssemblyInfo.cs index e3242fb..d742067 100644 --- a/src/CecSharpTester/AssemblyInfo.cs +++ b/src/CecSharpTester/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.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/src/LibCecSharp/AssemblyInfo.cpp b/src/LibCecSharp/AssemblyInfo.cpp index 0624b82..c5dd8e2 100644 --- a/src/LibCecSharp/AssemblyInfo.cpp +++ b/src/LibCecSharp/AssemblyInfo.cpp @@ -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.3.2.0")]; +[assembly:AssemblyVersionAttribute("1.4.0.0")]; [assembly:ComVisible(false)]; -- 2.34.1