From 58c504954d66670625594f3e5384fa71661d1ff0 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sat, 15 Feb 2003 02:45:37 +0000 Subject: [PATCH] beta 20 --- include/patchlevel.h | 11 ++++++----- src/version.c | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index 8f749e878..f2a4cbbae 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)patchlevel.h 3.4 2002/12/29 */ +/* SCCS Id: @(#)patchlevel.h 3.4 2003/02/14 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -40,11 +40,12 @@ /*****************************************************************************/ /* Version 3.4.x */ -/* Patch 1, ?????, 2003 +/* Patch 1, February 22, 2003 * Fix a few fatal errors including one for reentering shops, one - * involving land mines and boulders/statues, and one for delayed - * polymorph - * Dozens of general bug fixes + * involving land mines and boulders/statues, one for delayed + * polymorph, and one from a chest trap exploding ball and chain + * Fix a buffer overflow that could lead to security problems + * Hundreds of general bug fixes * Several message and other glitches corrected * Travel command adjustments and ability to disable travel command * message recall window extensions (by Christian Cooper) diff --git a/src/version.c b/src/version.c index 797b0b789..d3b5bbf98 100644 --- a/src/version.c +++ b/src/version.c @@ -14,7 +14,7 @@ #include "patchlevel.h" #endif -#define BETA_INFO "[beta19]" +#define BETA_INFO "[beta20]" /* fill and return the given buffer with the nethack version string */ char * -- 2.40.0