]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - NEWS.md
Remove unused error code MOOD_SYNTAX.
[paraslash.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 80ae3c4c57305a2bc435a8ac4e76573cedeca3b8..e5b9901054062c92667c3ab403daa5960dd90603 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,6 +7,14 @@ NEWS
 
 - 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)