[armedbear-cvs] r13557 - trunk/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Sat Sep 3 09:21:12 UTC 2011
Author: mevenson
Date: Sat Sep 3 02:21:12 2011
New Revision: 13557
Log:
Note MVN ability in CHANGES.
Modified:
trunk/abcl/CHANGES
Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES Sat Sep 3 01:10:43 2011 (r13556)
+++ trunk/abcl/CHANGES Sat Sep 3 02:21:12 2011 (r13557)
@@ -10,6 +10,11 @@
* Huge (> 64k) literal object support (fixes CL-UNICODE support)
+ * The ABCL-ASDF contrib allows the specification of JAR-FILE or
+ JAR-DIRECTORY components that can be resolved via a PATHNAME. The
+ MVN component bootstraps a Maven3 Aether connector to locally
+ replicate a versioned jar artifact for dynamic inclusion in the
+ CLASSPATH.
Changes
-------
@@ -45,6 +50,10 @@
JSS:ENSURE-COMPATIBILITY function to have JSS include these
dependencies.
+* As long as ABCL-ASDF:ENSURE-MVN-VERSION can dynamically introspect
+ and then load Maven 3 libraries at runtime, ASDF components of type
+ MVN can now be used to specify versioned JVM artifacts.
+
* Threads spawned by THREADS:MAKE-THREAD can terminate the Lisp image
via the EXT:QUIT and EXT:EXIT functions.
More information about the armedbear-cvs
mailing list