diff options
author | Will Newton <will.newton@linaro.org> | 2014-12-11 17:59:45 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-12-15 08:59:31 +0000 |
commit | 3a12c70f137707074209241e6c6172ea25f9ab4a (patch) | |
tree | 154ea0667352bdf334e789eca48bc3fcf247e01d /ChangeLog | |
parent | e4f639e4a106d90c6f3159230788653fd6e40a26 (diff) | |
download | glibc-3a12c70f137707074209241e6c6172ea25f9ab4a.tar.gz glibc-3a12c70f137707074209241e6c6172ea25f9ab4a.tar.xz glibc-3a12c70f137707074209241e6c6172ea25f9ab4a.zip |
Bump required version of texinfo to 4.7
It seems we require texinfo 4.7 for the --plaintext option, so document that and check for the correct version in configure. ChangeLog: 2014-12-15 Will Newton <will.newton@linaro.org> * manual/install.texi: Bump required version of texinfo to 4.7 from 4.5. * INSTALL: Regenerated. * configure.ac: Check for makeinfo version 4.7 and above. * configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e973b556e3..b40f6f8953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-12-15 Will Newton <will.newton@linaro.org> + + * manual/install.texi: Bump required version of texinfo + to 4.7 from 4.5. + * INSTALL: Regenerated. + * configure.ac: Check for makeinfo version 4.7 and above. + * configure: Regenerated. + 2014-12-12 Roland McGrath <roland@hack.frob.com> * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument |