about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-03-09 22:51:59 +0000
committerEric Wong <e@80x24.org>2015-03-09 22:52:17 +0000
commita76af438da94e0d7211d4602b7fb00f2beb5e74e (patch)
tree954b12a9d3928a4db08cb23651a11c3b5dea019a
parentd33c7cba557ae40fb55446d841e084a74eacb425 (diff)
downloadcmogstored-a76af438da94e0d7211d4602b7fb00f2beb5e74e.tar.gz
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 <trociny@FreeBSD.org> 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
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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