Skip to content

Commit 43bc27f

Browse files
committed
Merge branch 'master' into release
2 parents 47cbcc2 + 4ef0486 commit 43bc27f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
project(libcec)
22
cmake_minimum_required(VERSION 3.12.0)
33

4-
set(LIBCEC_VERSION_MAJOR 4)
4+
set(LIBCEC_VERSION_MAJOR 5)
55
set(LIBCEC_VERSION_MINOR 0)
6-
set(LIBCEC_VERSION_PATCH 5)
6+
set(LIBCEC_VERSION_PATCH 0)
77

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

debian/changelog.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
libcec (5.0.0.1~#DIST#) #DIST#; urgency=medium
2+
3+
* fixed:
4+
* osd name truncated. issue #333
5+
* added:
6+
* GetStats() API command, for devices that support it
7+
* USB-CEC auto power on at boot support. requires FW v11+
8+
9+
-- Pulse-Eight Packaging <[email protected]> Mon, 27 Apr 2020 13:39:00 +0100
10+
111
libcec (4.0.5.1~#DIST#) #DIST#; urgency=medium
212

313
* fixed:

0 commit comments

Comments
 (0)