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.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=08ae151a088d1a1bc5442d8ee95960353a7a5782;hp=-c 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 --combined 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 @@@ -31,13 -23,9 +33,13 @@@ fair number of smaller fixes and improv - The man pages of para_audiod, para_filter, para_recv, and para_write contain the relevant options for receivers, filters, writers. This broke in 0.5.0. + - ogg/vorbis latency improvements. - Improved user manual. - Minor fixes to avoid clang warnings. +Downloads: ./releases/paraslash-0.5.2.tar.bz2 (tarball), +./releases/paraslash-0.5.2.tar.bz2.asc (signature) + ------------------------------------------ 0.5.1 (2013-12-20) "temporary implication" ------------------------------------------