From 62302e4d78590a8da5d48ffa8e9e00b329d8c8f9 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 10 Sep 2007 16:28:02 +0000
Subject: [PATCH] Update.

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

diff --git a/general-info/release-19e.txt b/general-info/release-19e.txt
index b24ff9d7f..283e599a9 100644
--- a/general-info/release-19e.txt
+++ b/general-info/release-19e.txt
@@ -107,7 +107,11 @@ New in this release:
     - The reader for #= and ## has been enhanced to be much faster for
       cases with a large number of shared objects.  However, it is also
       somewhat slower for simple cases.
-      
+    - #p"..." now has a namestring and is treated as a pathname with
+      name ".." and type "".
+    - #p"..a" erroneously had directory (:relative).  This has been
+      fixed so that directory = nil, name = ".", and type = "a".
+
   * Trac Tickets:
     - #8 fixed so logs of bignums and ratios that won't fit into a
       float can be computed, instead of signalling an error.
-- 
GitLab