From 37e4f027ebe33676954a3932e1af1045868de74a Mon Sep 17 00:00:00 2001 From: mainzelm Date: Fri, 24 Oct 2003 09:01:21 +0000 Subject: [PATCH] Document changes in 0.6.5 --- RELEASE | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index b299efc..8f5b20e 100644 --- a/RELEASE +++ b/RELEASE @@ -24,6 +24,7 @@ New in this release New platform: GNU Hurd ./configure option to set default scsh library directories Support for DESTDIR for easier packaging + New SRFI Bug fixes API changes New in 0.6.4 @@ -173,15 +174,36 @@ We manage the project using SourceForge: ===================== ** New platform: GNU Hurd + Andreas Vögele ported scsh to GNU Hurd. ** ./configure option to set default scsh library directories + The ./configure script now accepts the option --with-lib-dirs-list + so specify a list of of default scsh library directories. In + previous versions of scsh this list was hardwired to + /usr/local/lib/scsh/modules. ** Support for DESTDIR for easier packaging + The install target of the Makefile now respects the environment + variable DESTDIR to allow package maintainers to use a staging + directory. + +** New SRFI + This release adds support for SRFI 42. ** Bug fixes - + - Removed message argument form errno-error + - After fork/pipe, make the ports returned by the pipe the + current-in/output-ports + - Get the names of MAKE-STRING-PORT-FILTER and + MAKE-CHAR-PORT-FILTER right in the doc + - Fixed memory leak in scheme_cwd + - Fix memory leak in format_date + - Avoid calling SOCKET-OPTION twice in case of an error + - Fix for (rx (|)) by Peter Wang + - Fix for (posix-string->regexp "$") by Peter Wang + ** API changes - + None known. * New in 0.6.4 ============== @@ -190,6 +212,9 @@ We manage the project using SourceForge: The new switch -le loads a file into the exec package, the new switch -de loads the "-s" script into the exec package. +** New SRFIs + This release adds support for SRFI 25, 26, 27, 28 and 30. + ** Bug fixes - Other select bug - Timeout for select is in seconds, not milliseconds