Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

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