-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
134 changed files
with
6,186 additions
and
1,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,91 @@ | ||
libcec (4.0.5.1~#DIST#) #DIST#; urgency=medium | ||
|
||
* fixed: | ||
* windows 64-bit detection. issue #473 | ||
* windows build with spaces in path. issue #475 #474 | ||
* USBCECAdapterDetection: Only scan tty. issue #495 | ||
* don't probe all devices in CCECClient::IsActiveDeviceType(). issue #492 | ||
* use cmake TIMESTAMP for reproducible builds. issue #485 #487 | ||
* python 3 client. issue #479 | ||
* add O_CLOEXEC to prevent child process locking. issue #478 #477 | ||
* fix build if hostname does not support '-f' argument. issue #471 | ||
* hyperlinks in README files. issue #465 #455 | ||
* replace SWIG_ADD_MODULE and force python2 on win x86. issue #481 | ||
* cb_cec_log_message() formatting in cecc-client | ||
* missing SetupDiDestroyDeviceInfoList() | ||
* various build script improvements on Windows | ||
* 15 and 16 byte frames didn't fit and couldn't be sent. issue #443 | ||
* added: | ||
* Linux CEC framework adapter. issue #380 | ||
* .Net Core support. issue #130 | ||
* P8 adapter discovery via Linux sysfs. issue #472 | ||
* iMX6 support. issue #323 | ||
* Apple vendor ID. issue #486 | ||
* link to Skull Canyon and Hades Canyon NUC adapter. issue #448 | ||
* Request/Report SAD messages. issue #404 | ||
* changed: | ||
* use hex format for cec-client address input. issue #480 | ||
* adapter detection on windows without advapi | ||
* build using VS2019 on Windows, required for .Net Core | ||
* CMake 3.12+ is now required | ||
|
||
-- Pulse-Eight Packaging <[email protected]> Mon, 27 Apr 2020 13:28:00 +0100 | ||
|
||
libcec (4.0.4.1~#DIST#) #DIST#; urgency=medium | ||
|
||
* fixed: only prevent TV polls when a Samsung TV is detected instead of | ||
suppressing all logical addresses. issue #424 #444 | ||
|
||
-- Pulse-Eight Packaging <[email protected]> Fri, 21 Dec 2018 22:34:14 +0100 | ||
|
||
libcec (4.0.3.1~#DIST#) #DIST#; urgency=medium | ||
|
||
* fixed: | ||
* detect debian based distros properly when installing python. closes #314 | ||
* don't filter out broadcast in HandleDeviceVendorCommandWithId(). issue | ||
#309 | ||
* send an active source message when a routing change has been received with | ||
libCEC's address as new route and no active source message has been sent | ||
yet. issue #309 #205 #233 | ||
* vs2015 c++ redistributables | ||
* fix missing tinfo linking in cec-client. #341 | ||
* set wrong variable. #343 #352 | ||
* LG - don't activate the source when receiving vendor command 0xB. #344 | ||
* LG TV always changing input when turned on #307 | ||
* Fix menu language string. #360 | ||
* correct python lib path for python 2.7+/3+. #356 | ||
* Fix build if tinfo library is not present. #398 | ||
* disable autonomous mode when a Samsung TV is connected. Samsung 2017+ TVs | ||
will power on randomly (Samsung bug). don't poll the TV. #424 | ||
* CRPiCECAdapterMessageQueue::Write() accessed the queue without locking. | ||
#423 | ||
* use sig_atomic_t for shared object between sig handler and main. #425 | ||
* python 3.5+ import. #356 | ||
* TDA995x: Fix logical address readback. #303 | ||
* TDA995x: Handle physical address change, optimize logical address setup. | ||
#303 | ||
* Pulse-Eight USB CEC adapter detection on macOS Mojave. #434 | ||
* Fix broken Python version check and failure to build on cmake < 3.7. #409 | ||
* 13 char device name got truncated | ||
|
||
* changed: | ||
* log a warning when we detect that RPi's CEC service is used by something | ||
else, blocking libCEC. issue #191 | ||
* const IAdapterCommunication::GetLogicalAddresses(), making the mutex | ||
mutable for now without changing the platform lib. closes #259 | ||
* Add a Reinitialze action. Useful for after the device has been powered | ||
down. #299 | ||
* Panasonic media control info to the readme | ||
* detect WIN64 in cmake automatically. #322 | ||
* README.developers.md. #330 | ||
* instructions for hdmi_force_hotplug=1 on the pi | ||
* eventghost plugin install/create. #375 | ||
* Include C version of libCEC loader when installing. #397 | ||
* Explicitly use python3 in pyCecClient. #433 | ||
* build with vs 2015 | ||
|
||
-- Pulse-Eight Packaging <[email protected]> Thu, 8 Nov 2018 18:05:36 +0100 | ||
|
||
libcec (4.0.2.1~#DIST#) #DIST#; urgency=medium | ||
|
||
* fixed: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
usr/lib/python*/dist-packages/cec/* | ||
usr/lib/python*/dist-packages/* | ||
usr/bin/pyCecClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.