diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | lib/gnupload | 7 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2009-01-30 Karl Berry <karl@freefriends.org> + + * lib/gnupload: Add download URL to --help output. + 2009-01-23 Eric Blake <ebb9@byu.net> Use no-arg macros via AC_REQUIRE for consistency. diff --git a/lib/gnupload b/lib/gnupload index 12c939494..5d4289ffc 100755 --- a/lib/gnupload +++ b/lib/gnupload @@ -1,9 +1,9 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2008-11-12.21 +scriptversion=2009-01-30.00 -# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -62,6 +62,9 @@ Multiple-target multiple-file example: --to alpha.gnu.org:automake \\ automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2 +You can get the latest version of this script from savannah: +<http://git.savannah.gnu.org/cgit/automake.git/plain/lib/gnupload> + Report bugs to <bug-automake@gnu.org>. Send patches to <automake-patches@gnu.org>." |