Skip to content

Commit

Permalink
bump to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Apr 27, 2020
1 parent 1167779 commit 4ef0486
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project(libcec)
cmake_minimum_required(VERSION 3.12.0)

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

# cec-client
add_subdirectory(src/cec-client)
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
libcec (5.0.0.1~#DIST#) #DIST#; urgency=medium

* fixed:
* osd name truncated. issue #333
* added:
* GetStats() API command, for devices that support it
* USB-CEC auto power on at boot support. requires FW v11+

-- Pulse-Eight Packaging <[email protected]> Mon, 27 Apr 2020 13:39:00 +0100

libcec (4.0.5.1~#DIST#) #DIST#; urgency=medium

* fixed:
Expand Down

1 comment on commit 4ef0486

@opdenkamp
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: the previous commit, 1167779, is compatible with other 4.0.x versions

this version bump changes the size of the osd name field, adds an option in libcec_configuration and adds the GetStats() command and is not compatible with 4.0.x as a result.

Please sign in to comment.