From 9f0a9332ed10aee6d8e9718de0d30d91ecb15850 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 27 Jun 2018 10:00:09 +0000 Subject: 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. --- NEWS | 6 ++++++ doc/index.html | 2 +- doc/upgrade.html | 6 ++++++ package/info | 2 +- src/utmps/getutxent.c | 2 +- src/utmps/getutxid.c | 2 +- src/utmps/getutxline.c | 2 +- src/utmps/pututxline.c | 2 +- src/utmps/setutxent.c | 2 +- src/utmps/utmps-internal.h | 2 +- src/utmps/utmps_here_maybe_init.c | 5 ++--- 11 files changed, 22 insertions(+), 11 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 ---------- 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.

Download