[armedbear-cvs] r14392 - trunk/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Thu Feb 14 14:21:32 UTC 2013
Author: mevenson
Date: Thu Feb 14 06:21:29 2013
New Revision: 14392
Log:
Merged r14382 | mevenson | 2013-02-14 12:16:08 +0100 (Thu, 14 Feb 2013) | 1 line
Update CHANGES for abcl-1.1.1.
Modified:
trunk/abcl/CHANGES
Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES Thu Feb 14 06:18:00 2013 (r14391)
+++ trunk/abcl/CHANGES Thu Feb 14 06:21:29 2013 (r14392)
@@ -6,8 +6,33 @@
Version 1.1.1
=============
-svn.uri=:"http//common-lisp.net/project/armedbear/branches/1.1.x/"
-(unreleased)
+svn.uri=:"http//svn.common-lisp.net/armedbear/tags/abcl/1.1.1/CHANGES"
+(14 Feburary 2013)
+
+ * All reported errors with the MOP implementation have been addressed.
+
+ * An autoloader for SETF expansion functions has been implemented,
+ eliminating the errors associated with not being able to use (SETF
+ SYMBOL) without first invoking SYMBOL as a function. [#266
+
+ * All outstanding regressions in the ANSI test suite with respect to
+ abcl-1.0.1 have been fixed.
+
+ * The ability to resolve Maven components in ASDF system definitions has been restored.
+
+Issues Resolved
+---------------
+
+[#266] PSETF.47 ANSI regression
+[#284] checks in ensure-generic-function-using-class should occur later
+[#296] SLIME fails to initialize with (SETF DOCUMENTATION) undefined
+[#198] Hunchentoot run failure
+[#228] Need to implement autoloader facility for SETF functions
+[#288] Control character names
+[#290] Compiling (defvar *foo* '(quote . x)) throws an error
+[#293] Loop and default value for of-type problem
+[#294] Reader doesn't recognize terminating characters in some cases
+[#299] ABCL-ASDF:MVN components not loading
Version 1.1.0
=============
More information about the armedbear-cvs
mailing list