Initial notes for 0.6.4.
This commit is contained in:
parent
b9eb4c055c
commit
7559be876a
32
RELEASE
32
RELEASE
|
@ -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
|
||||
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.
|
||||
We are pleased to release scsh version 0.6.4.
|
||||
|
||||
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
|
||||
|
@ -25,12 +18,9 @@ Obtaining and installing scsh
|
|||
Getting in touch
|
||||
The World-Wide What?
|
||||
New in this release
|
||||
Shorter startup times
|
||||
stripped-scsh.image
|
||||
MD5 support
|
||||
New SRFIs
|
||||
API changes
|
||||
Bugfixes
|
||||
Switches to load exec scripts
|
||||
Bug fixes
|
||||
New in 0.6.3
|
||||
New in 0.6.2
|
||||
New in 0.6.1
|
||||
New in 0.6.0
|
||||
|
@ -174,6 +164,18 @@ We manage the project using SourceForge:
|
|||
* 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
|
||||
By a couple of small fixes we could diminish the startup
|
||||
time by 10-30%.
|
||||
|
|
Loading…
Reference in New Issue