]> 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:46:15 +0000 (12:46 -0500)
(cherry picked from commit d2829fdc040f928cc3596725783183f9af8ca5af)

ChangeLog
HACKING

index 1fa4f8f41c45f77b029029fdac52d9086e60bd15..773e8b516274418f8cec175535665c59802ed09f 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.
+
 2009-12-29  Joel E. Denny  <jdenny@clemson.edu>
 
        portability: `<' and `>' are not always defined on addresses.
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.