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