From 7b3a46b3e228113ea5bc440c52f42a88c17fdcc7 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 28 Sep 2007 17:24:15 +0000
Subject: [PATCH] Update from logs.

---
 general-info/release-19e.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/general-info/release-19e.txt b/general-info/release-19e.txt
index 283e599a9..da7bc4843 100644
--- a/general-info/release-19e.txt
+++ b/general-info/release-19e.txt
@@ -111,6 +111,12 @@ New in this release:
       name ".." and type "".
     - #p"..a" erroneously had directory (:relative).  This has been
       fixed so that directory = nil, name = ".", and type = "a".
+    - Untracing of flet/labels functions now work.
+    - Compiling code using SIGNUM no longer causes a compiler error.
+      The defoptimizer for SIGNUM was missing a case for
+      double-double-float. 
+    - MAPHASH no longer causes a type-error when the mapping function
+      calls (setf gethash) on the same table.
 
   * Trac Tickets:
     - #8 fixed so logs of bignums and ratios that won't fit into a
-- 
GitLab