============================== 0.2.41 ===========================

2008-11-18  Josselin Mouette  <joss@malsain.org>

	Patch from Matthew Ashton <mashton@stormix.com>

	* esd.c: (main):
	* mix.c: (mix_mono_8u_to_stereo_32s_sv),
	(mix_mono_16s_to_stereo_32s_sv), (mix_stereo_16s_to_stereo_32s_sv),
	(mix_mono_8u_to_stereo_32s), (mix_stereo_8u_to_stereo_32s),
	(mix_mono_16s_to_stereo_32s), (mix_stereo_16s_to_stereo_32s),
	(mix_players):
	Fix 32k samples turning into static when 8k samples played in 
        the middle. Debian #79145.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	Patch from Ryan Murray <rmurray@debian.org>

	* filter.c: (filter_write):
	* players.c: (read_player), (new_stream_player),
	(new_sample_player):
	Fix filter buffer handling so filters work. Debian #202027.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	Patch from Martin Pitt <martin.pitt@ubuntu.com>

	* esd-server.h:
	* esd.c: (reconnect_driver), (main): Install signal handler for 
        SIGUSR1 that reconnects to the ALSA driver. This is useful 
        after changing the ALSA configuration file.
	* clients.c: (esd_comm_loop): Integrate driver reconnection 
	into client loop.
	* audio_alsa09.c: Call snd_config_update_free_global() to purge
	configuration cache and to properly reload configuration 
	files.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	Patch by Ryan Murray <rmurray@debian.org>

	* audio.c: (esd_audio_write), (esd_audio_flush),
	(esound_getblksize):
	* audio_oss.c: (esd_audio_open):
	* esd-server.h:
	* esd.c: (main):
	* esd.h:
	* proto.c: (esd_proto_get_latency):
        Rewrite generic esd_audio_write to attempt to use select if the 
        driver seems to support it, and to write in a blocksize that 
        can be changed by audio open functions.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* esound.pc.in: put audiofile in Requires.private to avoid 
        spuriously linking to it.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* docs/esdcat.1.in: Add standard pod2man header to avoid errors 
	from man.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* esddsp.c: (dsp_init): Protect dsp_init() with a mutex to 
	prevent race conditions from multiple calls (which hanged the 
	desktop session).

2008-11-18  Josselin Mouette  <joss@malsain.org>

	Patch from Martin Pitt <martin.pitt@ubuntu.com>

	* util.c: (esd_get_socket_dirname): support multiple esd 
	instances (one per user).

2008-11-18  Josselin Mouette  <joss@malsain.org>

	Patch from Martin Pitt <martin.pitt@ubuntu.com>

	* esdlib.c: Check if the esd binary exists at all. If not, 
	forego forking a shell and trying to execute it. This both 
	improves startup time and also avoids the "/bin/sh: 
	/usr/bin/esd: not found" warning.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* audio_alsa09.c: fix signedness of parameters passed to the 
	ALSA API.

2008-11-18  Josselin Mouette  <joss@malsain.org>

        Patch from Ryan Murray <rmurray@debian.org>

	* clients.c: (get_new_clients): prettier debugging output.

2008-11-18  Josselin Mouette  <joss@malsain.org>

        Patch from Ryan Murray <rmurray@debian.org>

	* esdlib.c: Remove libesddsp from LD_PRELOAD when autospawning 
	esd.

2008-11-18  Josselin Mouette  <joss@malsain.org>

        Patch from Jeff Waugh <jeff.waugh@ubuntu.com>, credits for 
        diagnosing the issue go to Jan Schmidt.

	* esdlib.c: do not modify host passed to esd_sound_open, 
	because that is highly offensive. (Fixes GStreamer using 
	ESPEAKER.)

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* esddsp.c: (mmap64): ship an implementation of mmap64.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* esd.c: (main): close the spawnfd when the startup is 
        successful.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* esd.c: (main): save a call to esd_audio_pause when run with 
	-nobeeps.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* esd.c: (main): allow the spawnfd to be 0, which is a valid 
          FD. Do never play beeps when esd has just been spawned.

2008-11-18  Josselin Mouette  <joss@malsain.org>

        Patches from Ryan Murray <rmurray@debian.org>

	* esd.c: (esd_connect_unix): prevent strncpy from writing a 
        non-NULL-terminated string.
	* esddsp.c: (dsp_init): same here.

2008-11-18  Josselin Mouette  <joss@malsain.org>

        Patch from Martin Pitt <martin.pitt@ubuntu.com>

	* audio_alsa09.c: Call snd_pcm_hw_free() before 
        snd_pcm_close(). This closes the file descriptor to the sound 
        device even if the device is not physically present any more.
        This fixes the esound/hotplug deadlock when removing a 
        currently active sound device.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* esdfilt.c: (main): add informative output to -double, similar 
          to that of -half.

2008-11-18  Josselin Mouette <joss@malsain.org>

	* esd-server.h: add missing sys/un.h header.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* proto.c: (esd_proto_stream_recorder): replace the 1 s sleeps, 
        which are here to work around a bug in the kernel, by 100 µs 
        ones, which will be enough.

2008-11-18  Josselin Mouette  <joss@malsain.org>

	* esdfile.c: (esd_play_file): accept file formats supported by 
        libaudiofile.
	* configure.ac: require libaudiofile 0.2.3 which adds support 
        for them.

============================== 0.2.40 ===========================

2008-09-03  Jeffrey Stedfast  <fejj@novell.com>

	* configure.ac: Release 0.2.40

	* NEWS: updated

2008-07-30  Jeffrey Stedfast  <fejj@novell.com>

	* esdlib.c (write_timeout): Check for the existence of POLLERR or
	POLLHUP first. If either is set, abort the write(). We can't
	assume that POLLOUT won't be set if a hang-up occurred.
	(write_timeout): Abort on all write() errors other than EINTR.

2008-07-29  Jeffrey Stedfast  <fejj@novell.com>

	* audio_oss.c: #include <errno.h>. Fixes bug #543239

============================== 0.2.39 ===========================

