X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ChangeLog;h=2ec5e1bc0569ef24b9ceefa567c0501561e35bfb;hb=b1d821c6982cf67b68fe1ee00e58af33a75d5b3b;hp=11d798e2cb28f664d75947bea185687aa7ca0607;hpb=0a61dc2416f3eacb839ff67ac5abf0024c1d2f40;p=deb_libcec.git diff --git a/ChangeLog b/ChangeLog index 11d798e..2ec5e1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +libcec (1.7.2-1) unstable; urgency=low + + * changed/added: + * display a warning message if libCEC was not compiled with adapter + detection for the target platform + * panasonic: added a vendor command for panasonic that will enable routing + of some more buttons on the remote (guide, text, ...) + * cec-client: don't display debug output by default in 'cec-client -l' + + * interface changes: + * added cec_command::PushArray() + + * fixed: + * missing virtual keyword in CCECCommandHandler:: + GetReplacementDeviceType() + * replace the handler (if needed) in GetHandler() + * reply with abort reason 'invalid operand' to vendor commands that we + don't understand + * changed all Handle...() commands to return a cec_abort_reason and send + the correct abort reason to the initiator as a response to directly + addressed messages + * changed 'couldn't change the ackmask: the connection is closed' into a + debug message + * don't send active source commands when the physical address is invalid or + unknown + * set the power status of a device to 'powered on' after it sends a stream + path change. can save an unneeded power state update request + * removed dupe code around delayed activate source commands. check for + delayed active source commands every 5 seconds instead of 15 seconds. + * panasonic: reset m_bPowerUpEventReceived in CVLCommandHandler when the + device lets us know it went into standby mode. fixes possibly failed + active source switches after it succeeded once + * panasonic: fixed delayed source switch for panasonic + * cec-client: wrong client version + * Makefile cleanups. don't link cec-client and cec-config against libudev + and liblockdev + + -- Pulse-Eight Packaging Thu, 21 Jun 2012 16:01:00 +0100 + libcec (1.7.1-1) unstable; urgency=low * changed/added: @@ -29,8 +68,18 @@ libcec (1.7.1-1) unstable; urgency=low the client as source instead * hold a lock when changing the ackmask in CUSBCECAdapterCommunication::Open - - -- Pulse-Eight Packaging Mon, 4 Jun 2012 10:34:00 +0100 + * don't respond with a feature abort to opcode play messages. bugzid: 873 + * get the vendor id of the TV before allocating logical addresses, so we + can determine if the TV supports the requested device type directly + * TransmitImageViewOn() and TransmitActiveSource() always returned true, + even if sending the command failed, so the retry for failed source + activations was never triggered + * open libcec.so.1 instead of libcec.so in cecloader.h. credits @coling. + github issue #30. + * fixed missing firmware version and build date in cec-client -l / + GetDeviceInformation() + + -- Pulse-Eight Packaging Sun, 10 Jun 2012 13:39:00 +0100 libcec (1.6.1-5) unstable; urgency=low