From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: cmogstored-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 192DB1F526; Mon, 9 Mar 2015 23:02:27 +0000 (UTC) Date: Mon, 9 Mar 2015 23:02:27 +0000 From: Eric Wong To: cmogstored-public@bogomips.org, mogile@googlegroups.com Subject: [ANN] cmogstored 1.4.3 - mostly non-GNU/Linux fixups Message-ID: <20150309230227.GA32505@dcvr.yhbt.net> References: <20150306023711.GA3879@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150306023711.GA3879@dcvr.yhbt.net> List-Id: 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 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 http://bogomips.org/cmogstored/files/cmogstored-1.4.3.tar.gz SHA-1 b06b62f9c17a4e082920b57c4036233df80a8601 * homepage: http://bogomips.org/cmogstored/README * git clone git://bogomips.org/cmogstored.git * cgit: http://bogomips.org/cmogstored.git * gitweb: http://repo.or.cz/w/cmogstored.git * list: cmogstored-public@bogomips.org (subscription optional) * archives: http://bogomips.org/cmogstored-public/