Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
hdapsd 20250908:
Thomas Weißschuh:
* log to syslog under systemd
* do not overwrite existing activated systemd units

Petter Reinholdtsen:
* Added Appstream metadata XML with hardware mapping

Evgeni Golov:
* catch daemon() errors
* don't pass argv to usage, it doesn't take any params
* don't save oldz, we never read it back
* fix compilation on modern systems with TIME_BITS=64
* don't truncate reason when initializing

hdapsd 20141203:
Evgeni Golov <[email protected]>:
* Fix cleanup of generated .service files for systemd
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_INIT([hdapsd],[20141203],[https://github.com/linux-thinkpad/hdapsd])
AC_INIT([hdapsd],[20250908],[https://github.com/linux-thinkpad/hdapsd])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/hdapsd.c])
AC_CONFIG_HEADERS([src/config.h])
Expand Down