First version of 0.6.6 release notes.

This commit is contained in:
mainzelm 2004-01-29 13:52:25 +00:00
parent a3d560c2ba
commit 780da3558f
1 changed files with 19 additions and 13 deletions

32
RELEASE
View File

@ -1,13 +1,13 @@
Scsh 0.6.5 Release notes -*- outline -*- Scsh 0.6.6 Release notes -*- outline -*-
We are pleased to release scsh version 0.6.5. The new version is We are pleased to release scsh version 0.6.6. The main focus of this
mainly a bug-fix release. The new features mainly concern the release is support for the upcoming packaging proposal and the removal
installation and packaging process. In addition, scsh now runs on GNU of any code which did not conform to scsh's BSD-style license. In
Hurd and supports SRFI 42. addition, some bugs have been fixed.
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
release 0.6.5. (Emacs should display this document is in outline mode. Say release 0.6.6. (Emacs should display this document is in outline mode. Say
c-h m for instructions on how to move through it by sections (e.g., c-c c-n, c-h m for instructions on how to move through it by sections (e.g., c-c c-n,
c-c c-p).) c-c c-p).)
@ -21,14 +21,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
New platform: GNU Hurd Argument processing more robust
./configure option to set default scsh library directories
Support for DESTDIR for easier packaging
New SRFI
Switch to load exec scripts from library path
Removed scheme/infix/
Bug fixes Bug fixes
API changes New in 0.6.5
New in 0.6.4 New in 0.6.4
New in 0.6.3 New in 0.6.3
New in 0.6.2 New in 0.6.2
@ -175,6 +170,17 @@ We manage the project using SourceForge:
* New in this release * New in this release
===================== =====================
** Argument processing more robust
Any number of whitespaces may now occur between the arguments to
the VM
** Bug fixes
FIELD-READER returns (values EOF '()) on an empty port
Fixed STRING-CONTAINS from SRFI-13
* New in 0.6.5
==============
** New platform: GNU Hurd ** New platform: GNU Hurd
Andreas Vögele ported scsh to GNU Hurd. Andreas Vögele ported scsh to GNU Hurd.