]> git.tue.mpg.de Git - paraslash.git/commitdiff
paraslash 0.6.5 v0.6.5
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 1 Dec 2024 16:02:32 +0000 (17:02 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 1 Dec 2024 16:02:32 +0000 (17:02 +0100)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index f2341e3347fca0ec03688295937e3465bef75a04..14ee774a0066aeda56dcf504c5fb1417d08514fc 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,31 @@
 NEWS
 ====
 
+----------------------------------------
+0.6.5 (2024-12-01) "chaotic scalability"
+----------------------------------------
+
+Quite a few bugs were found since paraslash-0.6.4 was released in
+2021-11, so here is another maintenance release for the 0.6 series. No
+new features but lots of fixes. This is going to be the last 0.6.x
+release, and all users are expected to upgrade to 0.7.x.
+
+- Fix the -c option of the server ls command.
+- server: Don't crash if the empty string is passed as a mood name.
+- server: Fix another crash when attempting to reposition the stream
+  while no audio file is open.
+- server: Close a race window which leads to a deadlock when a signal
+  arrives just at the right time.
+- server: Close another race window which caused delayed status updates
+  in certain cases.
+- server/gcrypt: Reject short RSA keys up-front.
+- para_play: Don't abort if too many invalid keys are pressed.
+- Plug some memory leaks.
+
+Downloads:
+[tarball](./releases/paraslash-0.6.5.tar.xz),
+[signature](./releases/paraslash-0.6.5.tar.xz.asc)
+
 --------------------------------------
 0.6.4 (2021-11-04) "fuzzy calibration"
 --------------------------------------