[armedbear-cvs] r13794 - trunk/abcl/contrib/abcl-asdf
mevenson at common-lisp.net
mevenson at common-lisp.net
Sun Jan 22 07:52:55 UTC 2012
Author: mevenson
Date: Sat Jan 21 23:52:54 2012
New Revision: 13794
Log:
Bless abcl-asdf-0.5.0 to fix bugs.
Outstanding issue is that it doesn't work on MSFT.
Modified:
trunk/abcl/contrib/abcl-asdf/README.markdown
Modified: trunk/abcl/contrib/abcl-asdf/README.markdown
==============================================================================
--- trunk/abcl/contrib/abcl-asdf/README.markdown Sat Jan 21 23:52:53 2012 (r13793)
+++ trunk/abcl/contrib/abcl-asdf/README.markdown Sat Jan 21 23:52:54 2012 (r13794)
@@ -110,13 +110,33 @@
Problems
--------
+--------
-0.4.1 2011-09-06
+### 0.5.0 2012-01-22
-o locating the proper Maven3 libraries could work in more places
+ o just bless this as a release to stablize its offered API "as is"
-o untested under Windows
+ o definitely failing under MSFT
-o more information should be optionally available when downloading
- as this process can potentially take a long time.
+ o ASDF version has to be a three value integer (i.e. no "-snapshot"
+ after version). Should be fixed with appropiate :AROUND method
+ as implementation specific monkeypatch.
+
+
+### 0.4.1 2011-09-06
+
+ o locating the proper Maven3 libraries could work in more places
+
+ o untested under Windows
+
+ o more information should be optionally available when downloading
+ as this process can potentially take a long time.
+
+
+#### Colophone
+
+ Mark <evenson.not.org at gmail.com>
+
+ Created: 2011-01-01
+ Revised: 2012-01-22
+
More information about the armedbear-cvs
mailing list