X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=NEWS.md;h=e5b9901054062c92667c3ab403daa5960dd90603;hb=08471ab23c0abdf0ddd7ff836a15bd81fbce7520;hp=e9713d9826ff74e25aa01ceaad9a9db13f3113a5;hpb=a79e210f33334b273d11c92a430dd477284ee95a;p=paraslash.git diff --git a/NEWS.md b/NEWS.md index e9713d98..e5b99010 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,17 @@ NEWS 0.7.1 (to be announced) "digital spindrift" ------------------------------------------- +- The autogen.sh script now only creates the autoconf specific files + but no longer runs configure, make and the test suite. +- A stripped down copy of the discontinued libmp4ff library has become + part of the paraslash code base. As a result it is no longer necessary + to install faad from source to get support for aac/m4a files. The + faad decoder package must still be installed. +- The log level of the running daemon can now be changed with the + new ll command. It is available for para_server and para_audiod. +- All calls to select(2) have been replaced by calls to poll(2) + to avoid known shortcomings of the select API. + [tarball](./releases/paraslash-git.tar.xz) ----------------------------------