From 809b1bc02257ad0cdce960e718c94bda9c2a20b5 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Wed, 8 Mar 2006 11:50:35 +0000 Subject: [PATCH] More steps towards 0.6.7 release --- RELEASE | 46 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/RELEASE b/RELEASE index 478b526..be93b0e 100644 --- a/RELEASE +++ b/RELEASE @@ -142,8 +142,8 @@ about it. Currently, there is a mailing-list which is mirrored to a newsgroup. To (un)subscribe to the mailing-list, send a message to -scsh-request@@zurich.csail.mit.edu. To submit a message to the -mailing-list, send it to scsh@@zurich.csail.mit.edu. +scsh-users-request@scsh.net. To submit a message to the +mailing-list, send it to scsh-users@scsh.net. The mailing-list is also readable as a standard newsgroup, thanks to gmane, a mail-to-news gateway. More information is available at the @@ -153,8 +153,8 @@ http://gmane.org/info.php?group=gmane.lisp.scheme.scsh There used to be a newsgroup dedicated to scsh, called comp.lang.scheme.scsh but it is now deprecated. -Bugs can be reported to - scsh-bugs@zurich.csail.mit.edu +Bugs can be reported to the same list + scsh-users@scsh.net or via the Scsh project's bugs section on SourceForge: http://sourceforge.net/projects/scsh/ @@ -168,6 +168,44 @@ We manage the project using SourceForge: * New in this release ===================== +** Support for gcc 4.0 + +** Support for interix + +** Fixes found be new test suite + +** Regexp for empty string + +** Argument checking for COPY-BYTES! + +** GC_PROTECTs for send_substring + +** format_date support for #f timezone + +** Predicates for user-info and group-info + +** Ignoring of synchronous signals + The procedures IGNORE-SIGNAL and HANDLE-DEFAULT-SIGNAL have been + added. + +** Reaping of stopped processes + Do not mark stopped processes as dead + +** md5-digest-for-port + +** | regexps return char-sets + +** standard-let in srfi-5 + +** (%)read-delimited! checks for mutable buffer + +** leap second for srfi-19 + +** 0.6 for module path + +** Default image + The default image for the scshvm is now the installed scsh.image. + * New in 0.6.6 ===============