From 4ac20a5488b956bcbce9bf9f1de67161d4433ac5 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Thu, 22 Sep 2005 15:08:45 +0000
Subject: [PATCH] Update from logs.

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

diff --git a/general-info/release-19c.txt b/general-info/release-19c.txt
index 07959d8c7..e0666aa4e 100644
--- a/general-info/release-19c.txt
+++ b/general-info/release-19c.txt
@@ -94,6 +94,14 @@ New in this release:
         pathname differs from the host for the defaults.
       - CMUCL recognizes multi-arch (fat) shared libs on Darwin/ppc.
         It's now possible to load libSystem.dylib.
+      - #p".." is read as a directory instead of as a file with name
+        #"." and type "".
+      - #p"..." and similar forms with more dots is read as a file
+        with name equal to the string and type nil.  Previously, the
+        name had one fewer dot with type "".
+      - MAKE-PATHNAME with :name equal to ".." or "." will generate a
+        warning because CMUCL cannot print that in a form that will be
+        read back the same.
 
   * Other changes:
 
-- 
GitLab