From 8c1e04ccf4c4e287694e584092feaa11f735e694 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 10 Jun 2011 19:34:58 +0000
Subject: [PATCH] o Update for recent change. o Update the version number for
 ASDF.

---
 general-info/release-20c.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/general-info/release-20c.txt b/general-info/release-20c.txt
index c6ebf94ff..aad15f1ab 100644
--- a/general-info/release-20c.txt
+++ b/general-info/release-20c.txt
@@ -28,7 +28,7 @@ New in this release:
       with all features available, except only Unicode is supported.
 
   * Changes
-    - ASDF2 updated to version 2.014.1.
+    - ASDF2 updated to version 2.016.
     - COMPILE-FILE now accepts a :DECODING-ERROR argument that
       indicates how to handle decoding errors when reading the file.
       It has the same meaning and effect as the :DECODING-ERROR
@@ -54,6 +54,9 @@ New in this release:
     - Add LISP:LOAD-ALL-UNICODE-DATA to load all the Unicode
       information into core.  This is useful for creating an
       executable image that does not need unidata.bin.
+    - CMUCL no longer exits if you specify a core file with an
+      executable image.  A warning is printed instead and the core
+      file is used.
 
   * ANSI compliance fixes:
     - Fixes for signaling errors with READ-CHAR and READ-BYTE
-- 
GitLab