Skip to content

Commit

Permalink
bump to 4.0.5
Browse files Browse the repository at this point in the history
this keeps some new features and changes disabled to prevent API changes
  • Loading branch information
opdenkamp committed Apr 27, 2020
1 parent b6f8e69 commit 1167779
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12.0)

set(LIBCEC_VERSION_MAJOR 4)
set(LIBCEC_VERSION_MINOR 0)
set(LIBCEC_VERSION_PATCH 4)
set(LIBCEC_VERSION_PATCH 5)

# cec-client
add_subdirectory(src/cec-client)
Expand Down
33 changes: 33 additions & 0 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
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 <packaging@pulse-eight.com> 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
Expand Down

0 comments on commit 1167779

Please sign in to comment.