X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=fe4d93c3bea74bb499eff6085046f7dbb4e27f3f;hb=5943b9d1475c5a0a2fa2e32a342e15f8658c3088;hp=0c8443b10356aa4ddae15fa4c62cdf5ce28c5561;hpb=071f7a5ccb87f165fa8cf9865ea2e8d9f1b920b6;p=deb_libcec.git diff --git a/debian/changelog b/debian/changelog index 0c8443b..fe4d93c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,42 @@ -libcec (1.6.1-6) unstable; urgency=low +libcec (1.7.1-1) unstable; urgency=low - * updated debian/control to replace libcec (<< 1.6) + * changed/added: + * added physical address detection via ADL for AMD graphics cards + * attempt to get the edid from nvidia's graphics card driver on linux via + /proc/acpi/video/NGFX/HDMI/EDID + * attempt to get the PA from the registry on windows if we fail to get the + physical address from the display driver + * changed the order in CCECClient::SetPhysicalAddress() so it first checks + whether a PA override is set in libcec_configuration.iPhysicalAddress, + then checks whether the address can be detected, and if both failed it'll + use the HDMI port + base device setting + * cec-client: only active the source when reconnecting if libcec was the + active source before closing the connection + * platform: added tcp server sockets for posix + + * interface changes: + * libcec_configuration.bAutodetectAddress is now read-only, and will be set + to 1 by libCEC if the PA was autodetected + * LibCecSharp: don't use an int but a CecUserControlCode in a CecKeypress - -- Pulse-Eight Packaging Sat, 26 May 2012 11:22:00 +0100 + * fixed: + * don't unregister clients in CLibCEC when disconnecting, but only in + CCECProcessor. fixes reconnect after close + * MSGCODE_TIMEOUT_ERROR is a response to a transmission + * retry 'activate source' every 10 seconds if it failed + * don't respond with a poll from the broadcast address when receiving + in CSLCommandHandler::HandleDeviceVendorId(), but use the primary LA of + the client as source instead + * hold a lock when changing the ackmask in + CUSBCECAdapterCommunication::Open + * 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 + + -- Pulse-Eight Packaging Sun, 10 Jun 2012 11:44:00 +0100 libcec (1.6.1-5) unstable; urgency=low