Raymond Toy pushed to branch 21c-branch at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-21c.txtsrc/general-info/release-21c.md
    1
    -========================== C M U C L  21 c =============================
    
    1
    +**Work in progress**
    
    2
    +
    
    3
    +# CMUCL 21c
    
    2 4
     
    
    3 5
     The CMUCL project is pleased to announce the release of CMUCL 21c.
    
    4 6
     This is a major release which contains numerous enhancements and bug
    
    ... ... @@ -15,49 +17,41 @@ implemented in Common Lisp. CMUCL is maintained by a team of
    15 17
     volunteers collaborating over the Internet, and is mostly in the
    
    16 18
     public domain.
    
    17 19
     
    
    18
    -New in this release:
    
    19
    -  * Known issues:
    
    20
    +## New in this release:
    
    20 21
     
    
    22
    +  * Known issues:
    
    21 23
       * Feature enhancements
    
    22
    -
    
    23 24
       * Changes
    
    24 25
         * ASDF 3.3.0
    
    25
    -
    
    26 26
       * ANSI compliance fixes:
    
    27
    -
    
    28 27
       * Bug fixes:
    
    29
    -    * ENCODE-UNIVERSAL-TIME accepts dates from 1899 if the final date
    
    28
    +    * `ENCODE-UNIVERSAL-TIME` accepts dates from 1899 if the final date
    
    30 29
           after accounting for time zones results in a positive
    
    31
    -      value. (See ticket #36.)
    
    32
    -    * CL:SLEEP no longer gets interrupted (See ticket #26.)
    
    30
    +      value. (See ticket ~~#36~~.)
    
    31
    +    * `CL:SLEEP` no longer gets interrupted (See ticket ~~#26~~.)
    
    33 32
         * Fix some compiler warnings and clean up funny indentation in
    
    34 33
           asin code.
    
    35
    -
    
    36 34
       * Trac Tickets:
    
    37
    -
    
    38 35
       * Gitlab tickets:
    
    39
    -    * Ticket #36: encode-universal-time signals error
    
    40
    -    * Ticket #26: The cmucl that never sleeps
    
    41
    -    * Ticket #40: Move heap space location for linux
    
    42
    -    * Ticket #41: Report proper process status
    
    43
    -    * Ticket #44: Add docstrings for process accessors
    
    44
    -
    
    36
    +    * Ticket ~~#36~~: encode-universal-time signals error
    
    37
    +    * Ticket ~~#26~~: The cmucl that never sleeps
    
    38
    +    * Ticket ~~#40~~: Move heap space location for linux
    
    39
    +    * Ticket ~~#41~~: Report proper process status
    
    40
    +    * Ticket ~~#44~~: Add docstrings for process accessors
    
    45 41
       * Other changes:
    
    46 42
         * Continuous integration added to build and test cmucl on every
    
    47 43
           check-in.  This does a build on a Linux system.
    
    48
    -
    
    49 44
       * Improvements to the PCL implementation of CLOS:
    
    50
    -
    
    51 45
       * Changes to building procedure:
    
    52 46
     
    
    53 47
     
    
    54 48
     This release is not binary compatible with code compiled using CMUCL
    
    55 49
     21b; you will need to recompile FASL files.
    
    56 50
     
    
    57
    -See <URL:http://www.cmucl.org> or
    
    58
    -<URL:https://gitlab.common-lisp.net/cmucl/cmucl> for more information,
    
    51
    +See http://www.cmucl.org or
    
    52
    +https://gitlab.common-lisp.net/cmucl/cmucl for more information,
    
    59 53
     See
    
    60
    -<URL:https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl>
    
    54
    +https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl
    
    61 55
     for obtaining CMUCL, including sources and binaries..
    
    62 56
     
    
    63 57