summaryrefslogtreecommitdiff
path: root/RELEASENOTES.md
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-02-05 14:32:24 +0000
committerGitHub <noreply@github.com>2018-02-05 14:32:24 +0000
commitc7a3c76334d67685ae8516dc11560e58daef20ec (patch)
treeb57af9cdf746f6d6baa16540b134d593ff7cb606 /RELEASENOTES.md
parent8b3506e3e3fa000a8c1e6e4ba67bd5574850c5d1 (diff)
Update RELEASENOTES.md
Diffstat (limited to 'RELEASENOTES.md')
-rw-r--r--RELEASENOTES.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ebaceed..f94283a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,15 +1,17 @@
Version 3.2d26
====
+
+**Enhancements**
+* Improvements in the documentation relating to scripts -- thanks to [Niklas Janz](https://github.com/Alphakilo).
+* Add optional timing annotations to debug messages -- see the new settings in the diagnostic stanza of the configuration file.
+
**Bug Fixes**
* Ensure the TEARDOWN of a play session is not delayed by a long sleep timer.
-* Ignore duplicate ANNOUNCE packets for the same play session.
+* Allow more than one ANNOUNCE packet for the same play session. Honour the settings in the most recent one.
* Move the creation and calling of a player thread from the SETUP handler to the RECORD handler.
* When closing an ALSA sound device, don't wait for any audio to be output with `snd_pcm_drain`; instead, just drop all remaining frame using `snd_pcm_drop`.
* TEARDOWN should complete in less than 50 ms.
-**Enhancements**
-* Add optional timing annotations to debug messages -- see the new settings in the diagnostic stanza of the configuration file.
-
Version 3.2d25
====
**Enhancement**