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 /doc/upgrade.html | |
parent | b9781c6faa797fd68ea2807345c02fa12c3e0efb (diff) | |
download | utmps-793cf14db75f7802408130ef87598850f3186956.tar.xz |
Prepare for 0.1.0.2, update examples
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 0bd8da1..a124263 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in utmps </h1> +<h2> in 0.1.0.2 </h2> + +<ul> + <li> WTMP_FILE is now <tt>/var/log/wtmp</tt>, to ease integration +with distributions. (Unlike utmp, wtmp is supposed to be persistent.) </li> +</ul> + <h2> in 0.1.0.1 </h2> <ul> |