From: Andre Noll Date: Sun, 25 May 2014 13:31:07 +0000 (+0200) Subject: Merge branch 't/ao_fixes' X-Git-Tag: v0.5.3~20 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=08ae151a088d1a1bc5442d8ee95960353a7a5782;p=paraslash.git Merge branch 't/ao_fixes' Cooking since 2014-03-22. * t/ao_fixes: ao_write: Call ao_initialize() only once. ao_write: Join threads before returning an error from aow_post_select(). ao_write: Simplify locking. Don't unlock and lock the thread mutex unnecessarily. ao_write: Check return value of pthread functions. ao_write: Avoid segfault on exit. ao_write: Avoid pthread_join(). ao_write: Enforce a 20ms timeout. ao_write: Fix spurious segfault. --- 08ae151a088d1a1bc5442d8ee95960353a7a5782 diff --cc NEWS index 4da56905,ab53a176..642c1fc4 --- a/NEWS +++ b/NEWS @@@ -1,17 -1,9 +1,19 @@@ NEWS ==== ---------------------------------------------- -0.5.2 (to be announced) "orthogonal interior" ---------------------------------------------- +------------------------------------------------- +0.5.3 (to be released) "symbolic synchronization" +------------------------------------------------- + + - Various alsa-related fixes, mostly for the raspberry pi. + - The test suite has been extended to include sanity checks + for the generated man pages. ++ - ao_writer fixes. This writer was in a quite bad shape. Many ++ serious bugs have been fixed. + +---------------------------------------- +0.5.2 (2014-04-11) "orthogonal interior" +---------------------------------------- The new sync filter, the AES_CTR128 stream cipher and the overhauled network code are the highlights of this release. It also includes a