-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
4ef0486
There was a problem hiding this comment.
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 theGetStats()
command and is not compatible with 4.0.x as a result.