============================== 0.2.40 =========================== 2008-09-03 Jeffrey Stedfast * configure.ac: Release 0.2.40 * NEWS: updated 2008-07-30 Jeffrey Stedfast * 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 * audio_oss.c: #include . Fixes bug #543239