bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison-2.7.1 released [bug fix stable release]


From: Akim Demaille
Subject: bison-2.7.1 released [bug fix stable release]
Date: Mon, 15 Apr 2013 14:49:36 +0200

This release fixes a portability issue that affects generated
parsers.  This bug was introduced in Bison 2.7, please upgrade
every copy of it.

Here are the compressed sources:
  ftp://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.gz   (3.0MB)
  ftp://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.xz   (1.7MB)

Here are the GPG detached signatures[*]:
  ftp://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.gz.sig
  ftp://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.xz.sig

Use a mirror for higher download bandwidth:
  http://www.gnu.org/order/ftp.html

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify bison-2.7.1.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 0DDCAA3278D5264E

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.69
  Automake 1.13.1
  Flex 2.5.37
  Gettext 0.18.2
  Gnulib v0.0-7901-g076ac82

NEWS

* Noteworthy changes in release 2.7.1 (2013-04-15) [stable]

** Bug fixes

*** Fix compiler attribute portability (yacc.c)

  With locations enabled, __attribute__ was used unprotected.

*** Fix some compiler warnings (lalr1.cc)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]