diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2004-03-27 01:20:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2004-03-27 01:20:45 +0000 |
commit | aaaf25eba87ec284a39da793c95b78868ba8af4f (patch) | |
tree | a94ca4889237b7909bc33a5264205e8c1db2fb0e /maintainer-scripts/ChangeLog | |
parent | 8c7555a5b6e5e162a352aff233f5278fe1c62349 (diff) | |
download | gcc-aaaf25eba87ec284a39da793c95b78868ba8af4f.zip gcc-aaaf25eba87ec284a39da793c95b78868ba8af4f.tar.gz gcc-aaaf25eba87ec284a39da793c95b78868ba8af4f.tar.bz2 |
gcc_release: Fix sanity check for argument of -p command-line options.
* gcc_release: Fix sanity check for argument of -p command-line
options. In snapshot mode, only generate diffs against the previous
snapshot if the user did not specify any old tarball explictly.
From-SVN: r80009
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r-- | maintainer-scripts/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 43f5291..13bd6ed 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,9 @@ +2004-03-27 Gerald Pfeifer <gerald@pfeifer.com> + + * gcc_release: Fix sanity check for argument of -p command-line + options. In snapshot mode, only generate diffs against the previous + snapshot if the user did not specify any old tarball explictly. + 2004-03-25 Gerald Pfeifer <gerald@pfeifer.com> * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and |