Changeset 13731


Ignore:
Timestamp:
01/09/12 10:53:47 (12 years ago)
Author:
Mark Evenson
Message:

Update CHANGES for abcl-1.0.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r13674 r13731  
    33svn.uri=:"http//common-lisp.net/project/armedbear/svn/trunk/abcl/"
    44(unreleased)
     5
     6Changes
     7-------
     8
     9  * [r13695] Reimplementation of global symbol macros to avoid using
     10    the symbol's value slot.
     11
     12  * [r13696] DEFMACRO now supports documentation strings as per the
     13    ANSI specification.
     14
     15  * [r13700] ABCL loads under the Weblogic 10.3 application server.
     16
     17
     18Version 1.0.1
     19==============
     20svn.uri=:"http//common-lisp.net/project/armedbear/svn/tags/1.0.1/abcl/"
     21(09 January 2012)
     22
     23Changes
     24-------
     25
     26  * Updated ASDF to 2.019
     27
     28  * User Manual now contains more polished formating from docstring
     29    groveling, an index of symbols, and additional enhancements.
     30
     31  * 'abcl.properties.in' now contains examples of optimizing the ABCL
     32    wrapper script for 64bit instances for Java7 and for Java6. 
     33
     34  * [r13720] Randomize string hash computation to guard against
     35    exploits.
     36
     37  * [r13723] New internal API in Package.java for looking up internal
     38    vs. external symbols.
     39
     40Fixes
     41-----
     42
     43  * [#181][r13718] The implementation now correctly loads ASDF definitions
     44    from jar archives.  This had prevented the ABCL-CONTRIB loading
     45    mechanism from working.
     46
     47  * [#177] Made the mechanism for locating the abcl-contrib archive
     48    more robust
     49
     50  * [#177] LIST-DIRECTORY no longer ignores :RESOLVE-SYMLINKS
     51
     52  * [r13706] Fix Streadm.readToken() bug reported by Blake McBride.
     53
     54  * [#183][r13703] Move threads-jss.lisp out of system source to
     55    restore conditional recompilation logic.
     56
    557
    658Version 1.0.0
Note: See TracChangeset for help on using the changeset viewer.