We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23acba6 + 996ca8e commit a96ec83Copy full SHA for a96ec83
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# Fri Jun 23 2023 - 4.8.2
2
+- Fix systemd hanging in some cases
3
+- More appropriate installation paths
4
# Wed Jun 21 2023 - 4.8.0
5
- Native SELinux compatibility
6
# Tue Jun 20 2023 - 4.7.0
meson.build
@@ -1,7 +1,7 @@
project(
'linux-enable-ir-emitter',
'cpp',
- version: '4.8.0',
+ version: '4.8.2',
license: 'MIT',
default_options: [
7
'cpp_std=c++17',
0 commit comments