diff --git a/RELEASE b/RELEASE index 4f25795..b299efc 100644 --- a/RELEASE +++ b/RELEASE @@ -1,12 +1,13 @@ -Scsh 0.6.4 Release notes -*- outline -*- +Scsh 0.6.5 Release notes -*- outline -*- -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. +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. 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.3. (Emacs should display this document is in outline mode. Say +release 0.6.4. (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).) @@ -20,9 +21,12 @@ Obtaining and installing scsh Getting in touch The World-Wide What? New in this release - Switches to load exec scripts + New platform: GNU Hurd + ./configure option to set default scsh library directories + Support for DESTDIR for easier packaging Bug fixes API changes +New in 0.6.4 New in 0.6.3 New in 0.6.2 New in 0.6.1 @@ -108,6 +112,7 @@ Unix platforms. We currently have scsh implementations for: Ultrix Win32 Darwin/Mac OS X + GNU Hurd Scsh code should run without change across these systems. Porting to new platforms is usually not difficult. @@ -167,6 +172,20 @@ We manage the project using SourceForge: * New in this release ===================== +** New platform: GNU Hurd + +** ./configure option to set default scsh library directories + +** Support for DESTDIR for easier packaging + +** Bug fixes + +** API changes + + +* New in 0.6.4 +============== + ** 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. diff --git a/build/minor-version-number b/build/minor-version-number index c596943..7822c1a 100644 --- a/build/minor-version-number +++ b/build/minor-version-number @@ -1 +1 @@ -6.4 +6.5 diff --git a/scsh/scsh-version.scm b/scsh/scsh-version.scm index 52990b1..646b9a4 100644 --- a/scsh/scsh-version.scm +++ b/scsh/scsh-version.scm @@ -1,5 +1,5 @@ (define scsh-major-version 0) (define scsh-minor-version 6) -(define scsh-version-string "0.6.4") -(define scsh-release-name "Olin Shivers") \ No newline at end of file +(define scsh-version-string "0.6.5") +(define scsh-release-name "RC 1") \ No newline at end of file