]> git.sesse.net Git - nageru/blobdiff - NEWS
Document the mlockall() change in NEWS.
[nageru] / NEWS
diff --git a/NEWS b/NEWS
index 0efd48c5203a097862fb050b93a273ca0ae68d6d..9988f59b6cdaf7a86190468f7f9bfe43c8af6398 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,15 @@ Nageru 1.3.0, not released yet
    is now done in a background thread, in order to not disturb the external
    stream. The audio still goes into a somewhat random stream, though.
 
+ - You can now override the default stream-to-card mapping with --map-signal=
+   on the command line.
+
+ - Nageru now tries to lock itself into RAM if it has the permissions to do
+   so, for better realtime behavior. (Writing the stream to disk tends to
+   fill the buffer cache, eventually paging less-used parts of Nageru out.)
+
+ - Various fixes for deadlocks, memory leaks, and many other errors.
+
 
 Nageru 1.2.1, April 15th, 2016