2008-07-15  Jeffrey Stedfast  <fejj@novell.com>

	* configure.ac: Release 0.2.39

	* NEWS: updated

	* esdlib.c Update all code to use new read/write/connect wrappers
	that abort if the operation takes too long and/or the other end
	drops the connection. Fixes bug #542391.
	(read_timeout): New function to abort a read() if it takes too
	long and/or if the other end drops the connection.
	(write_timeout): Same idea here.
	(connect_timeout): Same.

2008-07-15  Jeffrey Stedfast  <fejj@novell.com>

	* audio_alsa09.c: Suppress verbose error messages from ALSA. Patch
	by Stanislav Brabec to fix bug #528718.

2008-07-15  Jeffrey Stedfast  <fejj@novell.com>

	* util.c (esd_get_socket_dirname): Allow for multiple esd
	instances. Patch by Martin (Pitt?) from Ubuntu. Fixes bug #465067.

2008-07-15  Jeffrey Stedfast  <fejj@novell.com>

	* esd-config.in: Fix esound-config on multilib setups (bug
	#435652). Patch by Matthias Clasen <mclasen@redhat.com>.

2008-07-15  Jeffrey Stedfast  <fejj@novell.com>

	* esddsp.in (LD_PRELOAD): search for library by itself, so that
	both 32-bit and 64-bit programs work with a single esddsp
	script. Fixes bug #435651.

2008-07-15  Jeffrey Stedfast  <fejj@novell.com>

	* audio_oss.c (esd_audio_open): Don't report errors if /dev/dsp
	doesn't exist (Based on Havoc's patch).  Fixes bug #435649.

2008-07-15  Jeffrey Stedfast  <fejj@novell.com>

	Following fixes by Rémi Cardona - fixes bug #531947

	* doc/Makefile.am: Fixed up gtk-doc build.

	* Makefile.am: Reorder LDADD for libesddsp

	* esddsp.c (open_wrapper): If mode_t is smaller than int, pop the
	mode as an int from the varargs.

	* clients.c (get_new_clients): Cast 3rd argument of accept() to a
	socklen_t* to fix some breakage on amd64(?).

2008-06-10  German Poo-Caaman~o  <gpoo@gnome.org>

	* docs/esound.sgml: Updated docbooktype and fixed the build
	without warnings from openjade.

============================== 0.2.38 ===========================

2007-05-03  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: Release 0.2.38
	* NEWS: upd

2007-04-28  David Schleef  <ds@schleef.org>

	* esd.c: chdir to /.  Fixes #399500.

2007-03-19  David Schleef  <ds@schleef.org>

	* players.c: the read/write wrapper macros don't have return
	  values.  Fixes #419642.

2007-03-02  David Schleef  <ds@schleef.org>

	* esddsp.c:
	  Fix leaking of file descriptors.  Patch from Pierre Ossman.
	  Fixes bug #362826.  (Also fix an important warning.)

2007-03-02  David Schleef  <ds@schleef.org>

	* Makefile.am:
	* configure.ac:
	  Fix detection for linking against libdl.
	  Patch from Loïc Minier.  Fixes bug #409269.

2007-03-01  Kjartan Maraas  <kmaraas@gnome.org>

	* players.c: (read_player): Fix 100% CPU problem introduced
	in 0.2.37. Patch from Joe Marcus Clarke. Closes bug #412951.

2007-03-01  Kjartan Maraas  <kmaraas@gnome.org>

	* docs/Makefile.am: Only install the esddsp man page if
	we build the binary. Closes bug #412918. Patch from
	Cygwin Ports Maintainer.

============================== 0.2.37 ===========================

2007-01-31  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Use pkg-config to check for audiofile.
	Patch from Frederic Peters. Closes bug #350808.

2007-01-07  Kjartan Maraas  <kmaraas@gnome.org>

	* docs/esdsample.1.in: Updated man page from
	Christopher Hanna. Closes bug #329631.

2007-01-05  Kjartan Maraas  <kmaraas@gnome.org>

	* 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  <ds@schleef.org>

	* esddsp.c: intercept open64() and other 64-bit variants.
	  Patch from Peter Åstrand.  Fixes #312665.

2006-08-07  David Schleef  <ds@schleef.org>

	* configure.ac: Fix linker flags with CoreAudio.  Fixes #313433.

2006-08-07  David Schleef  <ds@schleef.org>

	* players.c: Add check for return value of read.  Patch from
	  Fernando Herrera.  Fixes #337415.

2006-08-07  David Schleef  <ds@schleef.org>

	* players.c: Add checks for client disconnecting.  Patch from
	  Peter Åstrand.  Fixes #322206.

2006-08-07  David Schleef  <ds@schleef.org>

	* configure.ac: Check for audiofile.h.  Fixes #319464.

2006-08-07  David Schleef  <ds@schleef.org>

	* esd.c: Remove bogus call to hstrerror().  Fixes #319968.

2006-08-07  David Schleef  <ds@schleef.org>

	* esd.c: Don't terminate until last sample is finished playing.
	  Fixes #342729.

2006-08-07  David Schleef  <ds@schleef.org>

	* esd.c: close master socket in error cases. Fixes #314407.

2006-08-07  David Schleef  <ds@schleef.org>

	* esd.c: Close file descriptors after startup.  Fixes #333186.

2006-08-07  David Schleef  <ds@schleef.org>

	* 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  <ds@schleef.org>

	* m4/as-arts.m4: Fix arts detection.  Fixes #341251.  Patch
	  from Vladislav G. Mikhailikov.

2006-04-13  Behdad Esfahbod  <behdad@gnome.org>

	* esdlib.c: Fix build break.

