]> 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:43:33 +0000 (12:43 -0500)
ChangeLog
HACKING

index f32a46e71793ceabb1b000d6271238918c5675bd..d9b5f33e0f5be2da8b52af07f38ee55ea92b0373 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-21  Joel E. Denny  <jdenny@clemson.edu>
 
        YYFAIL: deprecate.
diff --git a/HACKING b/HACKING
index 82f07bb4f32fb11b91fbd886b8c88488cbb9f519..32fa8d90249c138730f1a51cac096ed501eb2ec4 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -234,6 +234,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.