]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 't/shmmax'
authorAndre Noll <maan@systemlinux.org>
Tue, 4 Oct 2011 19:41:47 +0000 (21:41 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 4 Oct 2011 20:20:02 +0000 (22:20 +0200)
1  2 
NEWS
blob.c

diff --cc NEWS
index 50f9b6996c878e9e7762cddf25dbf2a9666bb277,50f9b6996c878e9e7762cddf25dbf2a9666bb277..75a628637ae4567ae4d6f6a660cae62849278d1d
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -2,6 -2,6 +2,14 @@@
  0.4.9 (to be announced) "hybrid causality"
  ------------------------------------------
  
++      - Fix for an endless loop in the mp3 decoder for certain
++        (corrupt) mp3 files.
++      - autogen.sh now detects a distcc setup and adjusts the
++        parameter for the -j option of make accordingly.
++      - Shared memory areas are no longer restricted to 64K. We now
++        detect the maximal size of a shared memory area at runtime.
++
++
  --------------------------------------
  0.4.8 (2011-08-19) "nested assignment"
  --------------------------------------
diff --cc blob.c
Simple merge