From a76af438da94e0d7211d4602b7fb00f2beb5e74e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 Mar 2015 22:51:59 +0000 Subject: cmogstored 1.4.3 - mostly non-GNU/Linux fixups For all platforms, the startup device scanning thread at startup may not handle EINTR properly. This bug only manifested at startup and does not affect running instances. However, this bug is also readily apparent on newer versions of FreeBSD which support the ppoll function call. Thanks to Mykola Golub for the bug report which led to this release. For systems lacking epoll_pwait (older GNU/Linux, all *BSDs), there is also a bugfix for systems which experience signal spam leading to errno clobbering in the main thread. This bug was only only noticed due to a bug report against Ruby: https://bugs.ruby-lang.org/issues/10866 There is no need to upgrade if 1.4.1 is already running well on modern GNU/Linux systems capable of epoll_pwait. But then again nginx-style SIGUSR2 upgrades are transparent to clients. shortlog since 1.4.2: Makefile.am: fix publish rule for website Fix assertion failure during startup avoid relying on ppoll as a cancellation point preserve errno when inside sig handler for self-pipe --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e485c38..e7e9876 100644 --- a/README +++ b/README @@ -76,7 +76,7 @@ Source tarballs suitable for distribution are housed here: * http://bogomips.org/cmogstored/files/ The latest stable release is: - http://bogomips.org/cmogstored/files/cmogstored-1.4.2.tar.gz + http://bogomips.org/cmogstored/files/cmogstored-1.4.3.tar.gz See http://bogomips.org/cmogstored/NEWS for release notes -- cgit v1.2.3-24-ge0c7