File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12.0)
33
44set (LIBCEC_VERSION_MAJOR 6)
55set (LIBCEC_VERSION_MINOR 0)
6- set (LIBCEC_VERSION_PATCH 1 )
6+ set (LIBCEC_VERSION_PATCH 2 )
77
88# cec-client
99add_subdirectory (src/cec-client)
Original file line number Diff line number Diff line change 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+
112libcec (6.0.1.1~#DIST#) #DIST#; urgency=medium
213
314 * fixed:
Original file line number Diff line number Diff line change @@ -57,5 +57,9 @@ Pass the argument `-DHAVE_LINUX_API=1` to the cmake command in the compilation i
5757cmake -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 ) .
You can’t perform that action at this time.
0 commit comments