From 0a0bdb97abaec849db6e4dc6caa6a919faa2491f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 30 Jan 2009 00:20:00 +0100 Subject: [PATCH] * lib/gnupload: Add download URL to --help output. Signed-off-by: Ralf Wildenhues --- ChangeLog | 4 ++++ lib/gnupload | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2463967ce..27bf4e35f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-30 Karl Berry + + * lib/gnupload: Add download URL to --help output. + 2009-01-23 Eric Blake 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: + + Report bugs to . Send patches to ." -- 2.47.2