============================== 0.2.37 =========================== 2007-01-31 Kjartan Maraas * configure.ac: Use pkg-config to check for audiofile. Patch from Frederic Peters. Closes bug #350808. 2007-01-07 Kjartan Maraas * docs/esdsample.1.in: Updated man page from Christopher Hanna. Closes bug #329631. 2007-01-05 Kjartan Maraas * docs/esdcat.1.in: Updated man page. * docs/esdrec.1.in: Updated man page. Patches from Christopher Hanna at sun com. Closes bug #329626 and bug #329628. 2006-08-08 David Schleef * esddsp.c: intercept open64() and other 64-bit variants. Patch from Peter Åstrand. Fixes #312665. 2006-08-07 David Schleef * configure.ac: Fix linker flags with CoreAudio. Fixes #313433. 2006-08-07 David Schleef * players.c: Add check for return value of read. Patch from Fernando Herrera. Fixes #337415. 2006-08-07 David Schleef * players.c: Add checks for client disconnecting. Patch from Peter Åstrand. Fixes #322206. 2006-08-07 David Schleef * configure.ac: Check for audiofile.h. Fixes #319464. 2006-08-07 David Schleef * esd.c: Remove bogus call to hstrerror(). Fixes #319968. 2006-08-07 David Schleef * esd.c: Don't terminate until last sample is finished playing. Fixes #342729. 2006-08-07 David Schleef * esd.c: close master socket in error cases. Fixes #314407. 2006-08-07 David Schleef * esd.c: Close file descriptors after startup. Fixes #333186. 2006-08-07 David Schleef * esd.conf: Turn autospawning off by default. Don't use autospawning. It doesn't work, and it isn't possible to make it work. esd should always be started from the session manager. * esd_config.c: 2006-05-10 David Schleef * m4/as-arts.m4: Fix arts detection. Fixes #341251. Patch from Vladislav G. Mikhailikov. 2006-04-13 Behdad Esfahbod * esdlib.c: Fix build break. 2006-04-13 Kjartan Maraas * clients.c: (get_new_clients): Fix leak. Coverity #743 and #875. * esd.c: (main): Fix null deref. Coverity #223 * esdlib.c: Fix null deref. Coverity bug #775 * esdmgr.c: (esd_get_all_info): Fix leaks. Coverity #773 and #875. 2005-09-30 David Schleef * Makefile.am: Don't compile util.o into esd binary, since it's already in libesd. (Fixes #317554) 2005-08-13 David Schleef Patch from Thomas Zajic to actually install the documentation. * docs/Makefile.am: Fixes #307366 2005-06-18 David Schleef * autogen.sh: Don't blow away user's ACLOCAL_FLAGS. 2005-06-17 David Schleef * README: ha ha funny * autogen.sh: use gnome-autogen.sh * configure.ac: esound, not esd 2005-06-11 Kjartan Maraas * Makefile.am: Add audio_arts.c here to get it disted.