From: Joel E. Denny Date: Thu, 31 Dec 2009 17:43:33 +0000 (-0500) Subject: * HACKING (Release Procedure): Recommend a secure automake. X-Git-Tag: v2.5_rc1~122 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a93cdd3d67b29a2eea2d461bf566d8d60aecc7e9?ds=sidebyside * HACKING (Release Procedure): Recommend a secure automake. (cherry picked from commit d2829fdc040f928cc3596725783183f9af8ca5af) --- diff --git a/ChangeLog b/ChangeLog index a3c72dcf..7108f9f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-12-31 Joel E. Denny + + * HACKING (Release Procedure): Recommend a secure automake. + 2008-12-11 Akim Demaille Propagate i18n changes into glr.c. diff --git a/HACKING b/HACKING index 4edb98b8..d0307870 100644 --- a/HACKING +++ b/HACKING @@ -237,6 +237,12 @@ The log message can be simply: Bison 2.3b +** make distcheck +Be sure to use automake 1.10.3, 1.11.1, or later in order to avoid the +security issue described here: + + http://thread.gmane.org/gmane.comp.sysutils.autotools.announce/131 + ** Push Once `make distcheck' passes, push your changes and the tag. `git push' without arguments will not push the tag.