From fd0ed5fae53ff079688be841a5a30abb1f46b403 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 12 Sep 2005 15:46:02 +0000
Subject: [PATCH] Update from logs.

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

diff --git a/general-info/release-19c.txt b/general-info/release-19c.txt
index dcf55700b..ea1c653ff 100644
--- a/general-info/release-19c.txt
+++ b/general-info/release-19c.txt
@@ -74,6 +74,13 @@ New in this release:
       - 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.
+      - (MAKE-PATHNAME :DIRECTORY '(:RELATIVE)) now prints as #P"./"
+        instead of #p"", which is the printed form of (MAKE-PATHNAME).
+      - Relative directories for MAKE-PATHNAME now have all "."
+        elements removed.  This makes it consistent with the reader.
+      - A warning is printed if an element of the directory component
+        of a pathname consists of a string containing the "/"
+        character.
 
   * Other changes:
 
-- 
GitLab