[armedbear-cvs] r14382 - branches/1.1.x
mevenson at common-lisp.net
mevenson at common-lisp.net
Thu Feb 14 11:16:11 UTC 2013
Author: mevenson
Date: Thu Feb 14 03:16:08 2013
New Revision: 14382
Log:
Update CHANGES for abcl-1.1.1.
Modified:
branches/1.1.x/CHANGES
Modified: branches/1.1.x/CHANGES
==============================================================================
--- branches/1.1.x/CHANGES Thu Feb 14 03:16:06 2013 (r14381)
+++ branches/1.1.x/CHANGES Thu Feb 14 03:16:08 2013 (r14382)
@@ -1,7 +1,35 @@
-Version 1.1.0
+Version 1.1.1
=============
-svn.uri=:"http//svn.common-lisp.net/armedbear/tags/1.1.x/CHANGES"
-(unreleased)
+svn.uri=:"http//svn.common-lisp.net/armedbear/tags/1.1.1/CHANGES"
+(14 Feburary 2013)
+
+Fixes
+-----
+
+ * 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.1
More information about the armedbear-cvs
mailing list