Skip to content

Commit ea35a62

Browse files
committed
Release 20250908
1 parent 678593a commit ea35a62

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
hdapsd 20250908:
2+
Thomas Weißschuh:
3+
* log to syslog under systemd
4+
* do not overwrite existing activated systemd units
5+
6+
Petter Reinholdtsen:
7+
* Added Appstream metadata XML with hardware mapping
8+
9+
Evgeni Golov:
10+
* catch daemon() errors
11+
* don't pass argv to usage, it doesn't take any params
12+
* don't save oldz, we never read it back
13+
* fix compilation on modern systems with TIME_BITS=64
14+
* don't truncate reason when initializing
15+
116
hdapsd 20141203:
217
Evgeni Golov <[email protected]>:
318
* Fix cleanup of generated .service files for systemd

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.71])
5-
AC_INIT([hdapsd],[20141203],[https://github.com/linux-thinkpad/hdapsd])
5+
AC_INIT([hdapsd],[20250908],[https://github.com/linux-thinkpad/hdapsd])
66
AM_INIT_AUTOMAKE([foreign])
77
AC_CONFIG_SRCDIR([src/hdapsd.c])
88
AC_CONFIG_HEADERS([src/config.h])

0 commit comments

Comments
 (0)