diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-07-08 11:10:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-07-08 11:10:31 +0000 |
commit | 13d098c6d737623ea5038b3e348751b5ebf11fa2 (patch) | |
tree | b18b52251d7e33a05043e754a9d44d0df955dae6 /doc | |
parent | 34b00c71708ebe67122f1965b9f736f802ce14f2 (diff) | |
download | utmps-13d098c6d737623ea5038b3e348751b5ebf11fa2.tar.xz |
bugfix: utmps-utmpd locking was too fine-grained.
Also prepare for 0.0.2.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index c1e5d42..8f5cafe 100644 --- a/doc/index.html +++ b/doc/index.html @@ -76,7 +76,7 @@ suitable replacement for <h3> Download </h3> <ul> - <li> The current released version of utmps is <a href="utmps-0.0.2.1.tar.gz">0.0.2.1</a>. </li> + <li> The current released version of utmps is <a href="utmps-0.0.2.2.tar.gz">0.0.2.2</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/utmps/">utmps git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 656e01e..fff70a0 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in utmps </h1> +<h2> in 0.0.2.2 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 0.0.2.1 </h2> <ul> |