2005-06-06 David Schleef * 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 * Makefile.am: make the docs build correctly, install correctly, and distcheck correctly. * configure.ac: * docs/Makefile.am: 2005-05-25 David Schleef * esddsp.c: (dspctl): Patch from Fabian Franz. Fix behavior of SNDCTL_DSP_GETISPACE ioctl (bug #169680) 2005-05-25 David Schleef * esdlib.c: Don't write to a const string. (bug #167609) 2005-05-25 David Schleef * 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 * 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 * esd.c: * esdlib.c: Define SUN_LEN if it isn't already (Solaris) (bug #171304) 2005-05-25 David Schleef * configure.ac: Use -Wall if the compiler supports it * m4/as-compiler-flag.m4: the m4 test 2005-05-25 Kjartan Maraas * 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 * audio_alsa09.c: Patch from Takashi Iwai. Writes to alsa more carefully. (bug #140803) 2005-05-25 David Schleef * esdfile.c: (esd_play_file): Disable compressed audio, since audiofile doesn't play it correctly. (bug #107483) 2005-01-18 David Schleef * acconfig.h: remove * autogen.sh: use m4/ directory for aclocal 2005-01-17 David Schleef Patch from igor@avtomir.ru (Igor Mokrushin) * audio_arts.c: New backend (bug #82154) * esd.c: (main): 2005-01-17 David Schleef * 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 * docs/esd-config.1.in: Remove word break. (bug #158839, fix from Miloslav Trmac)