]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - NEWS.md
Merge branch 'refs/heads/t/ll'
[paraslash.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index e9713d9826ff74e25aa01ceaad9a9db13f3113a5..e5b9901054062c92667c3ab403daa5960dd90603 100644 (file)
--- 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)
 
 ----------------------------------