bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bison-2.4.3_rc1 released [alpha]


From: Joel E. Denny
Subject: Re: bison-2.4.3_rc1 released [alpha]
Date: Thu, 5 Aug 2010 19:58:12 -0400 (EDT)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

On Mon, 2 Aug 2010, Joel E. Denny wrote:

> In the gnulib thread, Paul Eggert just made a nice argument for including 
> the gettext version in the announcement.

I pushed this to branch-2.4.3, branch-2.5, and master.

>From b3b18068885986d25ec2c8f76a7d2b971194598a Mon Sep 17 00:00:00 2001
From: Joel E. Denny <address@hidden>
Date: Wed, 4 Aug 2010 21:15:59 -0400
Subject: [PATCH] maint: add gettext version to release announcements.

Suggested by Paul Hilfinger at
<http://lists.gnu.org/archive/html/bison-patches/2010-07/msg00019.html>
<http://lists.gnu.org/archive/html/bison-patches/2010-08/msg00002.html>.
* cfg.mk (bootstrap-tools): Add gettext.
---
 ChangeLog |    8 ++++++++
 cfg.mk    |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 58745bb..2de277a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-08-04  Joel E. Denny  <address@hidden>
 
+       maint: add gettext version to release announcements.
+       Suggested by Paul Hilfinger at
+       <http://lists.gnu.org/archive/html/bison-patches/2010-07/msg00019.html>
+       <http://lists.gnu.org/archive/html/bison-patches/2010-08/msg00002.html>.
+       * cfg.mk (bootstrap-tools): Add gettext.
+
+2010-08-04  Joel E. Denny  <address@hidden>
+
        doc: fix -W and %expect documentation some.
        * NEWS (2.4.3): Mention that there are documentation fixes.
        * doc/bison.texinfo (Expect Decl): Make it clear that %expect
diff --git a/cfg.mk b/cfg.mk
index a43ca2f..7ddfaeb 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -42,7 +42,7 @@ local-checks-to-skip = changelog-check
 # this release.  Used solely to get a date for the "announcement" target.
 gnulib_dir = $(srcdir)/gnulib
 
-bootstrap-tools = autoconf,automake,flex,gnulib
+bootstrap-tools = autoconf,automake,flex,gettext,gnulib
 
 announcement_Cc_ = \
   address@hidden, address@hidden, address@hidden, \
-- 
1.7.0.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]