More steps towards 0.6.7 release

This commit is contained in:
mainzelm 2006-03-08 11:50:35 +00:00
parent c1eac4922d
commit 809b1bc022
1 changed files with 42 additions and 4 deletions

46
RELEASE
View File

@ -142,8 +142,8 @@ about it.
Currently, there is a mailing-list which is mirrored to a newsgroup. Currently, there is a mailing-list which is mirrored to a newsgroup.
To (un)subscribe to the mailing-list, send a message to To (un)subscribe to the mailing-list, send a message to
scsh-request@@zurich.csail.mit.edu. To submit a message to the scsh-users-request@scsh.net. To submit a message to the
mailing-list, send it to scsh@@zurich.csail.mit.edu. mailing-list, send it to scsh-users@scsh.net.
The mailing-list is also readable as a standard newsgroup, thanks to The mailing-list is also readable as a standard newsgroup, thanks to
gmane, a mail-to-news gateway. More information is available at the 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 There used to be a newsgroup dedicated to scsh, called
comp.lang.scheme.scsh but it is now deprecated. comp.lang.scheme.scsh but it is now deprecated.
Bugs can be reported to Bugs can be reported to the same list
scsh-bugs@zurich.csail.mit.edu scsh-users@scsh.net
or via the Scsh project's bugs section on SourceForge: or via the Scsh project's bugs section on SourceForge:
http://sourceforge.net/projects/scsh/ http://sourceforge.net/projects/scsh/
@ -168,6 +168,44 @@ We manage the project using SourceForge:
* New in this release * 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 * New in 0.6.6
=============== ===============