summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-06-27 10:00:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-06-27 10:00:09 +0000
commit9f0a9332ed10aee6d8e9718de0d30d91ecb15850 (patch)
treeb408f2340130bb684e5b82078f0e641f1885ac51 /NEWS
parent70e85c3c58e8720f3a0fdb0240b475338652cdcd (diff)
downloadutmps-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 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e7f79c6..844ed94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
Changelog for utmps.
+In 0.0.1.2
+----------
+
+ - Bugfixes.
+
+
In 0.0.1.1
----------