]> git.saurik.com Git - bison.git/commitdiff
maint: use announce-gen's new --mail-headers.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 25 Jul 2010 19:53:18 +0000 (15:53 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 25 Jul 2010 23:41:48 +0000 (19:41 -0400)
* HACKING (Announce): Update instructions.
* cfg.mk (announcement_Cc_): Define.
* configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18 as
required by latest gnulib.
* gnulib: Update to latest.

ChangeLog
HACKING
cfg.mk
configure.ac
gnulib
lib/.cvsignore
lib/.gitignore
m4/.cvsignore
m4/.gitignore
runtime-po/.cvsignore
runtime-po/.gitignore

index 647674aedca62e758493bf4cb93ca04089326778..5bd1a043de27d681f4af98f6ccc8e98a5be51e8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-25  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       maint: use announce-gen's new --mail-headers.
+       * HACKING (Announce): Update instructions.
+       * cfg.mk (announcement_Cc_): Define.
+       * configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18 as
+       required by latest gnulib.
+       * gnulib: Update to latest.
+
 2009-08-17  Akim Demaille  <demaille@gostai.com>
 
        build: require gettext 0.17.
diff --git a/HACKING b/HACKING
index cef63580c55322f5a0d924817fa24fe3e3991320..891b596eaa8f69ad6d5558798eda9a0777389c51 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -338,19 +338,20 @@ To generate a template announcement file:
   make RELEASE_TYPE=alpha gpg_key_ID=F125BDF3 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
-info-gnu@gnu.org (if a real release, or a ``serious beta''),
-bug-bison@gnu.org, help-bison@gnu.org, bison-patches@gnu.org,
-and coordinator@translationproject.org.
-
-Send the same announcement on the comp.compilers newsgroup by sending
-email to compilers@iecc.com.  Do not make any Cc as the moderator will
-throw away anything cross-posted or Cc'ed.  It really needs to be a
-separate message.
+replaced with your key ID.
+
+Complete/fix the announcement file.  The generated list of recipients
+(info-gnu@gnu.org, bug-bison@gnu.org, help-bison@gnu.org,
+bison-patches@gnu.org, and coordinator@translationproject.org) is
+appropriate for a stable release or a ``serious beta''.  For any other
+release, drop at least info-gnu@gnu.org.  For an example of how to fill
+out the rest of the template, search the mailing list archives for the
+most recent release announcement.
+
+For a stable release, send the same announcement on the comp.compilers
+newsgroup by sending email to compilers@iecc.com.  Do not make any Cc as
+the moderator will throw away anything cross-posted or Cc'ed.  It really
+needs to be a separate message.
 
 ** Bump the version number
 In configure.ac.  Run `make'.  So that developers don't accidentally add new
diff --git a/cfg.mk b/cfg.mk
index 0fda0dc5edbbc06753201353eb7cb451c0496bdf..a43ca2fe37f9ca1083b1ccc9bbafedc6d14baaa8 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -44,6 +44,10 @@ gnulib_dir = $(srcdir)/gnulib
 
 bootstrap-tools = autoconf,automake,flex,gnulib
 
+announcement_Cc_ = \
+  bug-bison@gnu.org, help-bison@gnu.org, bison-patches@gnu.org, \
+  coordinator@translationproject.org
+
 update-copyright: update-b4-copyright update-package-copyright-year
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1
index 6539dc79e295e3c243a3a95c4d14a662955c9341..c08805520e3e0b58820739ba0633611b5d2f4924 100644 (file)
@@ -133,7 +133,7 @@ BISON_PREREQ_TIMEVAR
 # We use gnulib, which is only guaranteed to work properly with the
 # latest Gettext.
 AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18])
 BISON_I18N
 
 # Internationalized parsers.
diff --git a/gnulib b/gnulib
index 1778ee9e7d0e150a37db66a0e51c1a56755aab4f..b48afd89ec9be56156d6e2bebfdf457c778fe5c3 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 1778ee9e7d0e150a37db66a0e51c1a56755aab4f
+Subproject commit b48afd89ec9be56156d6e2bebfdf457c778fe5c3
index bc1393365ce1ac17e729e9336486067b10abf145..707c9e972bd37ba03384a1c0f6aaf6f5a851a610 100644 (file)
@@ -152,8 +152,10 @@ unistd.h
 unistd.in.h
 unistd_.h
 unitypes.h
+unitypes.in.h
 uniwidth
 uniwidth.h
+uniwidth.in.h
 unlocked-io.h
 unsetenv.c
 verify.h
index 6746b557e343ecc2b2d55fc3821eadea5fef218c..c43bb25dfcd261c35644b491b6f5d8360eaf589a 100644 (file)
 /unistd.in.h
 /unistd_.h
 /unitypes.h
+/unitypes.in.h
 /uniwidth
 /uniwidth.h
+/uniwidth.in.h
 /unlocked-io.h
 /unsetenv.c
 /verify.h
index bac35d4a3282527f1790f490fcc414edae3aa5d9..0a7474a1f27ba02832d33749b4a7c0930150dd8a 100644 (file)
@@ -2,6 +2,7 @@
 absolute-header.m4
 alloca.m4
 argmatch.m4
+asm-underscore.m4
 assert.m4
 cloexec.m4
 config-h.m4
@@ -40,6 +41,7 @@ javaexec.m4
 lib-ld.m4
 lib-link.m4
 lib-prefix.m4
+libunistring-base.m4
 localcharset.m4
 locale-fr.m4
 locale-ja.m4
index 206233421aed71e42b4e6c84665230b8ee2bf7f2..296f4501c4228ca68e72d5b67de75ea8d5b7b6fa 100644 (file)
@@ -2,6 +2,7 @@
 /absolute-header.m4
 /alloca.m4
 /argmatch.m4
+/asm-underscore.m4
 /assert.m4
 /cloexec.m4
 /config-h.m4
@@ -40,6 +41,7 @@
 /lib-ld.m4
 /lib-link.m4
 /lib-prefix.m4
+/libunistring-base.m4
 /localcharset.m4
 /locale-fr.m4
 /locale-ja.m4
index aad7a480bfab26a91454d8717689613ddc27837a..db53cdef3d697fd71c52eea11430c1b367d41009 100644 (file)
@@ -7,12 +7,14 @@ Makefile
 Makefile.in
 Makefile.in.in
 Makevars
+Makevars.template
 POTFILES
 Rules-quot
 bison-runtime.pot
 boldquot.sed
 en@boldquot.header
 en@quot.header
+insert-header.sed
 insert-header.sin
 quot.sed
 remove-potcdate.sed
index 1ab77bf849b2013a0020abc9eb0fe7c0d322846d..44ff89631ff95a91c769e6eb4bd7f8d72a90ef14 100644 (file)
@@ -7,12 +7,14 @@
 /Makefile.in
 /Makefile.in.in
 /Makevars
+/Makevars.template
 /POTFILES
 /Rules-quot
 /bison-runtime.pot
 /boldquot.sed
 /en@boldquot.header
 /en@quot.header
+/insert-header.sed
 /insert-header.sin
 /quot.sed
 /remove-potcdate.sed