Changeset 12912


Ignore:
Timestamp:
09/24/10 07:15:51 (13 years ago)
Author:
ehuelsmann
Message:

Update CHANGES for the upcoming release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r12903 r12912  
    22============
    33unreleased
    4 (??, 2010)
     4(September 24, 2010)
    55
    66Fixes
     
    88
    99* [svn r12902] Fix reading data with scandinavian latin1 characters
     10
     11* [svn r12906] Respect the CLASSPATH environment variable in the
     12  abcl wrapper scripts
     13
     14* [ticket #103] DOCUMENTATION not autoloaded
     15
     16Other
     17-----
     18
     19* [svn r12819] Until-0.22-compatibility hacks (in threads support) removed
     20
     21
    1022
    1123Version 0.21
     
    2032* [svn r12818] Update to ASDF 2.004
    2133
    22 * [svn r12738-805] Support for custom CLOS slot definitions and custom class options.
     34* [svn r12738-805] Support for custom CLOS slot definitions and
     35  custom class options.
    2336
    2437* [svn r12756] slot-* functions work on structures too.
    2538
    26 * [svn r12774] Improved Java integration: jmake-proxy can implement more than one interface.
    27 
    28 * [svn r12773] Improved Java integration: functions to dynamically manipulate the classpath.
    29 
    30 * [svn r12755] Improved Java integration: CL:STRING can convert Java strings to Lisp strings.
     39* [svn r12774] Improved Java integration: jmake-proxy can implement
     40  more than one interface.
     41
     42* [svn r12773] Improved Java integration: functions to dynamically
     43  manipulate the classpath.
     44
     45* [svn r12755] Improved Java integration: CL:STRING can convert Java
     46  strings to Lisp strings.
    3147
    3248Fixes
     
    3753* [svn 12804] Fixed elimination of unused local functions shadowed by macrolet.
    3854
    39 * [svn r12798-803] Fixed pathname serialization across OSes. On Windows pathnames are always printed with forward slashes, but can still be read with backslashes.
     55* [svn r12798-803] Fixed pathname serialization across OSes.
     56  On Windows pathnames are always printed with forward slashes,
     57  but can still be read with backslashes.
    4058
    4159* [svn r12740] Make JSR-223 classes compilable with Java 1.5
     
    4462-----
    4563
    46 * [svn r12754] Changed class file generation and FASL loading to minimize reflection.
    47 
    48 * [svn r12734] A minimal Swing GUI Console with a REPL is now included with ABCL.
     64* [svn r12754] Changed class file generation and FASL loading
     65  to minimize reflection.
     66
     67* [svn r12734] A minimal Swing GUI Console with a REPL
     68  is now included with ABCL.
    4969
    5070Version 0.20
Note: See TracChangeset for help on using the changeset viewer.