Mentioned syslog.
This commit is contained in:
parent
0ac0cea12f
commit
252e425248
19
RELEASE
19
RELEASE
|
@ -26,7 +26,7 @@ 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 dot-locking and crypt
|
Interface to dot-locking, crypt and syslog
|
||||||
API changes
|
API changes
|
||||||
Bugfixes
|
Bugfixes
|
||||||
Thanks
|
Thanks
|
||||||
|
@ -187,9 +187,10 @@ We now manage the project using SourceForge:
|
||||||
to retrofit the current Scheme 48 manual for inclusion in this scsh
|
to retrofit the current Scheme 48 manual for inclusion in this scsh
|
||||||
release.
|
release.
|
||||||
|
|
||||||
** Interface to dot-locking and crypt
|
** Interface to dot-locking, crypt and syslog
|
||||||
Scsh now provides advisory file locking via the dot-locking scheme
|
Scsh now provides advisory file locking via the dot-locking scheme
|
||||||
and a direct interface to the crypt function.
|
and a direct binding to the crypt function. Furthermore we added
|
||||||
|
a complete, system-independent and thread-safe interface to syslog.
|
||||||
|
|
||||||
** API changes
|
** API changes
|
||||||
Some features of the previous releases are currently not
|
Some features of the previous releases are currently not
|
||||||
|
@ -199,16 +200,16 @@ We now manage the project using SourceForge:
|
||||||
select
|
select
|
||||||
select!
|
select!
|
||||||
ODBC support
|
ODBC support
|
||||||
bufpol/line
|
bufpol/line
|
||||||
|
|
||||||
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)
|
||||||
sleep-until (now process-sleep-until
|
sleep-until (now process-sleep-until)
|
||||||
|
|
||||||
network-info, service-info and protocol-info now return #f on non-success
|
network-info, service-info and protocol-info now return #f on non-success.
|
||||||
|
|
||||||
The default directory for creating temporary files changed: It's now
|
The default directory for creating temporary files has changed: It's
|
||||||
$TMPDIR if set and /var/tmp otherwise
|
now the value of $TMPDIR if set and /var/tmp otherwise.
|
||||||
|
|
||||||
The nth procedure is still there but is now officially obsolete. It
|
The nth procedure is still there but is now officially obsolete. It
|
||||||
will go away in a future release.
|
will go away in a future release.
|
||||||
|
@ -246,7 +247,7 @@ particularly in the task of porting scsh to new platforms.
|
||||||
Reini Urban
|
Reini Urban
|
||||||
|
|
||||||
We'd like to thank everyone else for their patience; we are sorry that
|
We'd like to thank everyone else for their patience; we are sorry that
|
||||||
it took almost two years from the start of the port to this release.
|
it took more than two years from the start of the port to this release.
|
||||||
|
|
||||||
Brought to you by the Scheme Underground. Go forth and write elegant systems
|
Brought to you by the Scheme Underground. Go forth and write elegant systems
|
||||||
programs.
|
programs.
|
||||||
|
|
Loading…
Reference in New Issue