X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5f4236a0c201d005c5d93dd89d22f453cbb0e470..7b5cdcbd176bf71ef4a16977d557cb56d1602511:/NEWS diff --git a/NEWS b/NEWS index 702f45b7..54775985 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,15 @@ Bison News ---------- -Changes in version 2.1b: +Changes in version 2.2, 2006-05-19: -* No user-visible changes. +* The distribution terms for all Bison-generated parsers now permit + using the parsers in nonfree programs. Previously, this permission + was granted only for Bison-generated LALR(1) parsers in C. -Changes in version 2.1a, 2006-02-13: +* %name-prefix changes the namespace name in C++ outputs. + +* The C++ parsers export their token_type. * Bison now allows multiple %union declarations, and concatenates their contents together. @@ -75,10 +79,10 @@ Changes in version 2.1a, 2006-02-13: for previous releases of Bison, and this one. If you wish to update, then make sure older version of Bison will - fail using `%require "2.1a"'. + fail using `%require "2.2"'. * DJGPP support added. - + Changes in version 2.1, 2005-09-16: * The C++ lalr1.cc skeleton supports %lex-param. @@ -104,7 +108,7 @@ Changes in version 2.1, 2005-09-16: a syntax error associated with '%token NUM "number"' they might print 'syntax error, unexpected number' instead of 'syntax error, unexpected "number"'. - + Changes in version 2.0, 2004-12-25: * Possibly-incompatible changes