File: NEWS

package info (click to toggle)
wtmpdb 0.75.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 4,222; xml: 715; sh: 81; makefile: 16
file content (100 lines) | stat: -rw-r--r-- 2,820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Version 0.75.0
* Use empty memory table instead of failing to read empty file
* libwtmpdb: enhance/unify error messages

Version 0.74.0
* Fix varlink interface name (rebootmgr vs wtmpdb)
* import: match login by tty if non-zero pid does not match

Version 0.73.0
* Expand accepted time format options (-p)
* Use documented -t short option for last --until
* Avoid PATH_MAX
* hurd: compat for lack of CLOCK_BOOTTIME

Version 0.72.0
* Implement import function for old wtmp files
* Fix rotate tests
* Fixes for ix86

Version 0.71.0
* Fix installation of all wtmpdbd man page variants
* Accept classic 'last -N' form for max entries
* Fix: zero struct tm before calling strptime()

Version 0.70.0
* wtmpdbd: Exit after 30 seconds of idle time in socket activation mode
* wtmpdbd: add Ping, SetLogLevel and GetEnvironment as varlink method
* Merge reader/write socket to one generic one
* Harden wtmpdbd.service
* wtmpdb: Implement json output for last verb

Version 0.50.0
* Introduce wtmpdbd as single daemon accessing the database (#12)

Version 0.13.0
* Fix variable overflow on 32bit systems and check for this (#15)

Version 0.12.0
* boot: Query systemd if soft-reboot was done

Version 0.11.0
* last: add support for time-format option

Version 0.10.0
* last: support matching for username and/or tty

Version 0.9.3
* wtmpdb last: don't print date in the future if there is no db entry

Version 0.9.2
* Increase busy timeout DB access

Version 0.9.1
* Require meson 0.61.0 or newer
* Fix printf format specifier on 32bit (#8)

Version 0.9.0
* Fix lot of 32bit/64bit signed/unsiged int conversations
* Try to autodetect systemctl soft-reboot and use current
  time instead of kernel boot time.

Version 0.8.0
* Fix linking with clang
* wtmdb boottime: show boot time

Version 0.7.1
* wtmpdb last: Support "YYYY-MM-DD", "today" and "yesterday" as time option

Version 0.7.0
* wtmpdb rotate: use sqlite3_bind_* internal
* wtmpdb last: Implement -x, -d, -i and -w options

Version 0.6.0
* wtmpdb rotate: move old log entries into wtmpdb_<yyyymmdd>.db

Version 0.5.0
* Use uint64_t instead of usec_t to avoid conflicts with other projects
* wtmpdb boot: more accurate calculation of boot time

Version 0.4.0
* libwtmpdb: Use project version for library version
* libwtmpdb: Always use _PATH_WTMPDB as fallback

Version 0.3.0
* pam_wtmpdb: Add skip_if option
* Add manual pages
* wtmpdb last: fix wtmp begins timestamp if no matching entry was found
* wtmpdb last: Add --since and --until options
* Add compat symlink for "last"
* wtmpdb last: add --present option
* wtmpdb last: implement -n/--limit
* pam_wtmpdb: Try XDG_VTNR if PAM_TTY is not a tty

Version 0.2.0
* pam_lastlog: support PAM_XDISPLAY
* wtmpdb last: show PAM service on request
* wtmpdb: log audit records for boot/shutdown

Version 0.1.0
* First release