ref: 93695f4abf66ed29e00ae52874c02e87bb293cc8
parent: 5206b75d90149512b1a76efe73d774e1b6cb46d7
author: Simon Howard <fraggle@gmail.com>
date: Sat Oct 29 17:48:55 EDT 2005
0.1.2 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 226
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
+0.1.2 (2005-10-29):
+
Silence sounds at odd sample rates (rather than bombing out); this
is the way Vanilla Doom behaves.
Handle multiple replacements of the same sprite in a PWAD.
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(Chocolate Doom, 0.1.1, fraggle@alkali.org, chocolate-doom)
+AC_INIT(Chocolate Doom, 0.1.2, fraggle@alkali.org, chocolate-doom)
AC_CONFIG_AUX_DIR(autotools)
orig_CFLAGS="$CFLAGS"