File tree 3 files changed +17
-2
lines changed
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)
3
3
4
4
set (LIBCEC_VERSION_MAJOR 6)
5
5
set (LIBCEC_VERSION_MINOR 0)
6
- set (LIBCEC_VERSION_PATCH 1 )
6
+ set (LIBCEC_VERSION_PATCH 2 )
7
7
8
8
# cec-client
9
9
add_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
+
1
12
libcec (6.0.1.1~#DIST#) #DIST#; urgency=medium
2
13
3
14
* 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
57
57
cmake -DHAVE_LINUX_API=1 ..
58
58
```
59
59
60
+ ### Systemd
61
+ Example systemd units for common use cases can be found in the [ systemd folder] ( ../systemd/ ) .
62
+
63
+
60
64
### 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