]> 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 0f2eec0d5e232f5ff11a74bd11860e77ea0e7e56..e5b9901054062c92667c3ab403daa5960dd90603 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,12 +7,12 @@ 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.