warzone2100 freeze exception
Hi all,
warzone2100 2.3.3-1 was uploaded some hours before the (unexpected)
freeze but somehow 2.3.2-1 got unblocked instead:
http://packages.qa.debian.org/w/warzone2100/news/20100806T013454Z.html
http://lists.debian.org/debian-devel-announce/2010/08/msg00000.html
http://packages.qa.debian.org/w/warzone2100.html
http://release.debian.org/britney/hints/freeze-exception
http://bugs.debian.org/591215
warzone2100 2.3.3 was an attempt to fix some important issues
introduced in 2.3.2:
http://bugs.debian.org/591215
http://wz2100.net/news/6047
Unfortunately the fixes in 2.3.3 were not sufficient and upstream has
released 2.3.4:
http://wz2100.net/news/6163
I would like to upload 2.3.4 and have it included in squeeze. 2.3.2
included a number of good changes and fixes and with the addition of
the 2.3.3 and 2.3.4 fixes, it is a better version overall. A full
debdiff and a debdiff with autotools updates, copyright updates,
translation updates, changes to Windows/MacOS files and other
irrelevant files stripped are available at the URLs below. After I
also strip out the updates to one of the non-default AIs, the diffstat
looks like this:
warzone2100-2.3.4/ChangeLog | 72
warzone2100-2.3.4/configure.ac | 8
warzone2100-2.3.4/data/base/challenges/b2basics.ini | 1
warzone2100-2.3.4/data/base/challenges/hidebehind.ini | 1
warzone2100-2.3.4/data/base/challenges/noplace.ini | 1
warzone2100-2.3.4/data/base/images/intfac.img | 11
warzone2100-2.3.4/data/base/images/intfac_differentOil.img | 6
warzone2100-2.3.4/data/base/messages/strings/names.txt | 20
warzone2100-2.3.4/data/mods/multiplay/Makefile.am | 7
warzone2100-2.3.4/data/mp/addon.lev | 60
warzone2100-2.3.4/data/mp/messages/strings/names.txt | 18
warzone2100-2.3.4/data/mp/stats/assignweapons.txt | 2
warzone2100-2.3.4/data/mp/stats/features.txt | 2
warzone2100-2.3.4/debian/changelog | 26
warzone2100-2.3.4/debian/control | 6
warzone2100-2.3.4/debian/copyright | 35
warzone2100-2.3.4/debian/rules | 2
warzone2100-2.3.4/lib/exceptionhandler/exceptionhandler.c | 8
warzone2100-2.3.4/lib/framework/SDL_framerate.h | 2
warzone2100-2.3.4/lib/framework/cursors.h | 2
warzone2100-2.3.4/lib/framework/debug.h | 16
warzone2100-2.3.4/lib/framework/i18n.c | 174 +
warzone2100-2.3.4/lib/framework/input.c | 34
warzone2100-2.3.4/lib/framework/input.h | 2
warzone2100-2.3.4/lib/framework/string_ext.h | 2
warzone2100-2.3.4/lib/iniparser/Makefile.am | 2
warzone2100-2.3.4/lib/ivis_common/Makefile.am | 2
warzone2100-2.3.4/lib/ivis_common/jpeg_encoder.c | 1062
++++++++++
warzone2100-2.3.4/lib/ivis_common/jpeg_encoder.h | 19
warzone2100-2.3.4/lib/ivis_common/pieblitfunc.h | 2
warzone2100-2.3.4/lib/ivis_common/pieclip.c | 2
warzone2100-2.3.4/lib/ivis_common/png_util.c | 53
warzone2100-2.3.4/lib/ivis_common/png_util.h | 1
warzone2100-2.3.4/lib/ivis_opengl/pieblitfunc.c | 19
warzone2100-2.3.4/lib/ivis_opengl/piestate.c | 2
warzone2100-2.3.4/lib/ivis_opengl/screen.c | 22
warzone2100-2.3.4/lib/netplay/netlog.c | 20
warzone2100-2.3.4/lib/netplay/netlog.h | 2
warzone2100-2.3.4/lib/netplay/netplay.c | 189 +
warzone2100-2.3.4/lib/netplay/netplay.h | 2
warzone2100-2.3.4/lib/sequence/sequence.c | 4
warzone2100-2.3.4/lib/sound/openal_track.c | 32
warzone2100-2.3.4/lib/sound/track.h | 1
warzone2100-2.3.4/lib/widget/editbox.c | 10
warzone2100-2.3.4/src/action.c | 19
warzone2100-2.3.4/src/advvis.c | 7
warzone2100-2.3.4/src/advvis.h | 1
warzone2100-2.3.4/src/combat.c | 25
warzone2100-2.3.4/src/configuration.c | 20
warzone2100-2.3.4/src/console.c | 7
warzone2100-2.3.4/src/design.c | 82
warzone2100-2.3.4/src/display.c | 31
warzone2100-2.3.4/src/display.h | 3
warzone2100-2.3.4/src/display3d.c | 10
warzone2100-2.3.4/src/droid.c | 37
warzone2100-2.3.4/src/feature.c | 42
warzone2100-2.3.4/src/fpath.c | 4
warzone2100-2.3.4/src/frontend.c | 901 ++++----
warzone2100-2.3.4/src/frontend.h | 95
warzone2100-2.3.4/src/game.c | 379 ---
warzone2100-2.3.4/src/hci.c | 45
warzone2100-2.3.4/src/init.c | 5
warzone2100-2.3.4/src/intdisplay.c | 52
warzone2100-2.3.4/src/intelmap.c | 24
warzone2100-2.3.4/src/intfac.h | 9
warzone2100-2.3.4/src/keyedit.c | 9
warzone2100-2.3.4/src/keymap.c | 333 +--
warzone2100-2.3.4/src/main.c | 3
warzone2100-2.3.4/src/mission.c | 2
warzone2100-2.3.4/src/multibot.c | 6
warzone2100-2.3.4/src/multiint.c | 79
warzone2100-2.3.4/src/multiint.h | 1
warzone2100-2.3.4/src/multijoin.c | 4
warzone2100-2.3.4/src/multimenu.c | 14
warzone2100-2.3.4/src/multiopt.c | 2
warzone2100-2.3.4/src/multiplay.c | 20
warzone2100-2.3.4/src/multistat.c | 74
warzone2100-2.3.4/src/multistat.h | 2
warzone2100-2.3.4/src/multisync.c | 18
warzone2100-2.3.4/src/power.c | 135 -
warzone2100-2.3.4/src/power.h | 45
warzone2100-2.3.4/src/projectile.c | 40
warzone2100-2.3.4/src/radar.c | 43
warzone2100-2.3.4/src/radar.h | 4
warzone2100-2.3.4/src/scriptai.c | 29
warzone2100-2.3.4/src/scriptfuncs.c | 47
warzone2100-2.3.4/src/stats.c | 5
warzone2100-2.3.4/src/statsdef.h | 1
warzone2100-2.3.4/src/structure.c | 4
warzone2100-2.3.4/src/wrappers.c | 16
93 files changed, 3007 insertions(+), 1691 deletions(-)
http://people.debian.org/~pabs/tmp/debdiff-noai
http://people.debian.org/~pabs/tmp/debdiff.gz
http://people.debian.org/~pabs/tmp/debdiff-full.gz
warzone2100 (2.3.4-1) UNRELEASED; urgency=low
* New upstream bugfix release
- Really fixes issues in 2.3.2
-- Paul Wise <pabs@debian.org> Fri, 13 Aug 2010 09:16:24 +0800
warzone2100 (2.3.3-1) unstable; urgency=low
* New upstream bugfix release
- Fixes issues in 2.3.2 (Closes: #591215)
- Upstream community renamed, update copyright information
-- Paul Wise <pabs@debian.org> Thu, 05 Aug 2010 21:08:56 -0400
warzone2100 (2.3.2-1) unstable; urgency=low
* New upstream release
* Drop "Resurrection" from description on upstream's request
* Fix FTBFS when building twice in a row (Closes: #588006)
* Drop libglee-dev package alternative since it doesn't exist
* Include full text of BSD license in copyright information
* Package now complies with policy 3.9.1, update Standards-Version
-- Paul Wise <pabs@debian.org> Mon, 26 Jul 2010 16:02:12 -0400
--
bye,
pabs
http://wiki.debian.org/PaulWise
Reply to: