Date: Friday February 2, 2001 @ 2:11 Author: cameron Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv7421 Modified Files: ChangeLog README.releasing patchlevel.h Log Message: Prerelease version change and tidy-up **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.102 Vanilla/ChangeLog:1.103 --- Vanilla/ChangeLog:1.102 Fri Jan 26 17:59:05 2001 +++ Vanilla/ChangeLog Fri Feb 2 02:11:06 2001 @@ -95,12 +95,13 @@ Thu Jul 6 22:12:10 EDT 2000 Karthik Arumugham <karthik at arumugham.com> - * ntserv/defs.h, ntserv/queue.c, ntserv/solicit.c, ntserv/struct.h, - robots/newbie.c, robots/newbiedefs.h: - Newbie server changes to properly limit humans to 8 players by means of a - separate queue, as well as to stop reporting bots to the metaserver. (When - the human queue is full, the game will still be reported as Wait Queue, but - when it is not full, only the human count will be reported.) + * ntserv/defs.h, ntserv/queue.c, ntserv/solicit.c, + ntserv/struct.h, robots/newbie.c, robots/newbiedefs.h: Newbie + server changes to properly limit humans to 8 players by means of a + separate queue, as well as to stop reporting bots to the + metaserver. (When the human queue is full, the game will still be + reported as Wait Queue, but when it is not full, only the human + count will be reported.) Fri Jul 7 09:12:20 2000 root <quozl at us.netrek.org> @@ -216,12 +217,13 @@ Fri Mar 24 14:54:48 EST 2000 Karthik Arumugham <karthik at arumugham.com> - * ntserv/commands.c, ntserv/genspkt.c, ntserv/ntscmds.c, ntserv/proto.h, - robots/inlcmds.c, tools/cambot.c: Added a 'whois' command to facilitate - identifying a slot in the case where your player list is not long enough - to display all players (in particular, with a high MAXPLAYERS value). - Triggered by sending yourself 'whois <slot>', or by sending a single - '@' character to the slot that you want to whois. + * ntserv/commands.c, ntserv/genspkt.c, ntserv/ntscmds.c, + ntserv/proto.h, robots/inlcmds.c, tools/cambot.c: Added a 'whois' + command to facilitate identifying a slot in the case where your + player list is not long enough to display all players (in + particular, with a high MAXPLAYERS value). Triggered by sending + yourself 'whois <slot>', or by sending a single '@' character to + the slot that you want to whois. Thu Mar 23 21:42:14 EST 2000 Karthik Arumugham <karthik at arumugham.com> @@ -1107,4 +1109,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.102 2001/01/26 23:59:05 ahn Exp $ + $Id: ChangeLog,v 1.103 2001/02/02 08:11:06 cameron Exp $ Index: Vanilla/README.releasing diff -u Vanilla/README.releasing:1.1 Vanilla/README.releasing:1.2 --- Vanilla/README.releasing:1.1 Tue Oct 31 22:46:07 2000 +++ Vanilla/README.releasing Fri Feb 2 02:11:06 2001 @@ -1,5 +1,5 @@ -$Id: README.releasing,v 1.1 2000/11/01 04:46:07 cameron Exp $ +$Id: README.releasing,v 1.2 2001/02/02 08:11:06 cameron Exp $ Release Procedure @@ -8,8 +8,8 @@ cd Vanilla # set variables to ease the rest of this ... - set VS=2.9pl6 - set VL=v_2_9_6 + set VS=2.9pl7 + set VL=v_2_9_7 # make sure you have committed all changes cvs -z9 diff -u > tmp.tmp Index: Vanilla/patchlevel.h diff -u Vanilla/patchlevel.h:1.9 Vanilla/patchlevel.h:1.10 --- Vanilla/patchlevel.h:1.9 Mon Feb 28 00:32:03 2000 +++ Vanilla/patchlevel.h Fri Feb 2 02:11:06 2001 @@ -12,7 +12,7 @@ * (a) reset this to zero before each major release, and; * (b) increment this number before each patch release. */ -#define PATCHLEVEL 6 +#define PATCHLEVEL 7 #if !defined(NULL) #define NULL 0 #endif