From 971d0e9e9a668317fc3dda6c09905bc2036328ff Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Tue, 1 Nov 2011 23:00:31 +0100 Subject: [PATCH] updated changelog for v0.8 --- ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6fd44c..8b4cdf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +libcec (0.8-1) unstable; urgency=low + + * interface changes: + * added GetDevicePowerStatus()/cec_get_device_power_status() + * added GetDeviceVendorId()/cec_get_device_vendor_id() + * 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 + * removed timeout parameter in Transmit() and included the ack timeout in + 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 + * fixed: + * set the correct ackmask on startup + * 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() + * 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. + * 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 + * added -f and --log-file parameters to cec-client + * added option to change the log level to cec-client + +-- Pulse-Eight Packaging Tue, 01 Nov 2011 22:58:00 +0200 + libcec (0.7-1) unstable; urgency=low * send a keypress with 0 duration when a key is pressed and with a duration diff --git a/debian/changelog b/debian/changelog index b6fd44c..8b4cdf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +libcec (0.8-1) unstable; urgency=low + + * interface changes: + * added GetDevicePowerStatus()/cec_get_device_power_status() + * added GetDeviceVendorId()/cec_get_device_vendor_id() + * 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 + * removed timeout parameter in Transmit() and included the ack timeout in + 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 + * fixed: + * set the correct ackmask on startup + * 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() + * 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. + * 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 + * added -f and --log-file parameters to cec-client + * added option to change the log level to cec-client + +-- Pulse-Eight Packaging Tue, 01 Nov 2011 22:58:00 +0200 + libcec (0.7-1) unstable; urgency=low * send a keypress with 0 duration when a key is pressed and with a duration -- 2.34.1