diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-19 10:08:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-19 10:08:03 +0000 |
commit | 793cf14db75f7802408130ef87598850f3186956 (patch) | |
tree | f1ae96ee789c11d279cace067f62f868ba57d306 /NEWS | |
parent | b9781c6faa797fd68ea2807345c02fa12c3e0efb (diff) | |
download | utmps-793cf14db75f7802408130ef87598850f3186956.tar.xz |
Prepare for 0.1.0.2, update examples
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ Changelog for utmps. +In 0.1.0.2 +---------- + + - The wtmpd example now uses /var/log/wtmp instead of /run/utmps/wtmp +since wtmp is supposed to survive across reboots. + - WTMPX_FILE, which is unused by utmps, now points to /var/log/wtmp +so that programs that want to read that file (e.g. lastlog) can +access it without patching. + + In 0.1.0.1 ---------- |