diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-06 18:11:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-06 18:11:02 +0000 |
commit | 48c4cf945317e6fd397a8ec4a918461fad96265f (patch) | |
tree | 2ffd82bdc529749fab9f9c054eec108c882d050d /doc/upgrade.html | |
parent | 62ca2e2698fbd0cc94b40bdc8d355a3a5d1ea239 (diff) | |
download | utmps-48c4cf945317e6fd397a8ec4a918461fad96265f.tar.xz |
version: 0.0.2.0v0.0.2.0
utmps-wtmpd bugfix
utmps-utmpd allows utmp group to write to utmp file
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index f6bd05f..ea33541 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,14 @@ <h1> What has changed in utmps </h1> +<h2> in 0.0.2.0 </h2> + +<ul> + <li> Members of the <em>utmp</em> group (if <em>utmp</em> is the name +of the group the <a href="utmps-utmpd.html">utmps-utmpd</a> daemon runs as) +can now use <tt>pututxline()</tt> to write to the utmp database. </li> +</ul> + <h2> in 0.0.1.3 </h2> <ul> |