bump to v2.0.0
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 2 Oct 2012 23:01:48 +0000 (01:01 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 2 Oct 2012 23:01:48 +0000 (01:01 +0200)
13 files changed:
ChangeLog
debian/changelog
include/cec.h
include/cectypes.h
project/cec-config.rc
project/libCEC.nsi
project/libcec.rc
project/testclient.rc
src/CecSharpTester/Properties/AssemblyInfo.cs
src/LibCecSharp/AssemblyInfo.cpp
src/LibCecSharp/CecSharpTypes.h
src/cec-config-gui/Properties/AssemblyInfo.cs
src/lib/CECTypeUtils.h

index b2e908e16beb5b25974d24fc2442e7b5faca1f91..45c824eef2058446c0baa6dd8751694a19096f26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+libcec (2.0.1-1) unstable; urgency=low
+
+  * changed/added:
+    * added Loewe support
+    * added signal handlers to client applications
+    * Documentation updated
+  * interface changes:
+    * WARNING: breaking API changes
+    * clean up: deprecated methods and fields removed
+    * callback parameters changed to fix plain C compilation
+  * fixed:
+    * fix plain C compilation
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Wed, 3 Oct 2012 00:58:00 +0100
+
 libcec (1.9.1-1) unstable; urgency=low
 
   * changed/added:
index b2e908e16beb5b25974d24fc2442e7b5faca1f91..45c824eef2058446c0baa6dd8751694a19096f26 100644 (file)
@@ -1,3 +1,18 @@
+libcec (2.0.1-1) unstable; urgency=low
+
+  * changed/added:
+    * added Loewe support
+    * added signal handlers to client applications
+    * Documentation updated
+  * interface changes:
+    * WARNING: breaking API changes
+    * clean up: deprecated methods and fields removed
+    * callback parameters changed to fix plain C compilation
+  * fixed:
+    * fix plain C compilation
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Wed, 3 Oct 2012 00:58:00 +0100
+
 libcec (1.9.1-1) unstable; urgency=low
 
   * changed/added:
index fa612cef7a1533a6ccd6a1d95f7b235e269495a0..8d141640943ad0c28a32972a06f0aebd75717a9a 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "cectypes.h"
 
-#define LIBCEC_VERSION_CURRENT CEC_SERVER_VERSION_1_99_0
+#define LIBCEC_VERSION_CURRENT CEC_SERVER_VERSION_2_0_0
 
 namespace CEC
 {
index 6f0c372a64ae3ecca650389947cdd9c7950d6b97..d05a392dda39d8dbc2cd1963b46a440320f975d6 100644 (file)
@@ -1356,6 +1356,7 @@ typedef enum cec_client_version
   CEC_CLIENT_VERSION_1_8_2   = 0x1802,
   CEC_CLIENT_VERSION_1_9_0   = 0x1900,
   CEC_CLIENT_VERSION_1_99_0  = 0x1990,
+  CEC_CLIENT_VERSION_2_0_0   = 0x2000,
 } cec_client_version;
 
 typedef enum cec_server_version
@@ -1377,6 +1378,7 @@ typedef enum cec_server_version
   CEC_SERVER_VERSION_1_8_2   = 0x1802,
   CEC_SERVER_VERSION_1_9_0   = 0x1900,
   CEC_SERVER_VERSION_1_99_0  = 0x1990,
+  CEC_SERVER_VERSION_2_0_0   = 0x2000,
 } cec_server_version;
 
 struct libcec_configuration
index 794082517e725c368e0775be77d891de7be39725..8927346fb6504637f061b04a5451ced071ca5c9c 100644 (file)
Binary files a/project/cec-config.rc and b/project/cec-config.rc differ
index 2292fb3e5e9310b169a2c93281c9da1d373d5c24..eddaa1094a879d5a337a23ddd68a86d4ab683b84 100644 (file)
@@ -7,7 +7,7 @@
 !include "LogicLib.nsh"
 !include "x64.nsh"
 
-Name "Pulse-Eight USB-CEC Adapter"
+Name "Pulse-Eight libCEC version 2.0.0"
 OutFile "..\build\libCEC-installer.exe"
 
 XPStyle on
index 3ac6a81faea4f8d73308bbcb127f84a3d2ff00a3..579649fd32745d1e49a76be7227dc27f9c25b76d 100644 (file)
Binary files a/project/libcec.rc and b/project/libcec.rc differ
index 1e5f4479a9ae5ed7ac0fbdfee17a5f946919f4d0..b7f8c08cf5572dde4344636fcda3dcc91567f987 100644 (file)
Binary files a/project/testclient.rc and b/project/testclient.rc differ
index 53d167cea85425497d257c96ce72d1425af3a2bd..2b249ff4d4c91c5822f3b93182bfe2bb83901a31 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.9.0.0")]
-[assembly: AssemblyFileVersion("1.9.0.0")]
+[assembly: AssemblyVersion("2.0.0.0")]
+[assembly: AssemblyFileVersion("2.0.0.0")]
index c3151e256f27698b0154392a8eca16a15b9a37e0..ed06b3b3ba74c9aa3b3866cd669024bbe97a0e9f 100644 (file)
@@ -13,7 +13,7 @@ using namespace System::Security::Permissions;
 [assembly:AssemblyTrademarkAttribute("")];
 [assembly:AssemblyCultureAttribute("")];
 
-[assembly:AssemblyVersionAttribute("1.99.0.0")];
+[assembly:AssemblyVersionAttribute("2.0.0.0")];
 
 [assembly:ComVisible(false)];
 [assembly:CLSCompliantAttribute(true)];
index c60952636dbafe3d919fc2bb0422672097db7e64..a1be0d4be860b93f27599d7ed4ce3046c769911d 100644 (file)
@@ -1159,7 +1159,11 @@ namespace CecSharp
     /// <summary>
     /// v2.0.0-pre
     /// </summary>
-    Version1_99_0  = 0x1990
+    Version1_99_0  = 0x1990,
+    /// <summary>
+    /// v2.0.0
+    /// </summary>
+    Version2_0_    = 0x2000
   };
 
   /// <summary>
@@ -1234,7 +1238,11 @@ namespace CecSharp
     /// <summary>
     /// v2.0.0-pre
     /// </summary>
-    Version1_99_0  = 0x1990
+    Version1_99_0  = 0x1990,
+    /// <summary>
+    /// v2.0.0
+    /// </summary>
+    Version2_0_    = 0x2000
   };
 
   /// <summary>
index a13c18bf3c74d84a18399137815b37f3a5e0887a..b793ae2737517b3b2b77dc2b1c271b00372e1757 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.99.0.0")]
-[assembly: AssemblyFileVersion("1.99.0.0")]
+[assembly: AssemblyVersion("2.0.0.0")]
+[assembly: AssemblyFileVersion("2.0.0.0")]
index 9635ccf931ea426d2df21f495cb8fd027c559163..45a62b63d5ffe51d45d7d85d919f45e9264101b4 100644 (file)
@@ -555,6 +555,8 @@ namespace CEC
         return "1.9.0";
       case CEC_CLIENT_VERSION_1_99_0:
         return "2.0.0-pre";
+      case CEC_CLIENT_VERSION_2_0_0:
+        return "2.0.0";
       default:
         return "Unknown";
       }
@@ -598,6 +600,8 @@ namespace CEC
         return "1.9.0";
       case CEC_SERVER_VERSION_1_99_0:
         return "2.0.0-pre";
+      case CEC_CLIENT_VERSION_2_0_0:
+        return "2.0.0";
       default:
         return "Unknown";
       }