[kaffe] CVS kaffe (robilad): updated docs for 1.1.9

Kaffe CVS cvs-commits at kaffe.org
Thu Feb 21 23:29:46 PST 2008


PatchSet 7769 
Date: 2008/02/22 07:27:36
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
updated docs for 1.1.9

2008-02-22  Dalibor Topic  <robilad at kaffe.org>

        * configure.ac, RELEASE-NOTES, README: Updated.

Members: 
	ChangeLog:1.5269->1.5270 
	README:1.49->1.50 
	RELEASE-NOTES:1.17->1.18 
	WHATSNEW:1.76->1.77 
	configure:1.641->1.642 
	configure.ac:1.311->1.312 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5269 kaffe/ChangeLog:1.5270
--- kaffe/ChangeLog:1.5269	Fri Feb 22 07:13:23 2008
+++ kaffe/ChangeLog	Fri Feb 22 07:27:36 2008
@@ -1,3 +1,7 @@
+2008-02-22  Dalibor Topic  <robilad at kaffe.org>
+
+	* configure.ac, RELEASE-NOTES, README: Updated.
+
 2008-02-21  Dalibor Topic  <robilad at kaffe.org>
 
 	* FAQ/FAQ.cross-compiling: Documented that dependencies need to be
Index: kaffe/README
diff -u kaffe/README:1.49 kaffe/README:1.50
--- kaffe/README:1.49	Sat Dec 22 08:30:44 2007
+++ kaffe/README	Fri Feb 22 07:27:37 2008
@@ -1,7 +1,7 @@
  
 			 ===================
 
-			   Kaffe 1.1.9-pre
+			   Kaffe 1.1.9
 
 			 ===================
 
Index: kaffe/RELEASE-NOTES
diff -u kaffe/RELEASE-NOTES:1.17 kaffe/RELEASE-NOTES:1.18
--- kaffe/RELEASE-NOTES:1.17	Sun Sep 30 11:37:57 2007
+++ kaffe/RELEASE-NOTES	Fri Feb 22 07:27:37 2008
@@ -1,11 +1,11 @@
-Release Notes for 1.1.9-pre
+Release Notes for 1.1.9
 =======================
 
-Release 1.1.9-pre of Kaffe is a "development" release.
+Release 1.1.9 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 X 
+improvements over 1.1.8, which was released 5 
 months ago. I anticipate that most people will have 
 less trouble with this release, and more fun.
 
@@ -101,25 +101,16 @@
 The following platforms have been tested for this release:
 (Please check FAQ/FAQ.platform-status for a more extensive result series)
 
-  arch	|   os	   | engine | threads |  gc   | passed
+  arch	|   os	     | engine | threads |  gc   | passed
 ======================================================
- arm9hf | linux    | intrp  | pthread | kaffe | 137/150 * hf: Hard Float
- arm9hf | linux    | jit    | pthread | kaffe | 136/150
- arm9hf | linux    | jit3   | pthread | kaffe | 124/150
- arm9sf | netbsd   | intrp  | pthread | kaffe | 146/150 * sf: Soft Float
-  i386  | cygwin   | intrp  | jthread | kaffe | 142/150
-  i386  | cygwin   | jit    | jthread | kaffe | 131/150
-  i386  | cygwin   | intrp  | pthread | kaffe | 139/150
-  i386  | cygwin   | jit    | pthread | kaffe | 126/150
-  i386  | netbsd   | intrp  | jthread | kaffe | 144/150
-  i386  | netbsd   | jit    | jthread | kaffe | 144/150
-  i386  | netbsd   | jit3   | jthread | kaffe | 146/150
-  m68k  | linux    | intrp  | pthread | kaffe | ~138/150
-  m68k  | linux    | jit    | pthread | kaffe | ~122/150
-  m68k  | linux    | jit3   | pthread | kaffe | ~128/150
-  m68k  | netbsd   | jit3   | jthread | kaffe | ~123/150
-  m68k  | netbsd   | intrp  | jthread | kaffe | ~105/150
- sparc  | linux    | jit    | pthread | kaffe | 150/150
+ armel  | linux-oabi | intrp  | pthread | kaffe | 149/149
+ armel  | linux-oabi | jit3   | pthread | kaffe | 123/149
+ armel  | linux-eabi | intrp  | pthread | kaffe | 149/149
+  i386  | linux      | intrp  | pthread | kaffe | 149/149
+  i386  | linux      | jit    | pthread | kaffe | 148/149
+  i386  | linux      | jit3   | pthread | kaffe | 149/149
+  i386  | darwin     | intrp  | pthread | kaffe | 120/149
+  i386  | darwin     | jit    | pthread | kaffe | 120/149
 
 Platform Specific Notes
 =======================
