+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
-AC_INIT([libcec], 1:1:0)
+AC_INIT([libcec], 1:2:0)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_PROG_CXX
+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
#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
};