diff --git a/RELEASE b/RELEASE index 3bbf857..3c1d965 100644 --- a/RELEASE +++ b/RELEASE @@ -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 -mainly a bug-fix release. The new features mainly concern the -installation and packaging process. In addition, scsh now runs on GNU -Hurd and supports SRFI 42. +We are pleased to release scsh version 0.6.6. The main focus of this +release is support for the upcoming packaging proposal and the removal +of any code which did not conform to scsh's BSD-style license. In +addition, some bugs have been fixed. 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 -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-c c-p).) @@ -21,14 +21,9 @@ Obtaining and installing scsh Getting in touch The World-Wide What? New in this release - New platform: GNU Hurd - ./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/ + Argument processing more robust Bug fixes - API changes +New in 0.6.5 New in 0.6.4 New in 0.6.3 New in 0.6.2 @@ -175,6 +170,17 @@ We manage the project using SourceForge: * 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 Andreas Vögele ported scsh to GNU Hurd.