@@ -137,9 +128,12 @@
 
 * ARM
 
-Kiyo Inaba has made jit3 work on ARM. Current status:
-http://article.gmane.org/gmane.comp.java.vm.kaffe.general/11664/match=kaffe+arm
+Kiyo Inaba has made jit3 work on ARM.
 
+On armel linux, the interpreter works without regressions 
+with both oabi and eabi. The jit engine needs more work,
+though.
+ 
 * MIPS(EL)
 
 The jit3 implementation needs some more work. Casey 
Index: kaffe/WHATSNEW
diff -u kaffe/WHATSNEW:1.76 kaffe/WHATSNEW:1.77
--- kaffe/WHATSNEW:1.76	Sat Feb  2 16:07:23 2008
+++ kaffe/WHATSNEW	Fri Feb 22 07:27:37 2008
@@ -1,7 +1,11 @@
-What's New Since Kaffe 1.1.8
+What's New In Kaffe 1.1.9
 ----------------------------
 
+* Depend on glib for atomic operations
+* Support for JSR 166.
 * Depend on zziplib instead of zlib for JAR reading.
+* Many build system improvements.
+* Simplified threading subsystem interface.
 * Removed support for native big math.
 * Removed libltdl. Kaffe uses an existing installation 
   exclusively now.
Index: kaffe/configure
diff -u kaffe/configure:1.641 kaffe/configure:1.642
--- kaffe/configure:1.641	Fri Feb 22 07:00:39 2008
+++ kaffe/configure	Fri Feb 22 07:27:37 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-pre.
+# Generated by GNU Autoconf 2.61 for Kaffe Virtual Machine 1.1.9.
 #
 # Report bugs to <kaffe at kaffe.org>.
 #
@@ -751,8 +751,8 @@
 # Identity of this package.
 PACKAGE_NAME='Kaffe Virtual Machine'
 PACKAGE_TARNAME='kaffe'
-PACKAGE_VERSION='1.1.9-pre'
-PACKAGE_STRING='Kaffe Virtual Machine 1.1.9-pre'
+PACKAGE_VERSION='1.1.9'
+PACKAGE_STRING='Kaffe Virtual Machine 1.1.9'
 PACKAGE_BUGREPORT='kaffe at kaffe.org'
 
 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-pre to adapt to many kinds of systems.
+\`configure' configures Kaffe Virtual Machine 1.1.9 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-pre:";;
+     short | recursive ) echo "Configuration of Kaffe Virtual Machine 1.1.9:";;
    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-pre
+Kaffe Virtual Machine configure 1.1.9
 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-pre, which was
+It was created by Kaffe Virtual Machine $as_me 1.1.9, 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-pre'
+ VERSION='1.1.9'
 
 
 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-pre, which was
+This file was extended by Kaffe Virtual Machine $as_me 1.1.9, 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-pre
+Kaffe Virtual Machine config.status 1.1.9
 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.311 kaffe/configure.ac:1.312
--- kaffe/configure.ac:1.311	Fri Feb 22 07:00:41 2008
+++ kaffe/configure.ac	Fri Feb 22 07:27:38 2008
@@ -1,4 +1,4 @@
-AC_INIT([Kaffe Virtual Machine],[1.1.9-pre],[kaffe at kaffe.org],[kaffe])
+AC_INIT([Kaffe Virtual Machine],[1.1.9],[kaffe at kaffe.org],[kaffe])
 
 AC_PREREQ(2.61)
 




More information about the kaffe mailing list