Skip to content

Commit

Permalink
bump to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Jul 13, 2020
1 parent 5650353 commit 29d82c8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
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 6)
set(LIBCEC_VERSION_MINOR 0)
set(LIBCEC_VERSION_PATCH 1)
set(LIBCEC_VERSION_PATCH 2)

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

* added:
* example systemd units for common use cases (#506)
* fixed:
* debian: allows clean upgrades of debian libcec-dev (#521)
* detect Python pre-releases correctly (#515)
* docs: add missing git dependency to raspberry pi installation (#519)

-- Pulse-Eight Packaging <[email protected]> Mon, 13 Jul 2020 11:17:00 +0100

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

* fixed:
Expand Down
6 changes: 5 additions & 1 deletion docs/README.linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,9 @@ Pass the argument `-DHAVE_LINUX_API=1` to the cmake command in the compilation i
cmake -DHAVE_LINUX_API=1 ..
```

### Systemd
Example systemd units for common use cases can be found in the [systemd folder](../systemd/).


### Debian / Ubuntu .deb packaging
See [docs/README.debian.md](README.debian.md).
See [docs/README.debian.md](README.debian.md).

0 comments on commit 29d82c8

Please sign in to comment.