Skip to content

Commit 29d82c8

Browse files
committed
bump to 6.0.2
1 parent 5650353 commit 29d82c8

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12.0)
33

44
set(LIBCEC_VERSION_MAJOR 6)
55
set(LIBCEC_VERSION_MINOR 0)
6-
set(LIBCEC_VERSION_PATCH 1)
6+
set(LIBCEC_VERSION_PATCH 2)
77

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

debian/changelog.in

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
libcec (6.0.2.1~#DIST#) #DIST#; urgency=medium
2+
3+
* added:
4+
* example systemd units for common use cases (#506)
5+
* fixed:
6+
* debian: allows clean upgrades of debian libcec-dev (#521)
7+
* detect Python pre-releases correctly (#515)
8+
* docs: add missing git dependency to raspberry pi installation (#519)
9+
10+
-- Pulse-Eight Packaging <[email protected]> Mon, 13 Jul 2020 11:17:00 +0100
11+
112
libcec (6.0.1.1~#DIST#) #DIST#; urgency=medium
213

314
* fixed:

docs/README.linux.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,9 @@ Pass the argument `-DHAVE_LINUX_API=1` to the cmake command in the compilation i
5757
cmake -DHAVE_LINUX_API=1 ..
5858
```
5959

60+
### Systemd
61+
Example systemd units for common use cases can be found in the [systemd folder](../systemd/).
62+
63+
6064
### Debian / Ubuntu .deb packaging
61-
See [docs/README.debian.md](README.debian.md).
65+
See [docs/README.debian.md](README.debian.md).

0 commit comments

Comments
 (0)