|
| 1 | +libcec (4.0.5.1~#DIST#) #DIST#; urgency=medium |
| 2 | + |
| 3 | + * fixed: |
| 4 | + * windows 64-bit detection. issue #473 |
| 5 | + * windows build with spaces in path. issue #475 #474 |
| 6 | + * USBCECAdapterDetection: Only scan tty. issue #495 |
| 7 | + * don't probe all devices in CCECClient::IsActiveDeviceType(). issue #492 |
| 8 | + * use cmake TIMESTAMP for reproducible builds. issue #485 #487 |
| 9 | + * python 3 client. issue #479 |
| 10 | + * add O_CLOEXEC to prevent child process locking. issue #478 #477 |
| 11 | + * fix build if hostname does not support '-f' argument. issue #471 |
| 12 | + * hyperlinks in README files. issue #465 #455 |
| 13 | + * replace SWIG_ADD_MODULE and force python2 on win x86. issue #481 |
| 14 | + * cb_cec_log_message() formatting in cecc-client |
| 15 | + * missing SetupDiDestroyDeviceInfoList() |
| 16 | + * various build script improvements on Windows |
| 17 | + * 15 and 16 byte frames didn't fit and couldn't be sent. issue #443 |
| 18 | + * added: |
| 19 | + * Linux CEC framework adapter. issue #380 |
| 20 | + * .Net Core support. issue #130 |
| 21 | + * P8 adapter discovery via Linux sysfs. issue #472 |
| 22 | + * iMX6 support. issue #323 |
| 23 | + * Apple vendor ID. issue #486 |
| 24 | + * link to Skull Canyon and Hades Canyon NUC adapter. issue #448 |
| 25 | + * Request/Report SAD messages. issue #404 |
| 26 | + * changed: |
| 27 | + * use hex format for cec-client address input. issue #480 |
| 28 | + * adapter detection on windows without advapi |
| 29 | + * build using VS2019 on Windows, required for .Net Core |
| 30 | + * CMake 3.12+ is now required |
| 31 | + |
| 32 | + -- Pulse-Eight Packaging < [email protected]> Mon, 27 Apr 2020 13:28:00 +0100 |
| 33 | + |
| 34 | +libcec (4.0.4.1~#DIST#) #DIST#; urgency=medium |
| 35 | + |
| 36 | + * fixed: only prevent TV polls when a Samsung TV is detected instead of |
| 37 | + suppressing all logical addresses. issue #424 #444 |
| 38 | + |
| 39 | + -- Pulse-Eight Packaging < [email protected]> Fri, 21 Dec 2018 22:34:14 +0100 |
| 40 | + |
| 41 | +libcec (4.0.3.1~#DIST#) #DIST#; urgency=medium |
| 42 | + |
| 43 | + * fixed: |
| 44 | + * detect debian based distros properly when installing python. closes #314 |
| 45 | + * don't filter out broadcast in HandleDeviceVendorCommandWithId(). issue |
| 46 | + #309 |
| 47 | + * send an active source message when a routing change has been received with |
| 48 | + libCEC's address as new route and no active source message has been sent |
| 49 | + yet. issue #309 #205 #233 |
| 50 | + * vs2015 c++ redistributables |
| 51 | + * fix missing tinfo linking in cec-client. #341 |
| 52 | + * set wrong variable. #343 #352 |
| 53 | + * LG - don't activate the source when receiving vendor command 0xB. #344 |
| 54 | + * LG TV always changing input when turned on #307 |
| 55 | + * Fix menu language string. #360 |
| 56 | + * correct python lib path for python 2.7+/3+. #356 |
| 57 | + * Fix build if tinfo library is not present. #398 |
| 58 | + * disable autonomous mode when a Samsung TV is connected. Samsung 2017+ TVs |
| 59 | + will power on randomly (Samsung bug). don't poll the TV. #424 |
| 60 | + * CRPiCECAdapterMessageQueue::Write() accessed the queue without locking. |
| 61 | + #423 |
| 62 | + * use sig_atomic_t for shared object between sig handler and main. #425 |
| 63 | + * python 3.5+ import. #356 |
| 64 | + * TDA995x: Fix logical address readback. #303 |
| 65 | + * TDA995x: Handle physical address change, optimize logical address setup. |
| 66 | + #303 |
| 67 | + * Pulse-Eight USB CEC adapter detection on macOS Mojave. #434 |
| 68 | + * Fix broken Python version check and failure to build on cmake < 3.7. #409 |
| 69 | + * 13 char device name got truncated |
| 70 | + |
| 71 | + * changed: |
| 72 | + * log a warning when we detect that RPi's CEC service is used by something |
| 73 | + else, blocking libCEC. issue #191 |
| 74 | + * const IAdapterCommunication::GetLogicalAddresses(), making the mutex |
| 75 | + mutable for now without changing the platform lib. closes #259 |
| 76 | + * Add a Reinitialze action. Useful for after the device has been powered |
| 77 | + down. #299 |
| 78 | + * Panasonic media control info to the readme |
| 79 | + * detect WIN64 in cmake automatically. #322 |
| 80 | + * README.developers.md. #330 |
| 81 | + * instructions for hdmi_force_hotplug=1 on the pi |
| 82 | + * eventghost plugin install/create. #375 |
| 83 | + * Include C version of libCEC loader when installing. #397 |
| 84 | + * Explicitly use python3 in pyCecClient. #433 |
| 85 | + * build with vs 2015 |
| 86 | + |
| 87 | + -- Pulse-Eight Packaging < [email protected]> Thu, 8 Nov 2018 18:05:36 +0100 |
| 88 | + |
1 | 89 | libcec (4.0.2.1~#DIST#) #DIST#; urgency=medium |
2 | 90 |
|
3 | 91 | * fixed: |
|
0 commit comments