Skip to content

Commit

Permalink
making 0.2.41 release
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=527
  • Loading branch information
Jeffrey Stedfast committed Nov 18, 2008
1 parent 844a4a9 commit 204a744
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
============================== 0.2.41 ===========================

2008-11-18 Josselin Mouette <[email protected]>

Patch from Matthew Ashton <[email protected]>
Expand Down
34 changes: 34 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
===============
Version 0.2.41
===============
* Fix 32k samples turning into static when 8k samples played in
the middle. Debian #79145. (Matthew Ashton)
* Fix filter buffer handling so filters work. Debian #202027.
(Ryan Murray)
* Reconnect the ALSA driver and reload the config file after
receiving a SIGUSR1. (Martin Pitt)
* Fixed esd_audio_write() to use select() if the driver supports
it (otherwise usleep) and write data in a configurable block size.
(Ryan Murray)
* Fixed esound.pc audifile linking. (Josselin Mouette)
* Fixed esdcat.1. (Josselin Mouette)
* Protect dsp_init() with a mutex lock. (Josselin Mouette)
* Fixed to allow multiple esd instances (one per user). (Martin Pitt)
* Fixes to startup time by not trying to exec a binary if it doesn't
exist. (Martin Pitt)
* Prettier debugging output. (Ryan Murray)
* Fixed signedness compiler warnings. (Josselin Mouette)
* Remove libesddsp from LD_PRELOAD when autospawning esd. (Ryan Murray)
* Fixes for GStreamer using ESPEAKER. (Jeff Waugh)
* Fixes for mmap64 (Josselin Mouette)
* Close the spawnfd when the startup is successful. (Josselin Mouette)
* Save a call to esd_audio_pause when run with -nobeeps. (Josselin Mouette)
* Improved error checking for the -spawnfd switch. (Josselin Mouette)
* Fixed buffer overflow possibilities. (Ryan Murray)
* Call snd_pcm_hw_free() before calling snd_pcm_close() to avoid a
memory leak. (Martin Pitt)
* Add informative output for -double switch. (Josselin Mouette)
* Use smaller sleep timeouts. (Josselin Mouette)
* Updated to handle more file formats supported by audiofile 0.2.3.
(Josselin Mouette)

===============
Version 0.2.40
===============
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
AC_INIT(esound, 0.2.40)
AC_INIT(esound, 0.2.41)

ESD_MAJOR_VERSION=0
ESD_MINOR_VERSION=2
Expand Down

0 comments on commit 204a744

Please sign in to comment.