Changeset 12828


Ignore:
Timestamp:
07/26/10 22:26:08 (13 years ago)
Author:
astalla
Message:

Updated changelog for new release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r12687 r12828  
     1Version 0.21
     2============
     3svn://common-lisp.net/project/armedbear/svn/tags/0.21.0/abcl
     4(???, 2010)
     5
     6
     7Features
     8--------
     9
     10* [svn r12818] Update to ASDF 2.004
     11
     12* [svn r12738-805] Support for custom CLOS slot definitions and custom class options.
     13
     14* [svn r12756] slot-* functions work on structures too.
     15
     16* [svn r12774] Improved Java integration: jmake-proxy can implement more than one interface.
     17
     18* [svn r12773] Improved Java integration: functions to dynamically manipulate the classpath.
     19
     20* [svn r12755] Improved Java integration: CL:STRING can convert Java strings to Lisp strings.
     21
     22Fixes
     23-----
     24
     25* [svn 12809-10-20] Various printing fixes.
     26
     27* [svn 12804] Fixed elimination of unused local functions shadowed by macrolet.
     28
     29* [svn r12798-803] Fixed pathname serialization across OSes. On Windows pathnames are always printed with forward slashes, but can still be read with backslashes.
     30
     31* [svn r12740] Make JSR-223 classes compilable with Java 1.5
     32
     33Other
     34-----
     35
     36* [svn r12754] Changed class file generation and FASL loading to minimize reflection.
     37
     38* [svn r12734] A minimal Swing GUI Console with a REPL is now included with ABCL.
     39
    140Version 0.20
    241============
    3 yet-to-be-tagged
    4 (???)
     42svn://common-lisp.net/project/armedbear/svn/tags/0.20.0/abcl
     43(24 May, 2010)
    544
    645
Note: See TracChangeset for help on using the changeset viewer.