Final changes for 0.6.4.

This commit is contained in:
mainzelm 2003-04-14 09:35:24 +00:00
parent 87632c785e
commit 98df4ada7d
1 changed files with 14 additions and 1 deletions

15
RELEASE
View File

@ -1,6 +1,8 @@
Scsh 0.6.4 Release notes -*- outline -*-
We are pleased to release scsh version 0.6.4.
We are pleased to release scsh version 0.6.4. The new version is
mainly a bug-fix release, the only new features are command-line
switches for loading exec scripts and support for some more SRFIs.
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
@ -172,6 +174,17 @@ We manage the project using SourceForge:
- Other select bug
- Timeout for select is in seconds, not milliseconds
- Load package md5 before dumping scsh.image
- Revised implementation of SRFI-19
- -sfd switch called bogus procedures
- Ooopsify write-string/partial
- Clean up get_groups
- Check for "." in file-name-{sans-}extension
- Bug fix for let-match: variables may be #f
- Fix some problems with WAIT-FOR-CHANNELS
- Fixes in the time zone code
- Fix a bug in SEND-MESSAGE: There is such a thing as an empty datagram
- Renamed string-filter to make-string-filter and char-filter to
make-char-port-filter
* New in 0.6.3
==============