===============
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.39
===============
* Fixed esd client-side code to not hang if esd crashes/hangs
or otherwise becomes unreachable (Jeffrey Stedfast)
* Suppress verbose error messages from ALSA (Stanislav Brabec)
* Allow for multiple esd instances
* Fix esound-config for multi-lib setups (Matthias Clasen)
* Don't report errors about /dev/dsp not existing (Havoc Pennington)
* Various other build fixes for AMD64 (Rémi Cardona)
===============
Version 0.2.38
===============
* Fix 100% CPU problem introduced in 0.2.37 (Joe Marcus Clarke)
* Fix libesddsp not linking against libesd (Loïc Minier)
* Fix file descriptor leaks (Pierre Ossman)
* Fix a build problem with the read/write wrapper (Jean Bréfort)
* chdir to "/" when starting up (Dan Winship)
* Only install the esddsp man page if we build the binary
===============
Version 0.2.37
===============
* Fix null derefs and leaks reported by Coverity (kjartan)
* Build fixes (David Schleef, Thomas Zajic, Behdad Esfahbod)
* Disable autospawning (David Schleef)
* Close filedescriptors and sockets (David Schleef)
* Don't terminate until the last sample is done (David Schleef)
* Add checks for clients disconnecting (Peter Åstrand)
* Updated man pages (Christopher Hanna)
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
* fix location of configuration file in man (Craig Routledge)
* MMAP support for esddsp (from artsdsp, Olivier Blin)
* GNU/kFreeBSD support (Robert Milan)
* add new default_options in configuration file and environement
variable, fix regression caused by patch since 0.2.30
* use ALSA default alias (Cyrille Chepelov)
* clean code (Kjartan Maraas)
Changes:
* use new ALSA PCM API if available (Lukasz Mach and Eddy Mylyono)
* fix build on AIX and OSF (Albert Chin-A-Young)
* don't try to close audio device if not opened (Debian)
* fix build with latest automake (Stanislav Bradec)
* no longer required automake 1.4 (Thomas Cataldo)
* Fix Darwin build (Jerry Talkington)
* fix typo in manpage (Kjartan Maraas)
While here use subst.mk instead of patching configure script.
* IPv6 support (Archana Shah)
* Cygwin support (Masahiro Sakai)
* MacOS X CoreAudio support (Masanori Sekino)
* Always read esd config file, not only when auto-spawning (James Strandboge)
* Prevents drop-outs for hardware allowing low period_size (ALSA) (Stanislav)
* Man pages fixes (Stanislav)
* Major code cleanup (Kjartan)
* Ensure esd_open_audio succeed if interrupted (Arvind)
* Allow 0 as auto-standby value (Mohammed Waleed Kadous)
* Allow simultaneous play and record on Solaris (Balamurali)
* Add support for session name to esdcat (j@thing.net)
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
* audio.c: set esd_audio_fd = -1 when we esd_audio_close()
* esd.c: Set esd_forced_standby = 0 when we resume.
* players.c: (read_player): fix crash on Solaris 9
* configure.in: add summary info at end of configure
* esd.c: (main): Fix --help
*esdsample.c: (main): Fixed buffer-overflows.
*esddsp.c: (unlink), (sockaddr_mangle):Fixed buffer-overflows.
*esd.c: (safe_mksocketdir):Added code to check the return value
of chmod() call.Fixes bug #89609
* esdctl.c: (main): fix segfault when using -s (Debian)
* esddsp.in: No longer use LD_PRELOAD_PATH (Debian)
* configure.in: Added -with-esd-dir option.
* esound.pc.in: Added esd_serverdir
* Makefile.am: ADD -DSERVERDIR to INCLUDES
* esdlib.c: Call esd from SERVERDIR. Replaced sizeof()
call with strlen() which is more appropriate.
Allow users to specify the location of the esd executable. This
is useful for setups which want to place the esd daemon in
libexec rather than bin.
and some ALSA related fixes.
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.