]> git.sesse.net Git - nageru/blobdiff - NEWS
Release Nageru 1.3.0.
[nageru] / NEWS
diff --git a/NEWS b/NEWS
index db1b9ef9e96700fe9ce52038610d8698933322ac..f5094793dc702ffa7112b021cad01a6752750ec3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Nageru 1.3.0, not released yet
+Nageru 1.3.0, June 26th, 2016
 
  - It is now possible, given enough CPU power (e.g., a quad-core Haswell or
    faster desktop CPU), to output a stream that is suitable for streaming
@@ -20,6 +20,10 @@ Nageru 1.3.0, not released yet
  - 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.