CVS kaffe (robilad): updated version to 1.1.10-pre
Kaffe CVS <[email protected]> Tue, 26 Feb 2008 16:23:49 -0800
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7770 Date: 2008/02/27 00:20:55 Author: robilad Branch: HEAD Tag: (none) Log: updated version to 1.1.10-pre 2008-02-27 Dalibor Topic <[email protected]> * configure.ac, RELEASE-NOTES, README, WHATSNEW: Updated. Members: ChangeLog:1.5270->1.5271 README:1.50->1.51 RELEASE-NOTES:1.18->1.19 WHATSNEW:1.77->1.78 configure:1.642->1.643 configure.ac:1.312->1.313 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5270 kaffe/ChangeLog:1.5271 --- kaffe/ChangeLog:1.5270 Fri Feb 22 07:27:36 2008 +++ kaffe/ChangeLog Wed Feb 27 00:20:55 2008 @@ -1,3 +1,7 @@ +2008-02-27 Dalibor Topic <[email protected]> + + * configure.ac, RELEASE-NOTES, README, WHATSNEW: Updated. + 2008-02-22 Dalibor Topic <[email protected]> * configure.ac, RELEASE-NOTES, README: Updated. Index: kaffe/README diff -u kaffe/README:1.50 kaffe/README:1.51 --- kaffe/README:1.50 Fri Feb 22 07:27:37 2008 +++ kaffe/README Wed Feb 27 00:20:55 2008 @@ -1,7 +1,7 @@ =================== - Kaffe 1.1.9 + Kaffe 1.1.10-pre =================== Index: kaffe/RELEASE-NOTES diff -u kaffe/RELEASE-NOTES:1.18 kaffe/RELEASE-NOTES:1.19 --- kaffe/RELEASE-NOTES:1.18 Fri Feb 22 07:27:37 2008 +++ kaffe/RELEASE-NOTES Wed Feb 27 00:20:55 2008 @@ -1,11 +1,11 @@ -Release Notes for 1.1.9 -======================= +Release Notes for 1.1.10-pre +============================ -Release 1.1.9 of Kaffe is a "development" release. +Release 1.1.10-pre of Kaffe is a "development" release. It has been tested, but not as thoroughly as a production release would be. It contains major -improvements over 1.1.8, which was released 5 +improvements over 1.1.9, which was released X months ago. I anticipate that most people will have less trouble with this release, and more fun. Index: kaffe/WHATSNEW diff -u kaffe/WHATSNEW:1.77 kaffe/WHATSNEW:1.78 --- kaffe/WHATSNEW:1.77 Fri Feb 22 07:27:37 2008 +++ kaffe/WHATSNEW Wed Feb 27 00:20:55 2008 @@ -1,3 +1,7 @@ +What's New Since Kaffe 1.1.9 +---------------------------- + + What's New In Kaffe 1.1.9 ---------------------------- Index: kaffe/configure diff -u kaffe/configure:1.642 kaffe/configure:1.643 --- kaffe/configure:1.642 Fri Feb 22 07:27:37 2008 +++ kaffe/configure Wed Feb 27 00:20:55 2008 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for Kaffe Virtual Machine 1.1.9. +# Generated by GNU Autoconf 2.61 for Kaffe Virtual Machine 1.1.10-pre. # # Report bugs to <[email protected]>. # @@ -751,8 +751,8 @@ # Identity of this package. PACKAGE_NAME='Kaffe Virtual Machine' PACKAGE_TARNAME='kaffe' -PACKAGE_VERSION='1.1.9' -PACKAGE_STRING='Kaffe Virtual Machine 1.1.9' +PACKAGE_VERSION='1.1.10-pre' +PACKAGE_STRING='Kaffe Virtual Machine 1.1.10-pre' PACKAGE_BUGREPORT='[email protected]' ac_unique_file="kaffe" @@ -1563,7 +1563,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 Virtual Machine 1.1.9 to adapt to many kinds of systems. +\`configure' configures Kaffe Virtual Machine 1.1.10-pre to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1637,7 +1637,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Kaffe Virtual Machine 1.1.9:";; + short | recursive ) echo "Configuration of Kaffe Virtual Machine 1.1.10-pre:";; esac cat <<\_ACEOF @@ -1830,7 +1830,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Kaffe Virtual Machine configure 1.1.9 +Kaffe Virtual Machine configure 1.1.10-pre generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1867,7 +1867,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 Virtual Machine $as_me 1.1.9, which was +It was created by Kaffe Virtual Machine $as_me 1.1.10-pre, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2652,7 +2652,7 @@ # Define the identity of the package. PACKAGE='kaffe' - VERSION='1.1.9' + VERSION='1.1.10-pre' cat >>confdefs.h <<_ACEOF @@ -43322,7 +43322,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Kaffe Virtual Machine $as_me 1.1.9, which was +This file was extended by Kaffe Virtual Machine $as_me 1.1.10-pre, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -43379,7 +43379,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Kaffe Virtual Machine config.status 1.1.9 +Kaffe Virtual Machine config.status 1.1.10-pre configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Index: kaffe/configure.ac diff -u kaffe/configure.ac:1.312 kaffe/configure.ac:1.313 --- kaffe/configure.ac:1.312 Fri Feb 22 07:27:38 2008 +++ kaffe/configure.ac Wed Feb 27 00:20:57 2008 @@ -1,4 +1,4 @@ -AC_INIT([Kaffe Virtual Machine],[1.1.9],[[email protected]],[kaffe]) +AC_INIT([Kaffe Virtual Machine],[1.1.10-pre],[[email protected]],[kaffe]) AC_PREREQ(2.61)