X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/84eedf86fefd2496f288e72731bd0586e0b216f3..06c3084fb5a566e802ba35a9cc54be51db7fe6f1:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 46d4d5be..5eb84a02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2009-02-03 Joel E. Denny + + Add reminder about uploading public key to keys.gnupg.net. + * HACKING (Release Procedure): Here. + +2009-01-28 Akim Demaille + + * NEWS: Update information about 2.4.1 and 2.4.2. + +2008-11-04 Akim Demaille + + Reformat NEWS. + * NEWS: Use more outline-mode markup. + Suggested by Jim Meyering. + +2009-01-08 Akim Demaille + + Fix grep portability issues. + Grep on Solaris does not support -q. + Reported by Summum Bonum. + + * NEWS: Add a stub for 2.4.2. + * THANKS: Add Summum Bonum. + * tests/atlocal.in (EGREP): New. + (CC, CXX, XSLTPROC): Make it possible to override them via + envvars. + * tests/java.at: Use $EGREP instead of egrep. + Use AT_CHECK's ignore instead of grep's -q. + 2008-12-11 Akim Demaille Pass the token type to yysyntax_error.