[CF-Devel] CVS update: client

Crossfire CVS devel mwedel at scruznet.com
Thu Sep 21 00:41:10 CDT 2000


Date:	Wednesday September 20, 2000 @ 22:41
Author:	cvs

Update of /home/cvs/CVS/client
In directory boltzmann.eecs.berkeley.edu:/tmp/cvs-serv22216

Modified Files:
	CHANGES configure configure.in 
Log Message:
Update for 0.95.7 release.  MSW 9/20/2000



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

Index: client/CHANGES
diff -u client/CHANGES:1.21 client/CHANGES:1.22
--- client/CHANGES:1.21	Thu Aug 24 22:57:39 2000
+++ client/CHANGES	Wed Sep 20 22:41:10 2000
@@ -1,6 +1,10 @@
-"$Id: CHANGES,v 1.21 2000/08/25 05:57:39 cvs Exp $"
+"$Id: CHANGES,v 1.22 2000/09/21 05:41:10 cvs Exp $"
 Top of CVS tree:
 
+
+------------------------------------------------------------------------------
+Changes for 0.95.7:
+
 configure.in, configure:  Move check for -lm before png check, and
 libpng on sparc/solaris systems require math library for proper linking.
 Also, change the -with-xpm* to -with-ldflags and -with-includes to be
@@ -39,6 +43,7 @@
 item.h: Remove name and o_name from item structure, instead there is now
   d_name, s_name, and p_name, representing the display name, singular name,
   and plural name.  display name is derived from the s/p names plus nrof value.
+
 commands.c: Chance strncpy to memcpy, as a null character is used to seperate
   the two name values.  UpdateItemCmd is also modified to supply an empty
   string to set_item_values instead of the same name if the name is unchanged.
Index: client/configure
diff -u client/configure:1.8 client/configure:1.9
--- client/configure:1.8	Thu Aug 24 22:57:39 2000
+++ client/configure	Wed Sep 20 22:41:10 2000
@@ -810,7 +810,7 @@
 
 PACKAGE=gcfclient
 
-VERSION=0.95.6
+VERSION=0.95.7
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
Index: client/configure.in
diff -u client/configure.in:1.8 client/configure.in:1.9
--- client/configure.in:1.8	Thu Aug 24 22:57:39 2000
+++ client/configure.in	Wed Sep 20 22:41:10 2000
@@ -15,7 +15,7 @@
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(gcfclient, 0.95.6, no-define)
+AM_INIT_AUTOMAKE(gcfclient, 0.95.7, no-define)
 
 AC_CONFIG_HEADER(config.h)
 

    
    


More information about the crossfire mailing list