From 94d98b71b8afae933eef5c97101da7b3ef905aa3 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Sat, 12 Nov 2011 13:38:34 +0100 Subject: [PATCH] cec: bump version numbers and added changelog for bugfix release 1.2 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- debian/changelog | 9 +++++++++ include/cectypes.h | 2 +- project/libcec.rc | Bin 3192 -> 3192 bytes project/testclient.rc | Bin 3220 -> 3220 bytes 6 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78040e0..57b6228 100644 --- 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 Sat, 12 Nov 2011 13:36:00 +0100 + libcec (1.1-3) unstable; urgency=low * fixed return value in CCECProcessor::SetStreamPath(), which prevented diff --git a/configure.ac b/configure.ac index f8cc05b..e961c1b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/debian/changelog b/debian/changelog index 78040e0..57b6228 100644 --- a/debian/changelog +++ b/debian/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 Sat, 12 Nov 2011 13:36:00 +0100 + libcec (1.1-3) unstable; urgency=low * fixed return value in CCECProcessor::SetStreamPath(), which prevented diff --git a/include/cectypes.h b/include/cectypes.h index da3e2dc..3f2fb98 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -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 }; diff --git a/project/libcec.rc b/project/libcec.rc index a0ec29fb154b69eec1927fba728fe0330691c69b..ee83cc9d3ec604e58f823652806cbfa334ea94d4 100644 GIT binary patch delta 42 vcmew%@k3&R7c-;LWN&6eMx)KO%;F%kW diff --git a/project/testclient.rc b/project/testclient.rc index b6cd2d570489fb8f04ba9b30113dfa2554f99810..8d44ff262f359dddc7ea1c00e4ad8628f56bb5db 100644 GIT binary patch delta 42 wcmbOtIYn}V7c-;LWN&6eMx)KO%z{A9=6*JFCZJe9oBZS-973CaaLi!_0QS%fJOBUy delta 42 wcmbOtIYn}V7c-;bWN&6eM#Igu%z{A9=6*JFCZJe9oBZS-973CaaLi!_0QPSTH~;_u -- 2.34.1