[Commit] slim ChangeLog,1.4,1.5 configure.in,1.3,1.4

Carl Worth commit at keithp.com
Tue Sep 9 18:32:10 PDT 2003


Committed by: cworth

Update of /local/src/CVS/slim
In directory home.keithp.com:/tmp/cvs-serv32258

Modified Files:
	ChangeLog configure.in 
Log Message:
Remove ';' from slim_hidden_def. Bump version to 0.1.1

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/slim/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ChangeLog	31 Jul 2003 09:14:10 -0000	1.4
+++ ChangeLog	10 Sep 2003 00:32:07 -0000	1.5
@@ -1,3 +1,11 @@
+2003-09-09  Carl Worth  <cworth at isi.edu>
+
+	* configure.in (SLIM_VERSION): Bump version number to 0.1.1
+
+	* src/slim_internal.h (slim_hidden_def): Remove ';' from macro
+	definition, (forcing the user to provide it which looks better
+	anyway). This also helps to avoid confusing etags.
+
 2003-07-31  Richard Henderson  <rth at twiddle.net>
 
 	* src/slim_internal.h (__internal_linkage): Attribute visibility

Index: configure.in
===================================================================
RCS file: /local/src/CVS/slim/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.in	30 Jul 2003 17:09:53 -0000	1.3
+++ configure.in	10 Sep 2003 00:32:07 -0000	1.4
@@ -2,7 +2,7 @@
 
 dnl ===========================================================================
 
-SLIM_VERSION=0.1.0
+SLIM_VERSION=0.1.1
 AC_SUBST(SLIM_VERSION)
 
 dnl ===========================================================================




More information about the Commit mailing list