[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] maint.mk, announce-gen: allow project-specific announcement
From: |
Jim Meyering |
Subject: |
Re: [PATCH] maint.mk, announce-gen: allow project-specific announcement mail headers |
Date: |
Mon, 03 May 2010 22:20:59 +0200 |
Jim Meyering wrote:
> This helps factor some bits out of README-release,
> and thus helps reduce the number of manual steps required
> to make a release.
>
> I'm about to commit a related patch for coreutils.
Whoops.
I didn't re-test after adding the --help delta.
>From e6addf84d6331d634b5d76db03f59851f3de8894 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 3 May 2010 22:19:34 +0200
Subject: [PATCH] announce-gen: backslash-escape '@'s in --help output
* build-aux/announce-gen: Fix syntax errors.
---
ChangeLog | 3 +++
build-aux/announce-gen | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 31df129..0a58879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2010-05-03 Jim Meyering <address@hidden>
+ announce-gen: backslash-escape '@'s in --help output
+ * build-aux/announce-gen: Fix syntax errors.
+
maint.mk, announce-gen: allow project-specific announcement mail headers
* top/maint.mk (translation_project_): Define default.
(announcement_Cc_, announcement_mail_headers_): Likewise.
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index bca1407..7f9ec86 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -3,7 +3,7 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
if 0;
# Generate a release announcement message.
-my $VERSION = '2010-05-03 19:35'; # UTC
+my $VERSION = '2010-05-03 20:17'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -76,7 +76,7 @@ The following are optional:
--no-print-checksums do not emit MD5 or SHA1 checksums
--archive-suffix=SUF add SUF to the list of archive suffixes
--mail-headers=HEADERS a space-separated list of mail headers, e.g.,
- To: address@hidden Cc: address@hidden,...
+ To: address@hidden Cc: address@hidden,...
--help display this help and exit
--version output version information and exit
--
1.7.1.335.g6845a