[Git][cmucl/cmucl][issue-387-update-clx] 3 commits: Add release-22a.md for next release

Raymond Toy pushed to branch issue-387-update-clx at cmucl / cmucl Commits: 38e6cb72 by Raymond Toy at 2025-10-01T15:02:08-07:00 Add release-22a.md for next release Just add the template for the next release; everything is empty, of course. No CI needed. [skip-ci] - - - - - 3368e30f by Raymond Toy at 2025-10-01T15:03:26-07:00 Merge branch 'master' into issue-387-update-clx - - - - - 3ae82f62 by Raymond Toy at 2025-10-01T15:04:57-07:00 Update release notes for 22a No CI needed [skip-ci] - - - - - 1 changed file: - + src/general-info/release-22a.md Changes: ===================================== src/general-info/release-22a.md ===================================== @@ -0,0 +1,43 @@ +# CMUCL 22a + +# Work in progress + +The CMUCL project is pleased to announce the release of CMUCL 22a. +This is a major release which contains numerous enhancements and bug +fixes from the <previous> release. + +CMUCL is a free, high performance implementation of the Common Lisp +programming language which runs on most major Unix platforms. It +mainly conforms to the ANSI Common Lisp standard. CMUCL provides a +sophisticated native code compiler; a powerful foreign function +interface; an implementation of CLOS, the Common Lisp Object System, +which includes multi-methods and a meta-object protocol; a +source-level debugger and code profiler; and an Emacs-like editor +implemented in Common Lisp. CMUCL is maintained by a team of +volunteers collaborating over the Internet, and is mostly in the +public domain. + +## New in this release: + * Known issues: + * Feature enhancements: + * Changes: + * Updated CLX from upstream to version from 2024-09-11. + * ANSI compliance fixes: + * Bug fixes: + * #387: Update CLX from upstream to version from 2024-09-11. + * Gitlab tickets: + * Other changes: + * Improvements to the PCL implementation of CLOS: + * Changes to building procedure: + +This release is not binary compatible with code compiled using CMUCL +21f; you will need to recompile FASL files. + +See http://www.cmucl.org or +https://gitlab.common-lisp.net/cmucl/cmucl for more information, +See +https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl +for obtaining CMUCL, including sources and binaries.. + + +We hope you enjoy using this release of CMUCL! View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6475f48dded255e1d2ea952... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6475f48dded255e1d2ea952... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)