Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Thursday March 4, 1999 @ 19:44
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv6809/Vanilla

Modified Files:
	INSTALL PROJECTS README patchlevel.h 
Log Message:
new patchlevel and mailing list fixes


****************************************

Index: Vanilla/INSTALL
diff -u Vanilla/INSTALL:1.4 Vanilla/INSTALL:1.5
--- Vanilla/INSTALL:1.4	Thu Mar  4 15:33:28 1999
+++ Vanilla/INSTALL	Thu Mar  4 19:44:24 1999
@@ -1,4 +1,4 @@
-#	$Id: INSTALL,v 1.4 1999/03/04 21:33:28 siegl Exp $	
+#	$Id: INSTALL,v 1.5 1999/03/05 01:44:24 cameron Exp $	
 Instructions for installing the Vanilla Netrek Server
 14-Feb-1999
 
@@ -75,8 +75,7 @@
 
 See docs/metaservers-HowTo for soliciting players via the metaservers.
 
-For assistance, write to vanilla-lists@us.netrek.org.  Developers may wish to
-subscribe to VANILLA-L by sending an email message to 
-vanilla-list-subscribe@us.netrek.org. No subject or message-body text
-is required.
+For assistance, write to vanilla-list@us.netrek.org.
 
+Developers may wish to subscribe to vanilla-list by sending an empty email
+message to vanilla-list-subscribe@us.netrek.org.  No subject or body required.
Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.30 Vanilla/PROJECTS:1.31
--- Vanilla/PROJECTS:1.30	Wed Mar  3 17:55:22 1999
+++ Vanilla/PROJECTS	Thu Mar  4 19:44:24 1999
@@ -1,6 +1,6 @@
 PROJECTS ... list of things to do or fix.
 
-#	$Id: PROJECTS,v 1.30 1999/03/03 23:55:22 cameron Exp $	
+#	$Id: PROJECTS,v 1.31 1999/03/05 01:44:24 cameron Exp $	
 
 Small things
 
@@ -114,3 +114,28 @@
 
 Check TCP update distribution at rates above 5 per second, reported by
 Dave Ahn.
+
+Release Procedure
+	cvs commit
+	cvs tag v_2_9_2
+	cvs tag -F v_release
+	cd ..
+	cvs export -d Vanilla-2.9pl2 -r v_2_9_2 Vanilla
+	tar cvf Vanilla-2.9pl2.tar Vanilla-2.9pl2
+	gzip -9v Vanilla-2.9pl2.tar
+	md5sum Vanilla-2.9pl2.tar.gz
+	# save md5sum for publishing
+	cd Vanilla-2.9pl2
+	mkdir /tmp/2.9pl2
+	./configure --prefix=/tmp/2.9pl2
+	make install
+	cd /tmp/2.9pl2
+	./newstartd&
+	# test client
+	# send .tar.gz to ftp sites
+	# notify announce list
+	# await response
+	# update web page
+	# change patchlevel.h or version.h for next kit
+	
+
Index: Vanilla/README
diff -u Vanilla/README:1.8 Vanilla/README:1.9
--- Vanilla/README:1.8	Thu Mar  4 15:35:32 1999
+++ Vanilla/README	Thu Mar  4 19:44:24 1999
@@ -3,24 +3,25 @@
 See INSTALL for how to install this server.
 See INSTALL.INL for instructions specific to INL server installation.
 
-Maintenance team is at vanilla-list@us.netrek.org,
-send context diffs or join for ongoing discussions.
+Check out the vanilla development web-site at
+<http://vanilla.us.netrek.org/>
 
-To subscribe, send email to vanilla-list-subscribe@us.netrek.org. No
-subject or message-body text is required.
+The development team is at vanilla-list@us.netrek.org,
+send context diffs or subscribe for ongoing discussions.
 
-Current source is in CVS repository
-	cvs -d :pserver:netrek@cvs.us.netrek.org:/home/netrek/cvsroot login
-	password: netrek
+To subscribe, send an empty message to vanilla-list-subscribe@us.netrek.org.
+No subject or body required.
 
-To get all CVS commit info emailed to you send a message to
-"vanilla-devel-subscribe@us.netrek.org". No subject or body text is 
-required.
+Current source is in CVS repository, to obtain it ...
 
-Check out the vanilla development web-site at http://vanilla.us.netrek.org
+cvs -d :pserver:netrek@cvs.us.netrek.org:/home/netrek/cvsroot login
+password: netrek
+cvs -d :pserver:netrek@cvs.us.netrek.org:/home/netrek/cvsroot checkout Vanilla
 
-The complete cvs commit history from Feb 16th, 1999 onward is
-available at http://vanilla.us.netrek.org/devel.
+To get all CVS commits emailed to you send an empty message to
+"vanilla-devel-subscribe@us.netrek.org".  No subject or body required.
 
-For version, see version.h and patchlevel.h.
+The complete CVS history from Feb 16th, 1999 onward is
+available at <http://vanilla.us.netrek.org/devel/>
 
+For version, see version.h and patchlevel.h, or make name and run it.
Index: Vanilla/patchlevel.h
diff -u Vanilla/patchlevel.h:1.5 Vanilla/patchlevel.h:1.6
--- Vanilla/patchlevel.h:1.5	Wed Feb 17 01:53:36 1999
+++ Vanilla/patchlevel.h	Thu Mar  4 19:44:24 1999
@@ -12,7 +12,7 @@
  *  (a) reset this to zero before each major release, and;
  *  (b) increment this number before each patch release.
  */
-#define PATCHLEVEL 2
+#define PATCHLEVEL 3
 #if !defined(NULL)
 #define NULL 0
 #endif