Final changes for 0.6.4.
This commit is contained in:
parent
87632c785e
commit
98df4ada7d
15
RELEASE
15
RELEASE
|
@ -1,6 +1,8 @@
|
||||||
Scsh 0.6.4 Release notes -*- outline -*-
|
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
|
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
|
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
|
- Other select bug
|
||||||
- Timeout for select is in seconds, not milliseconds
|
- Timeout for select is in seconds, not milliseconds
|
||||||
- Load package md5 before dumping scsh.image
|
- 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
|
* New in 0.6.3
|
||||||
==============
|
==============
|
||||||
|
|
Loading…
Reference in New Issue