X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ChangeLog;h=11d798e2cb28f664d75947bea185687aa7ca0607;hb=0a61dc2416f3eacb839ff67ac5abf0024c1d2f40;hp=c227eda49377f829a7b8e037dc419f2068c6660d;hpb=20be20ea069477c84d79b52ec2b3f4a08acd200e;p=deb_libcec.git diff --git a/ChangeLog b/ChangeLog index c227eda..11d798e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +libcec (1.7.1-1) unstable; urgency=low + + * 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 + + * 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 + + -- Pulse-Eight Packaging Mon, 4 Jun 2012 10:34:00 +0100 + libcec (1.6.1-5) unstable; urgency=low * synced /debian directory with the one in precise (with a couple of changes)