[armedbear-cvs] r12912 - trunk/abcl

Erik Huelsmann ehuelsmann at common-lisp.net
Fri Sep 24 07:15:54 UTC 2010


Author: ehuelsmann
Date: Fri Sep 24 03:15:51 2010
New Revision: 12912

Log:
Update CHANGES for the upcoming release.

Modified:
   trunk/abcl/CHANGES

Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES	(original)
+++ trunk/abcl/CHANGES	Fri Sep 24 03:15:51 2010
@@ -1,13 +1,25 @@
 Version 0.22
 ============
 unreleased
-(??, 2010)
+(September 24, 2010)
 
 Fixes
 -----
 
 * [svn r12902] Fix reading data with scandinavian latin1 characters
 
+* [svn r12906] Respect the CLASSPATH environment variable in the
+  abcl wrapper scripts
+
+* [ticket #103] DOCUMENTATION not autoloaded
+
+Other
+-----
+
+* [svn r12819] Until-0.22-compatibility hacks (in threads support) removed
+
+
+
 Version 0.21
 ============
 svn://common-lisp.net/project/armedbear/svn/tags/0.21.0/abcl
@@ -19,15 +31,19 @@
 
 * [svn r12818] Update to ASDF 2.004
 
-* [svn r12738-805] Support for custom CLOS slot definitions and custom class options.
+* [svn r12738-805] Support for custom CLOS slot definitions and
+  custom class options.
 
 * [svn r12756] slot-* functions work on structures too.
 
-* [svn r12774] Improved Java integration: jmake-proxy can implement more than one interface.
+* [svn r12774] Improved Java integration: jmake-proxy can implement
+  more than one interface.
 
-* [svn r12773] Improved Java integration: functions to dynamically manipulate the classpath.
+* [svn r12773] Improved Java integration: functions to dynamically
+  manipulate the classpath.
 
-* [svn r12755] Improved Java integration: CL:STRING can convert Java strings to Lisp strings.
+* [svn r12755] Improved Java integration: CL:STRING can convert Java
+  strings to Lisp strings.
 
 Fixes
 -----
@@ -36,16 +52,20 @@
 
 * [svn 12804] Fixed elimination of unused local functions shadowed by macrolet.
 
-* [svn r12798-803] Fixed pathname serialization across OSes. On Windows pathnames are always printed with forward slashes, but can still be read with backslashes.
+* [svn r12798-803] Fixed pathname serialization across OSes.
+  On Windows pathnames are always printed with forward slashes,
+  but can still be read with backslashes.
 
 * [svn r12740] Make JSR-223 classes compilable with Java 1.5
 
 Other
 -----
 
-* [svn r12754] Changed class file generation and FASL loading to minimize reflection.
+* [svn r12754] Changed class file generation and FASL loading
+  to minimize reflection.
 
-* [svn r12734] A minimal Swing GUI Console with a REPL is now included with ABCL.
+* [svn r12734] A minimal Swing GUI Console with a REPL
+  is now included with ABCL.
 
 Version 0.20
 ============




More information about the armedbear-cvs mailing list