diff --git a/RELEASE b/RELEASE index 25f84e0..aadced1 100644 --- a/RELEASE +++ b/RELEASE @@ -4,7 +4,10 @@ We are pleased to release scsh version 0.6.3. This release provides an interface to the md5 library to produce 128-bit fingerprints of strings and files. Scsh now also starts much faster and comes with an additional heap image which has the debugging information reduced and -is therefore much smaller. +is therefore much smaller. This release reintroduces the +select/select! procedures from scsh 0.5.X and adds a more convenient +interface to select. The new structure scheme-with-scsh combines the +exports of the scsh and scheme structures. The text below gives a general description of scsh, instructions for obtaining it, pointers to discussion forums, and a description of the new features in @@ -187,6 +190,9 @@ We manage the project using SourceForge: The package md5 contains a bunch of procedures to compute MD5 checksums. +** New SRFIs + This release adds support for SRFI 25, 26, 27, 28 and 30. + ** API changes select and select! are supported again. Note however, that we recommend to use the new select-ports and @@ -197,10 +203,20 @@ We manage the project using SourceForge: modules scsh and scheme, avoiding duplicates New procdures to work directly on file-info records The repl procedure has been removed + New procedures connect-socket-no-wait, connect-socket-successful? + Add lookup-external from recent S48 ** Bugfixes - - + port->socket uses dups both ports of the socket + Added missing process resource alignments + No reaping for stopped children + Initialize t.c_lflag before reading it. + Lots of fixes for dynamic regexps + Fix to allow single character here strings. + Add a whole bunch of S48_GC_PROTECT against s48_extract_integer. + Added map, for-each, member, assoc to srfi-1-interface + Fixed a subtle bug in the macro for the << redirection + Use "compare" und "rename" to compare symbols in lots of macros * New in 0.6.2 ==============