scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh-0.6 RELEASE,1.1,1.2

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh-0.6 RELEASE,1.1,1.2
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Wed Nov 21 06:32:06 2001
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv24119

Modified Files:
        RELEASE 
Log Message:
Small changes.


Index: RELEASE
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/RELEASE,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RELEASE     2001/10/05 17:39:13     1.1
--- RELEASE     2001/11/21 14:31:17     1.2
***************
*** 27,31 ****
  New in this release
    Scsh is now based on Scheme 48 0.53  
!   API changes 
    Bugfixes
  Thanks
--- 27,33 ----
  New in this release
    Scsh is now based on Scheme 48 0.53  
!   Interface to syslog
!   API changes
!   Undocumented features
    Bugfixes
  Thanks
***************
*** 35,39 ****
  ==============
  Scsh is a broad-spectrum systems-programming environment for Unix embedded
! in R4RS Scheme. It has an open-source copyright, and runs on most major
  Unix systems.
  
--- 37,41 ----
  ==============
  Scsh is a broad-spectrum systems-programming environment for Unix embedded
! in R5RS Scheme. It has an open-source copyright, and runs on most major
  Unix systems.
  
***************
*** 161,165 ****
  ======================
  We even have one of those dot-com cyberweb things: 
!     http://www.swiss.ai.mit.edu/ftpdir/scsh/
  We now manage the project using SourceForge:
      http://sourceforge.net/projects/scsh/
--- 163,167 ----
  ======================
  We even have one of those dot-com cyberweb things: 
!     http://www.scsh.net
  We now manage the project using SourceForge:
      http://sourceforge.net/projects/scsh/
***************
*** 197,200 ****
--- 199,208 ----
  
    network-info, service-info and protocol-info now return #f on non-success
+ 
+   The default directory for creating temporary files changed: It's now
+   $TMPDIR if set and /var/tmp otherwise
+ 
+ ** HTML version of the manual
+   There is now a HTML version of the scsh manual generated by tex2page
  
  ** Undocumented features



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scsh-0.6 RELEASE,1.1,1.2, Martin Gasbichler <=