[kaffe] CVS kaffe (jim): Revert "bumped version number" that was checked in on wrong branch.

Kaffe CVS cvs-commits at kaffe.org
Wed Aug 27 17:54:02 PDT 2003


PatchSet 3991 
Date: 2003/08/28 00:47:59
Author: jim
Branch: HEAD
Tag: (none) 
Log:
Revert "bumped version number" that was checked in on wrong branch.

I meant to check that change into the release branch.  Oh well, at
least I got the right version numbers in the 1.1.1 tarball.

Members: 
	ChangeLog:1.1587->1.1588 
	README:1.28->1.29 
	RELEASE-NOTES:1.2->1.3 
	configure:1.251->1.252 
	configure.in:1.218->1.219 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1587 kaffe/ChangeLog:1.1588
--- kaffe/ChangeLog:1.1587	Wed Aug 27 21:12:06 2003
+++ kaffe/ChangeLog	Thu Aug 28 00:47:59 2003
@@ -1,5 +1,14 @@
 2003-08-27  Jim Pick  <jim at kaffe.org>
 
+	* README, RELEASE-NOTES, configure.in:
+	Oops, it looks like I bumped the version number on the
+	HEAD branch instead of the Release_1_1_1_Branch.  Revert.
+	
+	* configure:
+	Regenerated.
+
+2003-08-27  Jim Pick  <jim at kaffe.org>
+
 	* libraries/javalib/javax/xml/transform/sax/SAXSource.java:
 	Handle case where sourceToInputSource() is called with an
 	existing SAXSource.
Index: kaffe/README
diff -u kaffe/README:1.28 kaffe/README:1.29
--- kaffe/README:1.28	Sun Aug  3 23:15:25 2003
+++ kaffe/README	Thu Aug 28 00:48:00 2003
@@ -1,7 +1,7 @@
  
 			 ===================
 
-			     Kaffe 1.1.1 
+			 Kaffe (CVS Version)  
 
 			 ===================
 
Index: kaffe/RELEASE-NOTES
diff -u kaffe/RELEASE-NOTES:1.2 kaffe/RELEASE-NOTES:1.3
--- kaffe/RELEASE-NOTES:1.2	Sun Aug  3 23:15:25 2003
+++ kaffe/RELEASE-NOTES	Thu Aug 28 00:48:00 2003
@@ -1,39 +1,6 @@
-Release Notes for 1.1.1
-=======================
-
-I've released Kaffe 1.1.1, the second release in the 1.1.x
-"development" branch.
-
-As this is a development release, it is essentially a snapshot of
-what's happening in CVS, with limited testing.  Even though this is
-not a production release, it contains a lot of improvements over
-1.0.7, which was release over half a year ago.  I anticipate that most
-people will have less trouble with this release.
-
-Here are some highlights of new things done since the last development
-release:
-
- * Much of the new bytecode verifier has been added (but not all of
-   it).  Soon, we will be able to safely run untrusted code!
- * Lots of configuration/compile fixes, including: NetBSD, OpenBSD,
-   Linux 2.0, Linux/S390, AmigaOS, OpenBSD/Sparc, Cygwin
- * Lots of class library fixes
- * Added JNI 1.2/1.4 features
- * The beginnings of JVMPI support
- * Some infrastructure for NIO support
- * Some successes: Eclipse (loads, doesn't completely work yet),
-     Jetty w/JSP, Java-Gnome, Qt AWT under QTopia, Snark, hsqldb
-
-We're going to try to stick to the schedule of doing a development
-release every two months, culminating in a heavily tested "production"
-release (1.2.0) in early 2004.
-
-Bug reports, comments and patches are always welcome -- send them to
-the team at kaffe at kaffe.org.
-
-Have fun!
-
-Cheers,
-
- - Jim
+Release Notes for 1.1.x-CVS
+===========================
 
+This is a placeholder for the RELEASE-NOTES file that will be shipped
+with every production release.  It will contain a list of tested
+ports, and known problems with the release.
Index: kaffe/configure
diff -u kaffe/configure:1.251 kaffe/configure:1.252
--- kaffe/configure:1.251	Tue Aug 26 15:39:08 2003
+++ kaffe/configure	Thu Aug 28 00:48:00 2003
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for kaffe 1.1.1.
+# Generated by GNU Autoconf 2.57 for kaffe 1.1.x-cvs.
 #
 # Report bugs to <kaffe at kaffe.org>.
 #
@@ -422,8 +422,8 @@
 # Identity of this package.
 PACKAGE_NAME='kaffe'
 PACKAGE_TARNAME='kaffe'
-PACKAGE_VERSION='1.1.1'
-PACKAGE_STRING='kaffe 1.1.1'
+PACKAGE_VERSION='1.1.x-cvs'
+PACKAGE_STRING='kaffe 1.1.x-cvs'
 PACKAGE_BUGREPORT='kaffe at kaffe.org'
 
 ac_unique_file="kaffe"
@@ -955,7 +955,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures kaffe 1.1.1 to adapt to many kinds of systems.
+\`configure' configures kaffe 1.1.x-cvs to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1025,7 +1025,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of kaffe 1.1.1:";;
+     short | recursive ) echo "Configuration of kaffe 1.1.x-cvs:";;
    esac
   cat <<\_ACEOF
 
@@ -1171,7 +1171,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-kaffe configure 1.1.1
+kaffe configure 1.1.x-cvs
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -1186,7 +1186,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by kaffe $as_me 1.1.1, which was
+It was created by kaffe $as_me 1.1.x-cvs, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -1796,7 +1796,7 @@
 
 # Define the identity of the package.
  PACKAGE=kaffe
- VERSION=1.1.1
+ VERSION=1.1.x-cvs
 
 
 cat >>confdefs.h <<_ACEOF
@@ -42959,7 +42959,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by kaffe $as_me 1.1.1, which was
+This file was extended by kaffe $as_me 1.1.x-cvs, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -43022,7 +43022,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-kaffe config.status 1.1.1
+kaffe config.status 1.1.x-cvs
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
Index: kaffe/configure.in
diff -u kaffe/configure.in:1.218 kaffe/configure.in:1.219
--- kaffe/configure.in:1.218	Wed Aug  6 13:13:31 2003
+++ kaffe/configure.in	Thu Aug 28 00:48:03 2003
@@ -1,6 +1,6 @@
-AC_INIT(kaffe, 1.1.1, kaffe at kaffe.org)
+AC_INIT(kaffe, 1.1.x-cvs, kaffe at kaffe.org)
 AC_CONFIG_SRCDIR([kaffe])
-AM_INIT_AUTOMAKE(kaffe, 1.1.1)
+AM_INIT_AUTOMAKE(kaffe, 1.1.x-cvs)
 
 AC_PREFIX_DEFAULT(/usr/local/kaffe)
 




More information about the kaffe mailing list