Skip to content

Commit d57d3ac

Browse files
committed
bump to 4.0.3
1 parent d8bd948 commit d57d3ac

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.9)
33

44
set(LIBCEC_VERSION_MAJOR 4)
55
set(LIBCEC_VERSION_MINOR 0)
6-
set(LIBCEC_VERSION_PATCH 2)
6+
set(LIBCEC_VERSION_PATCH 3)
77

88
# cec-client
99
add_subdirectory(src/cec-client)

debian/changelog.in

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
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+
149
libcec (4.0.2.1~#DIST#) #DIST#; urgency=medium
250

351
* fixed:

0 commit comments

Comments
 (0)