Raymond Toy pushed to branch rtoy-convert-release-notes-to-md at cmucl / cmucl

Commits:

1 changed file:

Changes:

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