More steps towards 0.6.7 release
This commit is contained in:
parent
c1eac4922d
commit
809b1bc022
46
RELEASE
46
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
|
||||
===============
|
||||
|
||||
|
|
Loading…
Reference in New Issue