cec: bump version numbers and added changelog for bugfix release 1.2
authorLars Op den Kamp <lars@opdenkamp.eu>
Sat, 12 Nov 2011 12:38:34 +0000 (13:38 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Sat, 12 Nov 2011 12:38:34 +0000 (13:38 +0100)
ChangeLog
configure.ac
debian/changelog
include/cectypes.h
project/libcec.rc
project/testclient.rc

index 78040e018cec3acb619220cabdfac76b241d3393..57b6228d8dd841b720a1b4372b8906831a1644f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+libcec (1.2-1) unstable; urgency=low
+
+  * bugfixes:
+    * pass the deck_control command to libcec listeners
+    * check whether the initiator is valid in CCECProcessor::ParseCommand().
+      fixes possible segfault when parsing invalid data
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Sat, 12 Nov 2011 13:36:00 +0100
+
 libcec (1.1-3) unstable; urgency=low
 
   * fixed return value in CCECProcessor::SetStreamPath(), which prevented
index f8cc05be1d6c5a97ebe36e3ff65a6cf10d24f5ca..e961c1b2e6e1837a92d929d74749a8d04b91dd2b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libcec], 1:1:0)
+AC_INIT([libcec], 1:2:0)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AC_PROG_CXX
index 78040e018cec3acb619220cabdfac76b241d3393..57b6228d8dd841b720a1b4372b8906831a1644f9 100644 (file)
@@ -1,3 +1,12 @@
+libcec (1.2-1) unstable; urgency=low
+
+  * bugfixes:
+    * pass the deck_control command to libcec listeners
+    * check whether the initiator is valid in CCECProcessor::ParseCommand().
+      fixes possible segfault when parsing invalid data
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Sat, 12 Nov 2011 13:36:00 +0100
+
 libcec (1.1-3) unstable; urgency=low
 
   * fixed return value in CCECProcessor::SetStreamPath(), which prevented
index da3e2dc4a7d3c6659a52b8872cf39fb6c2fee3be..3f2fb9825a783c0dcc8acc50652ce4647ba32445 100644 (file)
@@ -827,7 +827,7 @@ typedef enum cec_vendor_id
 
 #define CEC_MIN_LIB_VERSION          1
 #define CEC_LIB_VERSION_MAJOR        1
-#define CEC_LIB_VERSION_MINOR        1
+#define CEC_LIB_VERSION_MINOR        2
 
 #ifdef __cplusplus
 };
index a0ec29fb154b69eec1927fba728fe0330691c69b..ee83cc9d3ec604e58f823652806cbfa334ea94d4 100644 (file)
Binary files a/project/libcec.rc and b/project/libcec.rc differ
index b6cd2d570489fb8f04ba9b30113dfa2554f99810..8d44ff262f359dddc7ea1c00e4ad8628f56bb5db 100644 (file)
Binary files a/project/testclient.rc and b/project/testclient.rc differ