Initial notes for 0.6.4.

This commit is contained in:
mainzelm 2003-01-27 20:13:50 +00:00
parent b9eb4c055c
commit 7559be876a
1 changed files with 17 additions and 15 deletions

32
RELEASE
View File

@ -1,13 +1,6 @@
Scsh 0.6.3 Release notes -*- outline -*- Scsh 0.6.4 Release notes -*- outline -*-
We are pleased to release scsh version 0.6.3. This release provides an We are pleased to release scsh version 0.6.4.
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. 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 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
@ -25,12 +18,9 @@ Obtaining and installing scsh
Getting in touch Getting in touch
The World-Wide What? The World-Wide What?
New in this release New in this release
Shorter startup times Switches to load exec scripts
stripped-scsh.image Bug fixes
MD5 support New in 0.6.3
New SRFIs
API changes
Bugfixes
New in 0.6.2 New in 0.6.2
New in 0.6.1 New in 0.6.1
New in 0.6.0 New in 0.6.0
@ -174,6 +164,18 @@ We manage the project using SourceForge:
* New in this release * New in this release
===================== =====================
** Switches to load exec scripts
The new switch -le loads a file into the exec package, the new
switch -de loads the "-s" script into the exec package.
** Bug fixes
- Other select bug
- Timeout for select is in seconds, not milliseconds
- Load package md5 before dumping scsh.image
* New in 0.6.3
==============
** Shorter startup times ** Shorter startup times
By a couple of small fixes we could diminish the startup By a couple of small fixes we could diminish the startup
time by 10-30%. time by 10-30%.