[armedbear-cvs] r13069 - branches/0.23.x/abcl

Mark Evenson mevenson at common-lisp.net
Mon Nov 29 09:26:04 UTC 2010


Author: mevenson
Date: Mon Nov 29 04:26:04 2010
New Revision: 13069

Log:
Backport CHANGES for abcl-0.23.1.


Modified:
   branches/0.23.x/abcl/CHANGES

Modified: branches/0.23.x/abcl/CHANGES
==============================================================================
--- branches/0.23.x/abcl/CHANGES	(original)
+++ branches/0.23.x/abcl/CHANGES	Mon Nov 29 04:26:04 2010
@@ -1,3 +1,22 @@
+Version 0.23.1
+==============
+svn://common-lisp.net/project/armedbear/svn/tags/0.23.1/abcl
+(unreleased)
+
+Fixes
+-----
+
+* [svn r13509-10] Allow JSR-223 clients to query ABCL metadata without
+  incurring the entire interpreter startup time.
+
+* [svn r13506] Fix probles with loading FASLs in directories
+  containing whitespace characters.
+  
+  We now require all PATHNAME objects constructed via a namestring
+  containing the "file" scheme to be URI encoded according to
+  RFC3986.  
+
+
 Version 0.23
 ============
 svn://common-lisp.net/project/armedbear/svn/tags/0.23.0/abcl
@@ -24,7 +43,8 @@
 
 * [ticket #108][svn r13027] Fix download problems with ASDF-INSTALL
 
-* [ticket #110][svn r13024,r13026] Fix #\+ in JAR pathnames does not work
+* [ticket #108][svn r13027] Fix problems with ADSF-INSTALL failing to
+  download systems.
 
 * [svn r12995-12997] Changes to generated byte code to prevent JRockit JVM
      from crashing when optimizing it




More information about the armedbear-cvs mailing list