X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ChangeLog;h=d21ac4f5a6731c49ab77aef8219bf2280a038874;hb=9d0dd77c941cd0336908d6b3920b3f1c5660ed04;hp=fe4d93c3bea74bb499eff6085046f7dbb4e27f3f;hpb=75060af4927b7e412634756bb1ec952a25fab772;p=deb_libcec.git diff --git a/ChangeLog b/ChangeLog index fe4d93c..d21ac4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +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 a callback for clients that is called when a source is + (de)activated, so the client can respond to this action + * 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 + * set the physical address of each device controlled by a CCECClient if + it's valid + * Windows could get stuck in a loop in case there an error occured while + reading registry entries + * cec-client: wrong client version + * Makefile cleanups. don't link cec-client and cec-config against libudev + and liblockdev + * pin libcec to the same version as libcec1 + * LibCecSharp: update the local configuration after connecting + * LibCecSharp: better handling of callbacks + + -- Pulse-Eight Packaging Sun, 24 Jun 2012 09:57:00 +0100 + libcec (1.7.1-1) unstable; urgency=low * changed/added: @@ -35,8 +83,12 @@ libcec (1.7.1-1) unstable; urgency=low * 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 11:44:00 +0100 + -- Pulse-Eight Packaging Sun, 10 Jun 2012 13:39:00 +0100 libcec (1.6.1-5) unstable; urgency=low