diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-27 10:00:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-27 10:00:09 +0000 |
commit | 9f0a9332ed10aee6d8e9718de0d30d91ecb15850 (patch) | |
tree | b408f2340130bb684e5b82078f0e641f1885ac51 /doc | |
parent | 70e85c3c58e8720f3a0fdb0240b475338652cdcd (diff) | |
download | utmps-9f0a9332ed10aee6d8e9718de0d30d91ecb15850.tar.xz |
bugfix: return early on connection failure
That allows utmpx-using programs to keep working (returning a
failure) when no server is present, instead of blocking forever.
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 714f184..8563bb3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,7 @@ library. </li> <h3> Download </h3> <ul> - <li> The current released version of utmps is <a href="utmps-0.0.1.1.tar.gz">0.0.1.1</a>. </li> + <li> The current released version of utmps is <a href="utmps-0.0.1.2.tar.gz">0.0.1.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 c2ec85b..fa4cdaa 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in utmps </h1> +<h2> in 0.0.1.2 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 0.0.1.1 </h2> <ul> |