From 90295259adfd9fb1aa2f127b54a4aad1a36d965f Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 31 Aug 2005 13:59:25 +0000
Subject: [PATCH] Update from logs.

---
 general-info/release-19c.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/general-info/release-19c.txt b/general-info/release-19c.txt
index e23cf7f5b..dcf55700b 100644
--- a/general-info/release-19c.txt
+++ b/general-info/release-19c.txt
@@ -4,7 +4,7 @@
 
 The CMUCL project is pleased to announce the release of CMUCL 19c.
 This is a major release which contains numerous enhancements and
-bugfixes from the 19a release.
+bugfixes from the 19b release.
 
 CMUCL is a free, high performance implementation of the Common Lisp
 programming language which runs on most major Unix platforms. It
@@ -54,6 +54,8 @@ New in this release:
       - PRIN1 and ~E are consistent now when printing large numbers. 
       - Undefined-Function errors from funcalling special forms now
         have the cell-error name filled in correctly.
+      - ENOUGH-NAMESTRING was not returning the shortest namestring
+        when the defaults was #p"/".
         
   * Numerous bugfixes:
 
@@ -67,6 +69,11 @@ New in this release:
         offending function to return NIL to indicate unbounded.
       - Errors in callbacks when the integer arg is shorter than an
         int have been fixed.
+      - ASIN and ACOS returns NaN when given NaN args instead of
+        signaling an error.
+      - FTRUNCATE will return a quiet NaN when given a signaling NaN.
+        It also properly handles infinity too.
+      - Fixed a bug in handling of alien enum types in structures.
 
   * Other changes:
 
-- 
GitLab