X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=NEWS;h=ab53a17697ea7c92f2d0b2107d4d8dcee95d9e4c;hp=221be43e66f884ebf5250ebc9fcf715e09929afa;hb=42ddd68159d7eff0f3e7c225665c97f9abd59425;hpb=448c8f8e8c1c1eeb88ae468c0c3ab25bed6f2ac8 diff --git a/NEWS b/NEWS index 221be43e..ab53a176 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,29 @@ NEWS ==== ---------------------------------- -0.5.2 (???) "orthogonal interior" ---------------------------------- +--------------------------------------------- +0.5.2 (to be announced) "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 +fair number of smaller fixes and improvements not mentioned here. + + - The new sync filter synchronizes playback between multiple + clients. + - Connections between para_server and para_client are now + encrypted by means of AES rather than RC4 if both sides + support it. RC4 is still available as a fallback. This + feature is fully transparent, i.e. no command line options + are necessary, and a client linked against openssl can + speak with a server linked against libgcrypt and vice versa. + - Major cleanup of the networking subsystem. + - Improvements to para_fade: the new set mode, multi-channel + initial volumes, better error logging. + - 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. + - Improved user manual. - Minor fixes to avoid clang warnings. ------------------------------------------