From d5b97612832c45dd6a2cb550ae421366ab0fc757 Mon Sep 17 00:00:00 2001 From: bdc Date: Sun, 3 Oct 1999 21:34:23 +0000 Subject: [PATCH] Updated release notes and release script for 0.5.2... --- RELEASE | 7 +++++++ bin/scsh-release | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index 6ad2336..8df2b87 100644 --- a/RELEASE +++ b/RELEASE @@ -26,6 +26,7 @@ Getting in touch The World-Wide What? New in this release Scsh is now "open source." + Scsh is now on Win32 CVS repository will be public-readable New char-sets and char-set operations New regular expression system @@ -175,6 +176,12 @@ We even have one of those URL things: Take all the code you like; we'll just write more. +** Scsh is now on Win32 + Scsh will now build and run using Cygwin B20.1. This was only tested + on Windows NT 4.0, but presumably things could work on other Cygwin + platforms such as Win95 or Win98. Cygwin is available from: + http://sourceware.cygnus.com/cygwin/ + ** CVS repository will be public-readable We will add further information to the web-site as soon as possible. diff --git a/bin/scsh-release b/bin/scsh-release index 45f135f..6591280 100755 --- a/bin/scsh-release +++ b/bin/scsh-release @@ -12,11 +12,10 @@ # /zu/bdc/ftp/scsh/README # # also: -# cp ~/scsh/RELEASE /zu/bdc/ftp/scsh/RELEASE +# # rm /zu/bdc/ftp/scsh/README~ # VERSION=-0.5.2 -FTPDIR=${HOME}/ftp/scsh FTPDIR=${HOME}/ftp/users/bdc CVSROOT=/projects/express/scsh-cvs @@ -60,6 +59,10 @@ else echo No VERSION therefore no symlink needed fi +# copy RELEASE notes +echo Copying RELEASE notes +cp scsh${VERSION}/RELEASE ${FTPDIR} + # clean up echo Removing tree rm -r scsh${VERSION}