diff --git a/RELEASE b/RELEASE index dce0e44..b8ed5dc 100644 --- a/RELEASE +++ b/RELEASE @@ -22,7 +22,11 @@ Obtaining and installing scsh Getting in touch The World-Wide What? New in this release + SRFIs + port->socket + New forms in the module language API changes + PDF version of the manual Bugfixes New in 0.6.1 New in 0.6.0 @@ -162,24 +166,31 @@ We even have one of those dot-com cyberweb things: We manage the project using SourceForge: http://sourceforge.net/projects/scsh/ -* New in 0.6.2 +* New in this release +===================== -** API changes +** SRFIs In addition to SRFI 1, 8, 13, 14 and 23 scsh now features SRFI 2, 5, 6, 7, 9, 11, 16, 17 and 19. See http://srfi.schemers.org/ for a detailed description. The SRFIs are available in packages srfi-X where X is the number of the SRFI. +** port->socket New procedure port->socket to turn a port into a socket object was added to the network code. +** New forms in the module language The module language supports the new forms modify, subset and with-prefix from Scheme 48 version 0.57. +** API changes Fork, fork/pipe, fork/pipe+ take an optional argument continue-threads? to determine whether all threads should continue to run in the child. +** PDF version of the manual + There is now a PDF version of the manual generated by pdflatex. + ** Bugfixes - Added default argument to tty-info as described in the manual - Conversion to s48_value in tty1.c