Tuesday, January 10, 2012

ABCL 1.0.1 Released

All users of abcl-1.0.0 are recommended to migrate to abcl-1.0.1 as it fixes the abcl-contrib mechanism, an unfortunate oversight in our giddiness at being able to release at ECLM 2011.

Now the following incantation

(require 'abcl-contrib)
(require 'jss)

should result in a working JSS.

In addition to restoring the loading of ASDF definitions from jar archives, we've randomized some of our String hashes to prevent a purported JVM exploit spotted recently and shipped with ASDF-2.019.

You can find more in the release notes at:



and the list of changes at:

http://trac.common-lisp.net/armedbear/browser/tags/1.0.1/abcl/CHANGES

Source and binary distribution archives with associated cryptographic
signatures can be downloaded in ZIP or gzipped tar from:

http://common-lisp.net/project/armedbear/releases/1.0.1

If you have questions regarding use or licensing, or you find issues, please
report back to the development list:

armedbear-devel at common-lisp dot net

No comments:

Post a Comment