2006-04-13  Kjartan Maraas  <kmaraas@gnome.org>

	* 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  <ds@schleef.org>

	* Makefile.am: Don't compile util.o into esd binary, since it's
	  already in libesd.  (Fixes #317554)

2005-08-13  David Schleef  <ds@schleef.org>

	Patch from Thomas Zajic to actually install the documentation.
	* docs/Makefile.am: Fixes #307366

2005-06-18  David Schleef  <ds@schleef.org>

	* autogen.sh: Don't blow away user's ACLOCAL_FLAGS.

2005-06-17  David Schleef  <ds@schleef.org>

	* README: ha ha funny
	* autogen.sh: use gnome-autogen.sh
	* configure.ac: esound, not esd

2005-06-11  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Add audio_arts.c here to get it disted.

2005-06-06  David Schleef  <ds@schleef.org>

	* MAINTAINERS: add me
	* NEWS: news for new release
	* README: remove old stuff and tell people to go away
	* TODO: remove old stuff
	* configure.ac: version bump

2005-06-06  David Schleef  <ds@schleef.org>

	* Makefile.am: make the docs build correctly, install correctly,
	  and distcheck correctly.
	* configure.ac:
	* docs/Makefile.am:

2005-05-25  David Schleef  <ds@schleef.org>

	* esddsp.c: (dspctl): Patch from Fabian Franz.  Fix
	  behavior of SNDCTL_DSP_GETISPACE ioctl (bug #169680)

2005-05-25  David Schleef  <ds@schleef.org>

	* esdlib.c: Don't write to a const string. (bug #167609)

2005-05-25  David Schleef  <ds@schleef.org>

	* audio_alsa09.c:
	* audio_solaris.c: (esd_audio_devices), (esd_audio_open):
	* esd.c: (open_listen_socket):
	* esd_config.c: (esd_config_read):
	* esddsp.c: (dsp_init), (unlink), (sockaddr_mangle):
	* esdlib.c: (esd_send_auth):
	* genrand.c: (hashlong):
	* players.c: (recorder_write):
	* util.c: (esd_get_socket_dirname):
	  Check all assignments of the return value of getenv() to
	  make sure they're const.  Fix warnings.

2005-05-25  David Schleef  <ds@schleef.org>

	* configure.ac: use AC_CONFIG_SRCDIR() so configure doesn't
	  go wandering off to some random directory (which it does).

2005-03-22  William Jon McCann  <mccann@jhu.edu>

	* esd.c: 
	* esdlib.c: Define SUN_LEN if it isn't already (Solaris)
	  (bug #171304)

2005-05-25  David Schleef  <ds@schleef.org>

	* configure.ac: Use -Wall if the compiler supports it
	* m4/as-compiler-flag.m4: the m4 test

2005-05-25  Kjartan Maraas  <kmaraas@gnome.org>

	* audio_alsa09.c: (print_state):
	* clients.c: (dump_clients):
	* esdctl.c: (main):
	* esddsp.c: (mmapemu_flush), (munmap):
	* esdplay.c: (main):
	* mix.c: (get_translate_func), (refresh_mix_funcs):
	* players.c: (dump_players):
	* proto.c: (poll_client_requests):
	* samples.c: (dump_samples):
	* util.c: (have_ipv6): Clean up warnings reported by sparse

2005-05-25  David Schleef  <ds@schleef.org>

	* audio_alsa09.c: Patch from Takashi Iwai. Writes to alsa
	  more carefully. (bug #140803)

2005-05-25  David Schleef  <ds@schleef.org>

	* esdfile.c: (esd_play_file): Disable compressed audio, since
	audiofile doesn't play it correctly.  (bug #107483)

2005-01-18  David Schleef  <ds@schleef.org>

	* acconfig.h: remove
	* autogen.sh: use m4/ directory for aclocal

2005-01-17  David Schleef  <ds@schleef.org>

	Patch from igor@avtomir.ru (Igor Mokrushin)

	* audio_arts.c: New backend (bug #82154)
	* esd.c: (main):

2005-01-17  David Schleef  <ds@schleef.org>

	* Makefile.am: update for modern automake/autoconf
	* audio.c: make ALSA-1.0 the default driver
	* configure.ac: update for modern automake/autoconf
	* configure.in: remove
	* m4/as-arts.m4: (new) arts detection

2004-11-23  David Schleef  <ds@schleef.org>

	* docs/esd-config.1.in: Remove word break. (bug #158839, fix
	from Miloslav Trmac)

2004-08-12  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in:
	* NEWS
	Release 0.2.35

2004-08-12  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_alsa09.c:
	Use Alsa default alias when no card is specified (bug #144318,
	original fix from Cyrille Chepelov)

2004-08-12  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* .cvsignore:
	Quiet CVS.

	* docs/esd.1.in:
	* esd.c: (main):
	* esd.conf:
	* esd_config.c: (esd_config_read), (esd_config_read_file):
	Fix regression caused by patch for bug #118230 (bug #147293).
	Add new default options in configuration file and as environment
	variable, always used. spawn_options behaviour is back to normal.
	Add commandline options to enable beeps, disable termination and
	disable autostandby.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* esd.h: ANSI argument list fix.
	* esdlib.c: (esd_send_auth): NULL vs 0 usage. Also
	fix usage of esd_connect_unix() in a few places.

2004-08-11  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_oss.c:
	* configure.in:
	* esddsp.c:
	GNU/kFreeBSD support (bug #149816, patch from 
	Robert Milan <rmh@debian.org>).

2004-06-11  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* docs/esddsp.1.in:
	* esddsp.c: (dsp_init), (mmapemu_flush), (open), (dspctl), (close),
	(mmap), (munmap):
	* esddsp.in:
	MMAP support for esddsp (from artsdsp) (bug #144157,
	patch from Olivier Blin <oliv.blin@laposte.net>).

2004-04-30  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* docs/esd.1.in:
	Fix location of configuration file (Craig Routledge
	<webstuff@craigroutledge.com>).

2004-03-16  Frederic Crozat  <fcrozat@mandrakesoft.com>
 
	* NEWS:
	* configure.in:
        Release 0.2.34

2004-03-03  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_alsa09.c:
	Don't use C99 extensions (Bug #136038, 
	patch from Jens Granseuer <jensgr@gmx.net>).

2004-03-01  Frédéric Crozat  <fred@crozat.net>

	* NEWS:
	* configure.in:
	Release 0.2.33

2004-03-01  Frédéric Crozat  <fred@crozat.net>

	* util.c: (esd_get_socket_dirname):
	Fix crash when AUDIODEV doesn't contain '/' (Bug #135113,
	patch from Stefan Heinsen <stefan.heinsen@gmx.de>).

2004-01-19  Stanislav Brabec  <sbrabec@suse.cz>

	* esd.m4: Fixed quoting in esd.m4 to AC_DEFUN([],[]) for latest
	autoconf.

2004-01-15  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio.c: (esd_audio_close):
	Don't try to close audio device if it wasn't opened (Debian).

2004-01-15  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* acconfig.h:
	* audio_alsa09.c:
	* configure.in: Use new ALSA PCM API if available 
	(fixes from Lukasz Mach <lukasz@mach.com.pl> and 
	Eddy Mulyono <eddymulyono@mail.com>)

2004-01-14  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esd.c: Fix build on AIX. Patch from
        Albert Chin-A-Young <china@thewrittenword.com>.

2004-01-14  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_osf.c: Fix build on OSF. Patch from 
	Albert Chin-A-Young <china@thewrittenword.com>.

2004-01-14  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* autogen.sh:
	Don't force automake 1.4, now that we support 1.7.
	Fix url for various tools.

	* Makefile.am:
	Fix build with automake 1.7 (Patch from Thomas Cataldo
	<tom@aliacom.fr>).

2003-10-10  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esound.pc.in: Add missing sound-libs param.
	Fix for Darwin and osf, from Jerry Talkington
	<jtalkington@users.sourceforge.net> 

2003-09-22  Kjartan Maraas  <kmaraas@gnome.org>

	* docs/esd.1.in: Fix a small typo in the man page.

2003-09-03  Frederic Crozat  <fcrozat@mandrakesoft.com>
	* Release 0.2.32

2003-09-03  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esd.c: (open_listen_socket):
	Fix build when IPv6 is disabled (Soren Jacobsen <snj@pobox.com>)

2003-08-30  Dan Winship  <danw@ximian.com>

	* Makefile.am (AUDIO_BACKENDS): add several missing backends that
	weren't getting disted.

2003-08-11  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in: Release 0.2.31

2003-08-05  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in: Fix compilation on Solaris 8.
	bug #119092.

2003-08-01  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* NEWS:
	* configure.in: Release 0.2.30

2003-08-01  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esd.c: Add missing prototype.

2003-08-01  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* acconfig.h:
	* configure.in:
	* esd.c:
	* esdlib.c:
	Use inet_pton instead of inet_aton which is a libresolv private symbol.
	Bug #117559, patch from Leena Gunda <leena.gunda@wipro.com>.

2003-08-01  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esd.c: (set_audio_buffer), (reset_daemon), (clean_exit),
	(esd_server_resume), (main):
	* esd.h:
	* esd_config.c:
	* esdcat.c:
	* esdctl.c: (exit_usage), (main):
	* esddsp.c:
	* esdfile.c:
	* esdlib.c: (esd_get_latency), (esd_send_auth), (esd_lock),
	(esd_unlock), (esd_standby), (esd_resume), (esd_connect_unix),
	(esd_open_sound), (esd_play_stream), (esd_monitor_stream),
	(esd_filter_stream), (esd_record_stream), (esd_sample_cache),
	(esd_confirm_sample_cache), (esd_sample_getid), (esd_sample_free),
	(esd_sample_play), (esd_sample_loop), (esd_sample_stop),
	(esd_sample_kill):
	Code cleanup. Patch from Kjartan Maraas <kmaraas@broadpark.no>.

2003-08-01  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* Makefile.am:
	* esd-config.h:
	* esd.c: (main):
	* esd_config.c:
	Allow esound to read esd.conf whether it is to autospawn or not.
	bug #118230, patch from James Strandboge <jstrand1@rochester.rr.com>.

2003-08-01  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* util.c: Add missing headers to fix warnings.

2003-07-09  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* docs/esdcat.1.in:
	* esdcat.c: (main): Add support for session name.
	Patch from <j@thing.net>.

2003-07-05  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_solaris.c: (fill_play_info), (esd_audio_open):
	allow simultaneous play and record on Solaris (bug #116742).
	Patch from Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

2003-07-05  Frederic Crozat <fcrozat@mandrakesoft.com>

	IPv6 support (bug #109324), 
	patch from Archana Shah  <archana.shah@wipro.com>

	* configure.in: Added option for IPv6 support, and only
	enabling IPv6 support if getaddrinfo() is available on
	the system. Also checked for the existence of inet_ntop()
	function.

	* esd.h: Added prototype for function have_ipv6().

	* esd-server.h: Changed the definition of structure
	esd_client to include sockaddr_in6 variable.

	* util.c: Included config.h for having definition of 
	ENABLE_IPV6. Added definition of have_ipv6().

	* esd.c: (open_listen_socket) Changed the code to create
	and bind IPv6 socket if IPv6 support is there.

	* esdlib.c: (esd_connect_tcpip) Changed the code so that it
	can understand and parse "hostname:port" parameter
	for IPv6 addresses as well.

	* clients.c: Included header file <arpa/inet.h> for having
	prototype of inet_ntop().
	(get_new_clients) Modified to accept connections from IPv6 	
	enabled clients also.
	(dump_clients) Modified to handle IPv6 addresses too.

2003-06-25  Thomas Vander Stichele <thomas at apestaart dot org>

        * autogen.sh: exit with error if any of the autotools fail so
          you know what's going on where it's going on

2003-06-18  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esd.c: (main): allow to set auto-standby to 0 (patch from 
	Mohammed Waleed Kadous <waleed@cse.unsw.edu.au>)

2003-06-18 2003-04-06  Arvind Samptur <arvind.samptur@wipro.com>

        * esdlib.c: (esd_open_sound) : waitpid() could fail due to
        a interrupted system call, loop till you succeed (bug #110099).

2003-06-18  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* acconfig.h:
	* audio.c:
	* audio_coreaudio.c: (PlaybackIOProc), (RecordIOProc),
	(esd_audio_devices), (esd_audio_open), (esd_audio_close),
	(esd_audio_pause), (esd_audio_write), (esd_audio_read),
	(esd_audio_flush):
	* configure.in:
	* esdlib.c: (esd_open_sound):
	Mac OS X CoreAudio (bug #107842, patch from Masanori Sekino
	<msek@users.sourceforge.net>)

2003-06-18  Frederic Crozat  <fcrozat@mandrakesoft.com>

	Cygwin support (bug #110916, patch from Masahiro Sakai 
        <s01397ms@sfc.keio.ac.jp>
	* configure.in (AC_LIBTOOL_WIN32_DLL): call AC_LIBTOOL_WIN32_DLL,
	which is necessary for building DLL on win32 platform.
	* Makefile.am (libesd_la_LDFLAGS): add -no-undefined to declare that
	libesd's dependencies provide all symbols that are undefined in
	libesd. This is also necessary for building DLL on win32 platform.
	* .cvsignore: quiet cvs !

2003-06-07  Kjartan Maraas  <kmaraas@gnome.org>

	* esdlib.c: Fix a typo in a comment.

2003-03-20  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_alsa09.c: fix license, it is LGPL, not GPL (bug #108799).
	(patch from Santiago Otero <siryurian@terra.es>)

2003-02-24  Stanislav Brabec  <sbrabec@suse.cz>

	* docs/esd.1.in, esd.c: Updated man page, typo fix.

2002-12-05  Stanislav Brabec  <sbrabec@suse.cz>

	* audio_alsa09.c: Limit maximum periods to 64 (bug #100125).
	Prevents drop-outs for hardware allowing low period_size.

2002-08-26  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in: Release 0.2.29

2002-08-26  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_alsa09.c: (initAlsa): Ensure device is closed if initialisation
	failed (was preventing future initialisations)
	(esd_audio_devices):list avaible ALSA cards when using -help (bug
	#89964) 
	(esd_audio_open): list available card add support for alsa cards 
	selection using -d command-line parameter (bug #89962)
	All patches from Tom Prado <tprado@charter.net>

2002-08-21  Elliot Lee  <sopwith@redhat.com>

	* audio.c: set esd_audio_fd = -1 when we esd_audio_close()
	* esd.c: Set esd_forced_standby = 0 when we resume.

2002-08-18  Havoc Pennington  <hp@pobox.com>

	* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
	both automake 1.6 and 1.4 installed get the right automake. Means
	compilation from CVS will now require the latest automake 1.4
	release, or manually creating symlinks called "automake-1.4" and
	"aclocal-1.4"

2002-08-18  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* players.c: (read_player): fix crash on Solaris 9
	(bug #88810, patch from Balamurali Viswanathan <balamurali.viswanathan@wipro.com>)

2002-08-16  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in: add summary info at end of configure (Tom Prado
	<tprado@charter.net>)
	* esd.c: (main): Fix --help (Tom Prado <tprado@charter.net>)

2002-08-07  Anju P S <anju.premachandran@wipro.com>

	*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

2002-07-19  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esdctl.c: (main): fix segfault when using -s (Debian)
	* esddsp.in: No longer use LD_PRELOAD_PATH  (Debian)

2002-07-09  Brian Cameron  <Brian.Cameron@sun.com>

	* 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.

2002-06-19  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in: Release 0.2.28

2002-06-19  Frederic Crozat  <fcrozat@mandrakesoft.com>

        * esdlib.c: (is_host_local), (esd_open_sound):
        Fix esd not starting when DISPLAY is set to localhost
        but esd is not running in tcp mode (bug from Edward-Liu, patch
        from Elliot)
	 

2002-06-19  Frederic Crozat  <fcrozat@mandrakesoft.com>

        * audio_alsa09.c: (initAlsa), (esd_audio_open), (esd_audio_flush):
        Add more check before doing ALSA calls (Santiago Otero)
	

2002-06-19  Frederic Crozat  <fcrozat@mandrakesoft.com>

        * players.c: (read_player): revert locking of audio stream patch, this
	patch breaks esd when used in TCP mode on localhost (Santiago Otero)
	

2002-06-19  Frederic Crozat  <fcrozat@mandrakesoft.com>

        * esddsp.in: remove bashim (PLD)
	

2002-06-19  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* clients.c: (get_new_clients): don't use tcp wrapper for unix socket
	(Debian)

2002-06-17  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esd.c: (main):
	Fix problem with via82cxxx sound driver 
	(patch provided by Samual Audet <guardia@step.polymtl.ca>)

2002-06-14  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* docs/esd.1.in:
	* esd.c: (main):
	Add -promiscuous mode to disable authentication when
	starting daemon. Fix Bug #85099 
	(patch from Rebecka Svanberg)

2002-06-07  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in: Release 0.2.27

2002-06-05  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esdlib.c: (esd_open_sound):
	Add parenthesis to fix priority in foo?foo:0 expression
	(from Alexander Larsson <alexl@redhat.com>)

2002-06-04  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* docs/.cvsignore:
	* docs/Makefile.am:
	* docs/esd-config.1.in:
	* docs/esd.1.in:
	* docs/esdcat.1.in:
	* docs/esdctl.1.in:
	* docs/esddsp.1.in:
	* docs/esdfilt.1.in:
	* docs/esdloop.1.in:
	* docs/esdmon.1.in:
	* docs/esdplay.1.in:
	* docs/esdrec.1.in:
	* docs/esdsample.1.in:
	Add manpages (from Debian). Fix bug #81038

	* esd.m4:
	Apply Debian patch to always use C compiler for test
	
	* configure.in:
	* esd_config.c: (esd_config_read_file):
	Apply Debian patch to detect if strtok is available on the system

	* esdcat.c: (main):
	* esdloop.c: (main):
	* esdmon.c: (main):
	* esdrec.c: (main):
	* esdsample.c: (main):
	Apply Debian patch to output "open socket" message on stderr

2002-06-04  Frederic Crozat <fcrozat@mandrakesoft.com>

	* esd.c: (safe_mksocketdir):
	Fix socket directory test (bug #83158)
	(Patch from Diego SantaCruz <DiegoSantaCrux@epfl.ch>)

2002-06-04  Frederic Crozat <fcrozat@mandrakesoft.com>

	* esdlib.c: (esd_open_sound):
	Fix size of allocated string for daemon spawn. 
	(Patch from Alex Larsson <alexl@redhat.com>)

2002-06-04  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* players.c: (read_player):
	Fix locking at end of audio stream (bug #81864 and Ximian bug 24717)
	(Patch from Santiago Otero <siryurian@terra.es>)

2002-05-13  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_alsa.c: (esd_audio_open):
	* audio_alsa09.c: (esd_audio_open):
	* audio_oss.c: (esd_audio_open):
	Cleaner version of endianess fix (idea from Takashi Iwai)

2002-05-13 Stephen Browne <stephen.browne@sun.com>

	* util.c: new file for esd utility functions
		  currently only has new functions for getting the
		  name of the unix domain socket to use.
	* Makefile.am: added linking of util.c for esdlib and esd
	* esd.h: changed ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME
		 from static strings to function calls to get the socket 
		 dir and name

2002-05-12  Frédéric Crozat  <fred@crozat.net>

	* audio_alsa.c:
	* audio_alsa09.c: (esd_audio_open):
	Fix endianess problem (for PPC people) with ALSA. 
	Thanks to Jack Howarth <howarth@bromo.med.uc.edu>

2002-05-10  Shivaram U  <shivaram.upadhyayula@wipro.com>

	* Makefile.am: Fix for build failure on Solaris. Changed variable names
	to differ from the program names.

2002-05-06  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in: Release 0.2.26

2002-05-03  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_alsa09.c: (initAlsa):
	* clients.c:
	* esd.c:
	* esdcat.c:
	* esdfilt.c:
	* esdlib.c: (esd_open_sound):
	* esdmon.c:
	* esdrec.c:
	* genrand.c: (genrand_dev), (genrand_unix):
	fix various warnings and missing includes (bug #80690)

2002-05-01  Rodney Dawes  <dobey@free.fr>

	* Makefile.am: Need to dist getopt*.c even when not needed for build
	
2002-04-29  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* audio_alsa09.c: (initAlsa), (esd_audio_open), (esd_audio_read),
	(esd_audio_write): open sound device in non blocking mode, various 
	cleanup (patch from Santiago Otero <siryurian@terra.es>)

2002-04-27  Frederic Crozat  <fred@crozat.net>

	* mix.c: (mix_stereo_8u_to_stereo_32s_sv):
	fix resampling from 44 to 48kHz (patch from Alexander Motin <mav@alkar.net>). Bug #79299

2002-04-24  Iain <iain@ximian.com>

	* configure.in: Make the if's in the alsa detection elif's

2002-04-23  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* configure.in: release 0.2.25

2002-04-23  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* Makefile.am:
	* acconfig.h:
	* audio.c:
	* configure.in:
	* esddsp.in: add support for ALSA 0.9 
	(patch from Santiago Otero <siryurian@terra.es>)

2002-04-23  Frederic Crozat <fcrozat@mandrakesoft.com>

	* esddsp.in: use library major number for LD_PRELOAD
	* MAINTAINERS: add myself

2002-04-12  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* esd.c: (main): remove socket/socket directory before exiting
	when sound device can't be open

2002-03-25  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: check for gethostbyname2.

	* esd.c: call gethostbyname if gethostbyname2 isn't available.

2002-03-13  chris chabot <chabotc@reviewboard.com>

    * Cleaned up spec file, added .pc file to its file list,
    and added audiofile to dependency list

2002-03-13  jacob berkman  <jacob@ximian.com>

	* Makefile.am (dist-hook): don't fail if docs weren't built

2002-03-12  Laszlo Peter  <laca@ireland.sun.com>

	* configure.in: use AM_CONDITIONAL to control whether getopt*.c
	is built.

	* Makefile.am: include getopt*.c in the SOURCES if needed.

2002-03-11  James Henstridge  <james@daa.com.au>

	* autogen.sh: call libtoolize.

	* acinclude.m4, ltconfig, ltmain.sh: remove this file -- get
	libtool from aclocal and libtoolize (it is currently using
	libtool-1.2f, which is ancient).

	* configure.in: use an automake conditional to say whether we are
	building esddsp and esdplay.
	(GETOPT_OBJS): esound's configure wasn't using LIBOBJS subtitution
	correctly, which causes build problems with autoconf-2.53.  So
	just use another env var.

	* Makefile.am (INCLUDES): get rid of extra variable declarations
	that automake would automatically add.

2002-03-01  Havoc Pennington  <hp@redhat.com>

	* configure.in: 0.2.24

2002-03-01  Havoc Pennington  <hp@redhat.com>

	* players.c (read_player): Apply patch from
	mchapman@student.usyd.edu.au to reduce choppiness; see 
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=55877

	* clients.c: another bit of the patch
	
Thu Jan 10 11:21:28 2002  Owen Taylor  <otaylor@redhat.com>

	* Makefile.am: @AUDIOFILE_LIBS@ already includes -lm so
	don't add it again.

Tue Sep 04 16:28:11 2001  George Lebl <jirka@5z.com>

	* configure.in, Makefile.am, esound.pc.in: add a pkg-config file

2001-07-13  Alex Larsson  <alexl@redhat.com>

	* esdlib.c:
	* esd.c:
	Fix esd launch race condition. USR1 could arrive before pause()
	leading to a 10 second pause.

2001-07-07  Drazen Kacar  <dave@arsdigita.com>

	* configure.in: Check whether the C compiler supports inline.

	* audio_solaris.c: Recognize SUNW,audiots as supported device.
	Make explicit checks for all devices we know we don't support.
	If we encounter unknown device, print out the warning, but
	attempt to use it. Added EINTR wrappers all around the place.
	Added checks for more esd devices (ports in Solaris terminology).
	Added flush function.

2001-06-20  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Added esd-config.in to EXTRA_DIST.
	
2001-03-26  Darin Adler  <darin@eazel.com>

	* docs/.cvsignore: Ignore Makefile.

2001-03-11  Timur Bakeyev <mc@bat.ru>

	* Makefile.am: Changed the order of libraries in LDADD. Some old
	linkers really depend from it...
	
2001-01-23  Gregory Leblanc  <gleblanc@cu-portland.edu>

	* docs/esound.sgml: updated/tested for use with nautilus

2000-11-29  Stanislav Brabec  <utx@penguin.cz>

	* esd.m4: New check AM_ESD_SUPPORTS_MULTIPLE_RECORD.
	* NEWS: Updated.

2000-11-28  Stanislav Brabec  <utx@penguin.cz>

        * esd.c, configure.in: Security improvements: All unsafe
	operations while creating ESD_UNIX_SOCKET_DIR was removed, new
	function safe_mksocketdir(), new variable esd_trustval and new
	argument -trust. Use +t on ESD_UNIX_SOCKET_DIR. There still
	remains trivial local DoS attack - I don't see better possible
	solution than suid helper.

	* configure.in: Added check for fchown and fchmod.

2000-11-28  Stanislav Brabec  <utx@penguin.cz>

	* esd.c: Use rmdir on directories instead of unlink,
	support for --help and help for -nobeeps.
	* esdlib.c: Typo fixes.
	* esdfile.c: Open files via "rb" on all systems. It is standard C,
	does no harm on systems where it isn't needed (Unix).

2000-10-30  Heikki Hannikainen <hessu@hes.iki.fi>

	* clients.c, esd-server.h, esd.c, players.c, proto.ci: Added
	support for multiple recording clients. Pretty straightforward
	cloning of player clients handling code.
	* 0.2.21

2000-09-13  Timur Bakeyev <mc@bat.ru>

	* esd.c: Reset to zero sockaddr_in structure. Without that BSDI doesn't
	let to bind to 127.0.0.1 address.. It's a good habbit anyhow to do so...
	
	* esdlib.c: If we are trying to connect to the localhost, it should be
	127.0.0.1, not 0.0.0.0, which is just INADDR_ANY... It happens to match
	localhost, but isn't necessary to... So, changed client to connect to the
	127.0.0.1 (which also should work with esd -tcp -public, but opposit does
	not work).
	
2000-07-21  Stanislav Brabec  <utx@penguin.cz>

	* acconfig.h, audio.c, audio_dart.c, configure.in, esdcat.c,
	esdfile.c, esdlib.c, os2medef.h, os2me.h, proto.c: Merged changes
	from cvs.enlightenment.org.

2000-07-18 Elliot Lee <sopwith@redhat.com>
	* Undo esd_send_file change on 03-03 - it makes lots of things break.
	* Fix fcntl that tried to remove non-blocking flag.
	* 0.2.19

2000-05-01  Drazen Kacar  <dave@srce.hr>

	* audio_solaris.c: Don't set the output device, volume and
	balance when opening audio device. Those should be configurable
	by an external program and the values set that way preserved
	as defaults for sunsequent playing. (bugs #2587 and #5682)

2000-03-04  Yo Ric Dude  <ricdude@toad.net>

	* esound.spec.in, configure.in: don't include processed sgml docs 
	in the rpms unless the system can process the sgml doc sources.

2000-03-03  Yo Ric Dude  <ricdude@toad.net>

	* esdfile.c (esd_send_file): Just in case libaudiofile feeds us an 
	bogus frame count from a non-conforming .wav file, ignore the extra
	data.  Thanks to Philipp Matthias Hahn <pmhahn@titan.lahn.de>

	* audio_solaris.c (esd_audio_open): Solaris audio recording
	patches, courtesy of Steve Murphy <murf@e-tools.com>

	* docs/Makefile.am, docs/Makefile.in, Makefile.am, configure.in:
 	updated configure and automake setup to generate html and
 	postscript docs on make dist.  Now if the documentation were
 	useful...  Also, the ALSA 0.5 patch was originally submitted by
 	Tom Prado <tprado@charter.net>.  There may be a similar patch from
 	someone else in my inbox, but it's a mess. Sorry if I forgot you.
  	Many thanks to Mark Crichton for testing, tweaking, and confirming
 	backwards compatibility with previous ALSA releases.

2000-03-02  Mark Crichton  <crichton@gimp.org>

	* audio_alsa.c: Added support from Rik to add ALSA 0.5 API support
	Also backwards compatable.

2000-01-04  Timur Bakeyev  <mc@bat.ru>

	* esddsp.c: Wrapped with #ifdef SNDCTL_DSP_GETCAPS. Old OSS driver 
	doesn't	have it..

1999-10-11  Drazen Kacar  <dave@srce.hr>

	* audio_solaris.c: Don't spit warnings if /dev/audio doesn't
	exist. User probably knows he doesn't have a sound card.

1999-10-06  Russell Steinthal  <rms39@columbia.edu>

	* esdlib.c (esd_connect_tcpip): Fix case in which user specifies
	only a port number (first character of host is :)

1999-09-20  Raja R Harinath  <harinath@cs.umn.edu>

	* configure.in (nanosleep): Look also in -lrt.
	Suggested by Drazen Kacar <dave@srce.hr>.

1999-09-03  Yo Ric Dude  <ericmit@ix.netcom.com>

	* audio_alsa.c: evil macro hacks to map the new alsa names, 
	SND_PCM_OPEN_CAPTURE and snd_pcm_capture_format, to the old names, 
	SND_PCM_OPEN_RECORD and snd_pcm_record_format.  Why alsa doesn't
	do this itself...

	* esdlib.c: (esd_open_sound): if no ESPEAKER is set, but DISPLAY
 	is, try to connect to the default port on that host. Thanks to
 	Charles Galambos <ees1cg@ee.surrey.ac.uk>.

1999-08-20  Elliot Lee  <sopwith@redhat.com>
	* *.c, esd-server.h: Fix warnings, bump version to 0.2.13.

1999-08-19  Kjartan Maraas  <kmaraas@online.no>

	* mix.c: (clip_mix_to_output_8u): Change *output to unsigned int
	from signed int.
	
Sun Aug  8 00:56:41 1999 Timur Bakeyev <mc@bat.ru>

	* configure.in: Add bsdi4 as a system, that supports esddsp.
	INADDR_LOOPBACK - u_long changed to u_int32_t.

1999-07-11  Raja R Harinath  <harinath@cs.umn.edu>

	* acconfig.h (SUN_LEN): Add @BOTTOM@ section and move this
	definition there.

	* configure.in (setenv, putenv): Add checks.
	* esdplay.c (main): Use `putenv' as a fallback if `setenv' isn't
	available. 
	Reported by "Brandon S. Allbery" <allbery@ece.cmu.edu>.
	
1999-06-30 Scott Heavner  <sdh@po.cwru.edu>

	* configure.in, acconfig.h: Change SUN_LEN test to use AC_TRY_LINK.
	Then change it more.  Are #ifdef's allowed in acconfig.h?  Seems
	like cheating, but it works here (autoconf v2.13).  The previous
	incarnation was using AC_DEFINE to setup a macro and wasn't
	working at all.

Mon Jun 28 18:34:10 1999 Timur Bakeyev <mc@bat.ru>

	* acconfig.h, configure.in: Fix checkes against INADDR_LOOPBACK
	and SUN_LEN.
	* esd.h: Fix problem with mkdir() - if directory name containes
	"/" as a last symbol, it'll not be created.
	* esd.c, esdlib.c: Introduced usage of SUN_LEN instead of direct
	calculation. Move inline defenition of SUN_LEN to config.h.

1999-06-22  Richard Boulton <rjb37@cam.ac.uk>

	* esdlib.c: More self documenting code comments.  Nearly done this
	file now...

	* proto.c: Fix proto_data required size for esd_proto_stream_filter,
	so that we don't get annoying click whenever a filter is added.  (Was
	sending 112 junk bytes to the audio stream each time.)

1999-06-19  Richard Boulton <rjb37@cam.ac.uk>

	* esdlib.c, esd_config.c, esd.conf: Put time to wait for an
	autospawn into esd.conf file, and increased default to 100ms.
	(it was at 10ms, and about 1 time in 5 it wasn't waiting long
	enough for me.)

1999-06-19  Richard Boulton <rjb37@cam.ac.uk>

	* esdlib.c: Add some gnome-doc style self documenting code comments.

1999-06-17  Richard Boulton <rjb37@cam.ac.uk>

	* esdlib.c: Fix compiler warning.

Wed Jun 16 12:52:02 1999 Timur Bakeyev <mc@bat.ru>

	* esd.h, esd.c, esdlib.c: All occurances of "/tmp/.esd/socket" string
	changed to macro ESD_UNIX_SOCKET_NAME - this is a bit cleaner, and
	allows to change name in one place only.

	* esd.c, esdlib.c: Fix a bug with domain sockets, when passing plain 
	strlen() of the socket name to bind() caused it's trancation to
	"socke" :(   Changed to sizeof(struct sockaddr_un).
	
	* esdsample.c: Fix a coredump, when no parameters specified.

1999-06-14  Elliot Lee  <sopwith@redhat.com>

	* esdlib.c: Fix bug #1276 - don't try to auto-spawn if $ESPEAKER
	is set.

Tue Jun  8 18:13:22 1999  John Ellis  <johne@bellatlantic.net>

	* esdmgr.c (esd_get_all_info): Fix memory leaks: player_info and
	sample_info were not being freed after the do .. while loops.

Tue Jun  8 17:00:54 1999 Timur Bakeyev <mc@bat.ru>

	* audio_oss.c: #ifdef'ed SNDCTL_DSP_SETDUPLEX, as it doesn't exist in OSS
	3.0.9 under BSDI3...
	
	* configure.in, acconfig.h: Due to lack of INADDR_LOOPBACK in my OS (BSDI3)
	here is the check against it's presence in netinet/in.h, and if not, defining
	it ourselves.
	
Wed Apr 21 15:10:19 EDT 1999 The Rasterman <raster@rasterman.com>
	* esdlib.c, esd.h, proto.c: added "latency" request protocol to request
          number of smaples of latency you have with a stream to esd.
	  
1999-04-12  Elliot Lee  <sopwith@redhat.com>

	* esdlib.c, esd_config.c, esd.conf, configure.in, Makefile.am:
	  Use a proper config file ($(sysconfdir)/esd.conf, ~/.esd.conf),
	  and fix auto-spawning of esd.

1999-04-11  James Henstridge <james@daa.com.au>

	* esound.spec.in: moved %{prefix}/lib/lib*.so files to the main
	esound package from the devel one, as esddsp requires them to
	function correctly.

Thu Apr  8 23:08:56 PDT 1999 Manish Singh <yosh@gimp.org>

	* acinclude.m4
	* ltconfig
	* ltmain.sh: libtool 1.2f

	* esd.c: use INADDR constants instead of inet_addr calls (was
	broken before)

	* esddsp.c: minor tweaks

1999-03-30  The Rasterman <raster@rasterman.com>
        * esdlib.c, esd.c: added UNIX domain sockets as the "default" 
	  (less overhead than tcp/ip for a local machine - better for
	  less soudn breakup) - as well as =ctp option for tcp/ip mode.
	  Also made esd auto fallback to 8bit, mono and lower sampling
	  rates if the device cannot handle it.
	  
1999-03-09  The Rasterman <raster@rasterman.com>
	* esdlib.c, esd.c: added SIGPIPE handlers and wrappign in all 
	  libesd calls so "death" of esd and connection is trapped
	  properly. Also added to auth protocol a "reply" for auth so
	  authorisation is known at socket open time. same for esd.
	  Tested and works. 

1999-02-20  Yo Ric Dude  <ericmit@ix.netcom.com>

	* README, TIPS, TODO: updates
	* configure.in: call it 0.2.8. [and there was much rejoicing...]

1999-02-16  Yo Ric Dude  <ericmit@ix.netcom.com>


	* esd-server.h, esd.c, proto.c: added forced standby tracker for
	greater accuracy in tracking forced standby vs. autostandby modes
	* clients.c: autostandby/standby cpu buglet
	* esd.h, proto.c, esdmgr.c: added ability to get server mode,
	e.g. standby, autostandby, running, etc.
	* many other modules: -Wall clean up

	* players.c, proto.c, samples.c: gracefully handle error
 	conditions from ESD_READ_*, i.e. check return values.

Mon Feb 15 18:19:31 EST 1999 Mandrake <mandrake@mandrake.net>
	* esdlib.c: boy am I getting tired of reading the
	"cannot connect to esound server" error message whenever I don't
	have esd running from that file.  there needs to be a better
	way to dump out this error.  maybe some sort of rotatable message
	file?  who knows?  but not like that.

1999-02-14  Yo Ric Dude  <ericmit@ix.netcom.com>

	* clients.c, esd.c: less brutal audio flushing algorithm.

1999-02-13  Yo Ric Dude  <ericmit@ix.netcom.com>
	
	* esdfile.c, esdlib.c: added and commented out diagnostic code. 
	* esd-server.h, esd.c, players.c, proto.c, samples.c, players.c:
 	add flag to force sample deletion, and force sample deletion only
 	when we shut down the server
	* samples.c, players.c: check for addition of NULL
 	samples/players.
	* players.c: helps if you put the recorder stream's, writeable
	fd_set mask in the proper place within the select call - thx. Chutt

1999-02-10  Yo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              