diff --git a/src/general-info/release-21a.txt b/src/general-info/release-21a.txt
index bbf6d09fc64e4a56cae763fba0b6ba6e0635216e..c3e58384699673e1c30ed2ed8e9353c5a1484d66 100644
--- a/src/general-info/release-21a.txt
+++ b/src/general-info/release-21a.txt
@@ -25,6 +25,7 @@ New in this release:
     * Micro-optimize SCALE-FLOAT to do multiplication when possible.
     * Update to ASDF 3.1.4.
     * The external-format :UTF is no longer an alias for :UTF-8.
+    * :ELF feature added for solaris.
 
   * ANSI compliance fixes:
 
@@ -32,10 +33,21 @@ New in this release:
     * On ppc machines with clock speeds over 2 GHz or so,
       LISP::CYCLES-PER-TICK is no longer negative. This caused the
       cycle count from TIME to be negative.
+    * EXTERN-ALIEN-NAME unified not to prepend an underscore if :ELF
+      is a *FEATURE*.
+    * Motifd will work as either a 32-bit or 64-bit app.
+    * Various bugs in clm fixed:
+      * Occasional RXmStringGetLtoR crash fixed.
+      * Motifd text callback fixed.
+    * Support for 64-bit time_t on NetBSD added. This allows cmucl to
+      run on more recent versions of NetBSD.
 
   * Trac Tickets:
+    * Ticket #54 fixed.
 
   * Other changes:
+    * Cross compile scripts from x86 to sparc and ppc updated to work
+      again to cross-compile from the current snapshot.
 
   * Improvements to the PCL implementation of CLOS: