summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Thilo <jthilo@gnu.org>1999-07-06 13:19:44 +0000
committerJesse Thilo <jthilo@gnu.org>1999-07-06 13:19:44 +0000
commitd2e00347cb9261c73aab2e95e2d6bf7f2b38fe0e (patch)
tree0b6686baff8b207e24fddb2e0785c0aba56d825a
parent3e2bf5adf6cb4bc26a133deb19b183dd31e8d48c (diff)
downloadbison-d2e00347cb9261c73aab2e95e2d6bf7f2b38fe0e.tar.gz
Released version 1.28.GNU_1_28
-rw-r--r--NEWS10
-rw-r--r--README4
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 048c7aec..e147df8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
Bison News
----------
+Changes in version 1.28:
+
+* Should compile better now with K&R compilers.
+
+* Added NLS.
+
+* Fixed a problem with escaping the double quote character.
+
+* There is now a FAQ.
+
Changes in version 1.27:
* The make rule which prevented bison.simple from being created on
diff --git a/README b/README
index fe6bd735..9f415dfd 100644
--- a/README
+++ b/README
@@ -11,6 +11,10 @@ On VMS, you will probably have to create Makefile from Makefile.in by
hand. Remember to do `SET COMMAND BISON' to install the data in
`BISON.CLD'.
+VMS and MS-DOS builds are probably broken right now. If you are able
+to build Bison on either platform and you need to make changes to do
+so, please submit those changes as a bug report.
+
Send bug reports to bug-bison@gnu.org. Please include the version
number from `bison --version', and a complete, self-contained test
case in each bug report.
diff --git a/configure.in b/configure.in
index 3b810f88..b0444811 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/reduce.c)
-AM_INIT_AUTOMAKE(bison,1.27)
+AM_INIT_AUTOMAKE(bison,1.28)
AM_CONFIG_HEADER(config.h:config.hin)
AC_PREREQ(2.13)