Minor changes.

This commit is contained in:
mainzelm 2001-12-17 10:13:50 +00:00
parent c7301be1b2
commit c21977a635
1 changed files with 5 additions and 10 deletions

15
RELEASE
View File

@ -26,9 +26,8 @@ Getting in touch
The World-Wide What? The World-Wide What?
New in this release New in this release
Scsh is now based on Scheme 48 0.53 Scsh is now based on Scheme 48 0.53
Interface to syslog Interface to dot-locking and crypt
API changes API changes
Undocumented features
Bugfixes Bugfixes
Thanks Thanks
@ -183,7 +182,9 @@ We now manage the project using SourceForge:
based interface to interrupts, thread local process state and based interface to interrupts, thread local process state and
thread-safe system calls. thread-safe system calls.
** Interface to syslog ** Interface to dot-locking and crypt
Scsh now provides advisory file locking via the dot-locking scheme
and a direct interface to the crypt function.
** API changes ** API changes
Some procedures of the previous releases are currently not Some procedures of the previous releases are currently not
@ -192,6 +193,7 @@ We now manage the project using SourceForge:
currently dereleased procedures: currently dereleased procedures:
select select
select! select!
ODBC support
The following procedures received new names in this release: The following procedures received new names in this release:
sleep (now process-sleep) sleep (now process-sleep)
@ -205,13 +207,6 @@ We now manage the project using SourceForge:
** HTML version of the manual ** HTML version of the manual
There is now a HTML version of the scsh manual generated by tex2page There is now a HTML version of the scsh manual generated by tex2page
** Undocumented features
The distributed code base provides some additional features but
these are currently neither documented nor do we guarantee that the
interfaces are stable. You may rest assured that we release these
features soon. If you come across anything of this code, proceed at
your own risk.
** Bugfixes ** Bugfixes
Most of the known bugs of version 0.5.3 have been fixed. See the Most of the known bugs of version 0.5.3 have been fixed. See the
project page on SourceForge for a list of the remaining known bugs. project page on SourceForge for a list of the remaining known bugs.