diff options
author | Simon Howard | 2013-10-12 04:04:12 +0000 |
---|---|---|
committer | Simon Howard | 2013-10-12 04:04:12 +0000 |
commit | 4cd5d5027acbfc91a3f546389804e9de4fe6269d (patch) | |
tree | ae44a1e8adf7dcda1887e085fb5d9ec0853461b7 | |
parent | 52c34aaca93bcc1c685cd10c43a0005984830fb9 (diff) | |
download | chocolate-doom-4cd5d5027acbfc91a3f546389804e9de4fe6269d.tar.gz chocolate-doom-4cd5d5027acbfc91a3f546389804e9de4fe6269d.tar.bz2 chocolate-doom-4cd5d5027acbfc91a3f546389804e9de4fe6269d.zip |
Bump version number to v2.0.0-beta1; update NEWS.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2701
-rw-r--r-- | NEWS | 35 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 37 insertions, 2 deletions
@@ -1,4 +1,39 @@ +2.0.0 (????-??-??): + + This is version 2.0 of Chocolate Doom! This new version has some + major changes compared to the original 1.0 series: + + * The codebase now includes Chocolate Heretic and Chocolate + Hexen. These are based on the GPL source code released by + Raven Software. + * Also included is Chocolate Strife. This was developed through a + mammoth four year reverse engineering project conducted by + James "Quasar" Haley and Samuel "Kaiser" Villareal. The result + is the most accurate reproduction of Strife to date, including + full demo and savegame compatibility. See README.Strife for + more information. + + Minor features that are nonetheless worth mentioning: + * Chocolate Doom now includes a -statdump command line option, + which emulates the output of the statdump.exe tool. This is + used to implement a form of regression testing (statcheck) that + directly compares against the Vanilla behavior. + * Chocolate Heretic includes HHE patch file support, and I + believe is the first Heretic port to include this feature. + * GUS "pseudo-emulation" is now supported. This does not fully + emulate a GUS, but Doom's DMXGUS lump can be used to generate + a Timidity configuration file that plays music using the GUS + patch set. + * The setup tool now includes a built-in server browser, for use + when selecting a server to join. + + Version 2.0 of Chocolate Doom has been in development for a long + time, and there have been many bugs fixed over this time, too many + to list here. Thanks to all the people who have tested it and + diligently reported bugs over this time. Your contributions have + been invaluable. + 1.7.0 (2012-06-09): * Fixed gnome-screensaver desktop file (thanks Rahul Sundaram). diff --git a/configure.in b/configure.in index 556cefea..31e530a5 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ -AC_INIT(Chocolate Doom, 1.99.0, fraggle@gmail.com, chocolate-doom) +AC_INIT(Chocolate Doom, 2.0.0-beta1, fraggle@gmail.com, chocolate-doom) PACKAGE_SHORTDESC="Conservative Doom source port" -PACKAGE_COPYRIGHT="Copyright (C) 1993-2012" +PACKAGE_COPYRIGHT="Copyright (C) 1993-2013" PACKAGE_LICENSE="GNU General Public License, version 2" PACKAGE_MAINTAINER="Simon Howard" PACKAGE_URL="http://www.chocolate-doom.org/" |