I pushed this to branch-2.5 and master. >From 5a3c69f10348a36ac6e8e822324670c6136f6621 Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Sat, 20 Mar 2010 15:41:34 -0400 Subject: [PATCH] maint: update for changes to gnulib's announce-gen.
* HACKING (Announce): RELEASE_TYPE=major must now be written RELEASE_TYPE=stable. --- ChangeLog | 6 ++++++ HACKING | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b4790b7..085a57b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-03-20 Joel E. Denny <[email protected]> + maint: update for changes to gnulib's announce-gen. + * HACKING (Announce): RELEASE_TYPE=major must now be written + RELEASE_TYPE=stable. + +2010-03-20 Joel E. Denny <[email protected]> + Version 2.4.2. * NEWS (2.4.2): Set version and date. For the recent test suite portability fixes, don't be so optimistic about their success diff --git a/HACKING b/HACKING index e96bd3c..264c5a1 100644 --- a/HACKING +++ b/HACKING @@ -340,9 +340,10 @@ To generate a template announcement file: make RELEASE_TYPE=alpha gpg_key_ID=F125BDF3 announcement -where alpha can be replaced by beta or major and F125BDF3 should be replaced -with your key ID. For an example of how to fill out the template, search the -mailing list archives for the most recent release announcement. +where alpha can be replaced by beta or stable and F125BDF3 should be +replaced with your key ID. For an example of how to fill out the +template, search the mailing list archives for the most recent release +announcement. Complete/fix the announcement file, and send it at least to [email protected] (if a real release, or a ``serious beta''), -- 1.5.4.3
