Merge branch 'release'
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 1 Nov 2011 22:46:03 +0000 (23:46 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 1 Nov 2011 22:46:03 +0000 (23:46 +0100)
ChangeLog
debian/changelog
debian/control

index 709cdd2703011c7b8a71a77010d61fc10214232c..570c071e13b89de2c220ed806628114d8f052e56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+libcec (0.8-2) unstable; urgency=low
+
+  * added 'libboost-dev' to build deps
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Tue, 01 Nov 2011 23:31:00 +0100
+
 libcec (0.8-1) unstable; urgency=low
 
   * interface changes:
@@ -6,10 +12,10 @@ libcec (0.8-1) unstable; urgency=low
     * added GetDeviceMenuLanguage()/cec_get_device_menu_language()
     * added GetDeviceCecVersion()/cec_get_device_cec_version()
     * added SwitchMonitoring()/cec_switch_monitoring() to the interface. when
-         monitoring is enabled, the device will only log the data it received,
-         but will not respond to any message
+      monitoring is enabled, the device will only log the data it received,
+      but will not respond to any message
     * removed timeout parameter in Transmit() and included the ack timeout in
-         the cec_command struct
+       the cec_command struct
     * made the vendor id -> vendor name translation available
     * made CEC_LOG levels powers of 2
     * introduced CEC_LOG_TRAFFIC log level
@@ -18,25 +24,25 @@ libcec (0.8-1) unstable; urgency=low
     * wait for ack while keeping a lock
     * wait for the processor thread to start before continueing on startup
     * wait for messages to be transmitted before continueing in
-         CCECProcessor::Transmit()
+      CCECProcessor::Transmit()
     * only set the logical address once when it has changed
     * correct source for broadcast messages
     * win32: create Release type installer
   * changed:
     * make all reads and write in CAdapterCommunication go through buffers.
     * poll for a vendor ID of connected devices and switch to a non-standard
-         CEC implementation if needed.
+      CEC implementation if needed.
     * added vendor detection of Samsung and LG devices
     * handle samsung remote command 'return'
   * cec-client:
     * added -la and --logical-address to the command line params
     * added -d and --log-level params to cec-client
     * added -sf and --short-log-file, which only log the actual messages, not
-         the level and timestamp
+      the level and timestamp
     * added -f and --log-file parameters to cec-client
     * added option to change the log level to cec-client
 
- -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Tue, 01 Nov 2011 22:58:00 +0200
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Tue, 01 Nov 2011 22:58:00 +0100
 
 libcec (0.7-1) unstable; urgency=low
 
index 709cdd2703011c7b8a71a77010d61fc10214232c..570c071e13b89de2c220ed806628114d8f052e56 100644 (file)
@@ -1,3 +1,9 @@
+libcec (0.8-2) unstable; urgency=low
+
+  * added 'libboost-dev' to build deps
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Tue, 01 Nov 2011 23:31:00 +0100
+
 libcec (0.8-1) unstable; urgency=low
 
   * interface changes:
@@ -6,10 +12,10 @@ libcec (0.8-1) unstable; urgency=low
     * added GetDeviceMenuLanguage()/cec_get_device_menu_language()
     * added GetDeviceCecVersion()/cec_get_device_cec_version()
     * added SwitchMonitoring()/cec_switch_monitoring() to the interface. when
-         monitoring is enabled, the device will only log the data it received,
-         but will not respond to any message
+      monitoring is enabled, the device will only log the data it received,
+      but will not respond to any message
     * removed timeout parameter in Transmit() and included the ack timeout in
-         the cec_command struct
+       the cec_command struct
     * made the vendor id -> vendor name translation available
     * made CEC_LOG levels powers of 2
     * introduced CEC_LOG_TRAFFIC log level
@@ -18,25 +24,25 @@ libcec (0.8-1) unstable; urgency=low
     * wait for ack while keeping a lock
     * wait for the processor thread to start before continueing on startup
     * wait for messages to be transmitted before continueing in
-         CCECProcessor::Transmit()
+      CCECProcessor::Transmit()
     * only set the logical address once when it has changed
     * correct source for broadcast messages
     * win32: create Release type installer
   * changed:
     * make all reads and write in CAdapterCommunication go through buffers.
     * poll for a vendor ID of connected devices and switch to a non-standard
-         CEC implementation if needed.
+      CEC implementation if needed.
     * added vendor detection of Samsung and LG devices
     * handle samsung remote command 'return'
   * cec-client:
     * added -la and --logical-address to the command line params
     * added -d and --log-level params to cec-client
     * added -sf and --short-log-file, which only log the actual messages, not
-         the level and timestamp
+      the level and timestamp
     * added -f and --log-file parameters to cec-client
     * added option to change the log level to cec-client
 
- -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Tue, 01 Nov 2011 22:58:00 +0200
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com>  Tue, 01 Nov 2011 22:58:00 +0100
 
 libcec (0.7-1) unstable; urgency=low
 
index 4ca7e36fd2dba63173c9fcde449cbee4b2fdddaa..ad3d09ce473cd8674ef711a3756a53fd1baea412 100644 (file)
@@ -2,7 +2,7 @@ Source: libcec
 Section: video
 Priority: extra
 Maintainer: Lars Op den Kamp <lars.opdenkamp@pulse-eight.com>
-Build-Depends: debhelper (>= 7), libudev-dev, mime-support, locales, gawk, autotools-dev, autoconf, automake, pkg-config 
+Build-Depends: debhelper (>= 7), libudev-dev, mime-support, locales, gawk, autotools-dev, autoconf, automake, pkg-config, libboost-dev 
 Standards-Version: 3.8.3
 Homepage: http://www.pulse-eight.net/