X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ChangeLog;h=6c599ec623231fc8b0934c6d79764e8775e33dd0;hb=63a0b02bd5b8432353e9848468d3b0cf64012c93;hp=b8b13b9f08a753946763ec6b1ddd1646435318af;hpb=04283ce44fc45cbfb145075d02ff116e277f7560;p=deb_libcec.git diff --git a/ChangeLog b/ChangeLog index b8b13b9..6c599ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +libcec (1.8.1-1) unstable; urgency=low + + * changed/added: + * added cec-client -i / cec-client --info that calls GetLibInfo() + * header cleanups + * added CAdapterFactory, to create IAdapterCommunication instances + * added --debug to configure, to include -ggdb + + * interface changes: + * added GetLibInfo()/cec_get_lib_info(), that shows how libCEC was compiled + and with which features included. + * added ToString(cec_user_control_code_key) to the interface + + * fixed: + * disallow sending CEC_OPCODE_SET_STREAM_PATH - not allowed by the CEC spec + * persist the configuration in the eeprom after initialising the client. + fixes wrong/old settings being used in autonomous mode, which broke the + wake on cec funtion + * persist the new configuration when the hdmi port setting changed + * cleaned locks around callbacks + * LibCecSharp: set the primary LA in CecLogicalAddresses + + -- Pulse-Eight Packaging Thu, 12 Jul 2012 16:48:00 +0100 + libcec (1.7.2-1) unstable; urgency=low * changed/added: