Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-template.md
    1
    +# Work in progress
    
    2
    +
    
    3
    +The CMUCL project is pleased to announce the release of CMUCL 21e.
    
    4
    +This is a major release which contains numerous enhancements and bug
    
    5
    +fixes from the <previous> release.
    
    6
    +
    
    7
    +CMUCL is a free, high performance implementation of the Common Lisp
    
    8
    +programming language which runs on most major Unix platforms. It
    
    9
    +mainly conforms to the ANSI Common Lisp standard. CMUCL provides a
    
    10
    +sophisticated native code compiler; a powerful foreign function
    
    11
    +interface; an implementation of CLOS, the Common Lisp Object System,
    
    12
    +which includes multi-methods and a meta-object protocol; a
    
    13
    +source-level debugger and code profiler; and an Emacs-like editor
    
    14
    +implemented in Common Lisp. CMUCL is maintained by a team of
    
    15
    +volunteers collaborating over the Internet, and is mostly in the
    
    16
    +public domain.
    
    17
    +
    
    18
    +## New in this release:
    
    19
    +  * Known issues:
    
    20
    +  * Feature enhancements:
    
    21
    +  * Changes:
    
    22
    +  * ANSI compliance fixes:
    
    23
    +  * Bug fixes:
    
    24
    +  * Gitlab tickets:
    
    25
    +  * Other changes:
    
    26
    +  * Improvements to the PCL implementation of CLOS:
    
    27
    +  * Changes to building procedure:
    
    28
    +
    
    29
    +This release is not binary compatible with code compiled using CMUCL
    
    30
    +<previous>; you will need to recompile FASL files.
    
    31
    +
    
    32
    +See http://www.cmucl.org or
    
    33
    +https://gitlab.common-lisp.net/cmucl/cmucl for more information,
    
    34
    +See
    
    35
    +https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl
    
    36
    +for obtaining CMUCL, including sources and binaries..
    
    37
    +
    
    38
    +
    
    39
    +We hope you enjoy using this release of CMUCL!