summaryrefslogtreecommitdiff
path: root/TAO/release.pl
Commit message (Collapse)AuthorAgeFilesLines
* uncommend unlink of .del fileslevine1998-03-181-1/+1
|
* Fixed runaway multiline string for the "Current" tag.cleeland1998-03-071-2/+1
|
* Added codes to auto-tagging Current.nanbor1998-03-011-1/+2
|
* Fixed comment leaders.cleeland1998-02-171-4/+4
|
* fixed typo, missing comman between chmod argslevine1998-02-131-14/+17
|
* Permissions now set correctly on VERSION and ChangeLog.cleeland1998-02-061-1/+2
|
* * tests/Param_Test/run_test: Allowed specification of thecleeland1998-01-301-4/+15
| | | | | | | | | | | | | invocation style (sii vs. dii) using a shaell variable. * release.pl: Updated this script so that it can update different levels of the release version number based on the setting of the RELEASE_TYPE environment variable. * Makefile: Added release.chk to the list of files going into the release. This file is our checklist for things that have been tested and work leading up to a release. Check in here for details on how a test has worked on a platform.
* ChangeLogTag:Tue Jan 27 15:06:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-01-271-0/+3
|
* Fixed to remove inadvertent newline in the version number.cleeland1998-01-221-0/+1
|
* * Makefile: Updated this to use the new release.pl file below.cleeland1998-01-211-0/+72
* release.pl: Added new script to take over some of the release work rather than having it all inline in the Makefile.