Document changes in 0.6.5

This commit is contained in:
mainzelm 2003-10-24 09:01:21 +00:00
parent a2b0bea3ad
commit 37e4f027eb
1 changed files with 27 additions and 2 deletions

29
RELEASE
View File

@ -24,6 +24,7 @@ New in this release
New platform: GNU Hurd New platform: GNU Hurd
./configure option to set default scsh library directories ./configure option to set default scsh library directories
Support for DESTDIR for easier packaging Support for DESTDIR for easier packaging
New SRFI
Bug fixes Bug fixes
API changes API changes
New in 0.6.4 New in 0.6.4
@ -173,15 +174,36 @@ We manage the project using SourceForge:
===================== =====================
** New platform: GNU Hurd ** New platform: GNU Hurd
Andreas Vögele ported scsh to GNU Hurd.
** ./configure option to set default scsh library directories ** ./configure option to set default scsh library directories
The ./configure script now accepts the option --with-lib-dirs-list
so specify a list of of default scsh library directories. In
previous versions of scsh this list was hardwired to
/usr/local/lib/scsh/modules.
** Support for DESTDIR for easier packaging ** Support for DESTDIR for easier packaging
The install target of the Makefile now respects the environment
variable DESTDIR to allow package maintainers to use a staging
directory.
** New SRFI
This release adds support for SRFI 42.
** Bug fixes ** Bug fixes
- Removed message argument form errno-error
- After fork/pipe, make the ports returned by the pipe the
current-in/output-ports
- Get the names of MAKE-STRING-PORT-FILTER and
MAKE-CHAR-PORT-FILTER right in the doc
- Fixed memory leak in scheme_cwd
- Fix memory leak in format_date
- Avoid calling SOCKET-OPTION twice in case of an error
- Fix for (rx (|)) by Peter Wang
- Fix for (posix-string->regexp "$") by Peter Wang
** API changes ** API changes
None known.
* New in 0.6.4 * New in 0.6.4
============== ==============
@ -190,6 +212,9 @@ We manage the project using SourceForge:
The new switch -le loads a file into the exec package, the new The new switch -le loads a file into the exec package, the new
switch -de loads the "-s" script into the exec package. switch -de loads the "-s" script into the exec package.
** New SRFIs
This release adds support for SRFI 25, 26, 27, 28 and 30.
** Bug fixes ** Bug fixes
- Other select bug - Other select bug
- Timeout for select is in seconds, not milliseconds - Timeout for select is in seconds, not milliseconds