|
| 1 | +libcec (4.0.3.1~#DIST#) #DIST#; urgency=medium |
| 2 | + |
| 3 | + * fixed: |
| 4 | + * detect debian based distros properly when installing python. closes #314 |
| 5 | + * don't filter out broadcast in HandleDeviceVendorCommandWithId(). issue |
| 6 | + #309 |
| 7 | + * send an active source message when a routing change has been received with |
| 8 | + libCEC's address as new route and no active source message has been sent |
| 9 | + yet. issue #309 #205 #233 |
| 10 | + * vs2015 c++ redistributables |
| 11 | + * fix missing tinfo linking in cec-client. #341 |
| 12 | + * set wrong variable. #343 #352 |
| 13 | + * LG - don't activate the source when receiving vendor command 0xB. #344 |
| 14 | + * LG TV always changing input when turned on #307 |
| 15 | + * Fix menu language string. #360 |
| 16 | + * correct python lib path for python 2.7+/3+. #356 |
| 17 | + * Fix build if tinfo library is not present. #398 |
| 18 | + * disable autonomous mode when a Samsung TV is connected. Samsung 2017+ TVs |
| 19 | + will power on randomly (Samsung bug). don't poll the TV. #424 |
| 20 | + * CRPiCECAdapterMessageQueue::Write() accessed the queue without locking. |
| 21 | + #423 |
| 22 | + * use sig_atomic_t for shared object between sig handler and main. #425 |
| 23 | + * python 3.5+ import. #356 |
| 24 | + * TDA995x: Fix logical address readback. #303 |
| 25 | + * TDA995x: Handle physical address change, optimize logical address setup. |
| 26 | + #303 |
| 27 | + * Pulse-Eight USB CEC adapter detection on macOS Mojave. #434 |
| 28 | + * Fix broken Python version check and failure to build on cmake < 3.7. #409 |
| 29 | + * 13 char device name got truncated |
| 30 | + |
| 31 | + * changed: |
| 32 | + * log a warning when we detect that RPi's CEC service is used by something |
| 33 | + else, blocking libCEC. issue #191 |
| 34 | + * const IAdapterCommunication::GetLogicalAddresses(), making the mutex |
| 35 | + mutable for now without changing the platform lib. closes #259 |
| 36 | + * Add a Reinitialze action. Useful for after the device has been powered |
| 37 | + down. #299 |
| 38 | + * Panasonic media control info to the readme |
| 39 | + * detect WIN64 in cmake automatically. #322 |
| 40 | + * README.developers.md. #330 |
| 41 | + * instructions for hdmi_force_hotplug=1 on the pi |
| 42 | + * eventghost plugin install/create. #375 |
| 43 | + * Include C version of libCEC loader when installing. #397 |
| 44 | + * Explicitly use python3 in pyCecClient. #433 |
| 45 | + * build with vs 2015 |
| 46 | + |
| 47 | + -- Pulse-Eight Packaging < [email protected]> Thu, 8 Nov 2018 18:05:36 +0100 |
| 48 | + |
1 | 49 | libcec (4.0.2.1~#DIST#) #DIST#; urgency=medium |
2 | 50 |
|
3 | 51 | * fixed: |
|
0 commit comments