]> git.saurik.com Git - bison.git/commitdiff
* HACKING (Release Procedure): Recommend a secure automake.
authorJoel E. Denny <jdenny@clemson.edu>
Thu, 31 Dec 2009 17:43:33 +0000 (12:43 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Thu, 31 Dec 2009 17:45:27 +0000 (12:45 -0500)
(cherry picked from commit d2829fdc040f928cc3596725783183f9af8ca5af)

ChangeLog
HACKING

index a3c72dcf2e5d0b62bb77d3afb82145050ae512d0..7108f9f03de0b85aa4331c8c5768f845404c5245 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-31  Joel E. Denny  <jdenny@clemson.edu>
+
+       * HACKING (Release Procedure): Recommend a secure automake.
+
 2008-12-11  Akim Demaille  <demaille@gostai.com>
 
        Propagate i18n changes into glr.c.
diff --git a/HACKING b/HACKING
index 4edb98b82c6ed062a154236cf6ef3c233ccaf046..d0307870b8640cdd8868fbe7f6334243b9867987 100644 (file)
--- 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.