Updated release notes and release script for 0.5.2...

This commit is contained in:
bdc 1999-10-03 21:34:23 +00:00
parent aaf66a22d8
commit d5b9761283
2 changed files with 12 additions and 2 deletions

View File

@ -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.

View File

@ -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}