Updated release notes and release script for 0.5.2...
This commit is contained in:
parent
aaf66a22d8
commit
d5b9761283
7
RELEASE
7
RELEASE
|
@ -26,6 +26,7 @@ Getting in touch
|
||||||
The World-Wide What?
|
The World-Wide What?
|
||||||
New in this release
|
New in this release
|
||||||
Scsh is now "open source."
|
Scsh is now "open source."
|
||||||
|
Scsh is now on Win32
|
||||||
CVS repository will be public-readable
|
CVS repository will be public-readable
|
||||||
New char-sets and char-set operations
|
New char-sets and char-set operations
|
||||||
New regular expression system
|
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.
|
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
|
** CVS repository will be public-readable
|
||||||
We will add further information to the web-site as soon as possible.
|
We will add further information to the web-site as soon as possible.
|
||||||
|
|
||||||
|
|
|
@ -12,11 +12,10 @@
|
||||||
# /zu/bdc/ftp/scsh/README
|
# /zu/bdc/ftp/scsh/README
|
||||||
#
|
#
|
||||||
# also:
|
# also:
|
||||||
# cp ~/scsh/RELEASE /zu/bdc/ftp/scsh/RELEASE
|
#
|
||||||
# rm /zu/bdc/ftp/scsh/README~
|
# rm /zu/bdc/ftp/scsh/README~
|
||||||
#
|
#
|
||||||
VERSION=-0.5.2
|
VERSION=-0.5.2
|
||||||
FTPDIR=${HOME}/ftp/scsh
|
|
||||||
FTPDIR=${HOME}/ftp/users/bdc
|
FTPDIR=${HOME}/ftp/users/bdc
|
||||||
|
|
||||||
CVSROOT=/projects/express/scsh-cvs
|
CVSROOT=/projects/express/scsh-cvs
|
||||||
|
@ -60,6 +59,10 @@ else
|
||||||
echo No VERSION therefore no symlink needed
|
echo No VERSION therefore no symlink needed
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# copy RELEASE notes
|
||||||
|
echo Copying RELEASE notes
|
||||||
|
cp scsh${VERSION}/RELEASE ${FTPDIR}
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
echo Removing tree
|
echo Removing tree
|
||||||
rm -r scsh${VERSION}
|
rm -r scsh${VERSION}
|
||||||
|
|
Loading…
Reference in New Issue