diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2019-01-31 22:01:21 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2019-01-31 22:01:21 +0530 |
commit | 330c9d0db1ff29f2f0c2b3561f39539836fbeed5 (patch) | |
tree | f62b697a3563af53169b5d69f8d1058f1d5a4fc7 /manual/install.texi | |
parent | e1e47c912a8e557508362715f7468091def3ec4f (diff) | |
download | glibc-330c9d0db1ff29f2f0c2b3561f39539836fbeed5.zip glibc-330c9d0db1ff29f2f0c2b3561f39539836fbeed5.tar.gz glibc-330c9d0db1ff29f2f0c2b3561f39539836fbeed5.tar.bz2 |
Prepare for 2.29 release
* NEWS: Add the list of bugs fixed in 2.29.
* manual/contrib.texi: Update contributors list with some more
names.
* manual/install.texi: Update latest versions of packages
tested.
* INSTALL: Regenerated.
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/install.texi b/manual/install.texi index 2a87a27..2cfa387 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -504,7 +504,7 @@ GCC 5 or newer GCC 5 or higher is required. In general it is recommended to use the newest version of the compiler that is known to work for building @theglibc{}, as newer compilers usually produce better code. As of -release time, GCC 8.1.1 is the newest compiler verified to work to build +release time, GCC 8.2.1 is the newest compiler verified to work to build @theglibc{}. For PowerPC 64-bits little-endian (powerpc64le), GCC 6.2 or higher is @@ -555,7 +555,7 @@ to work to build @theglibc{}. GNU @code{bison} 2.7 or later @code{bison} is used to generate the @code{yacc} parser code in the @file{intl} -subdirectory. As of release time, @code{bison} version 3.0.4 is the newest +subdirectory. As of release time, @code{bison} version 3.0.5 is the newest verified to work to build @theglibc{}. @item @@ -563,7 +563,7 @@ Perl 5 Perl is not required, but if present it is used in some tests and the @code{mtrace} program, to build the @glibcadj{} manual. As of release -time @code{perl} version 5.28.0 is the newest verified to work to +time @code{perl} version 5.28.1 is the newest verified to work to build @theglibc{}. @item @@ -577,7 +577,7 @@ with any version of @code{sed}. As of release time, @code{sed} version Python 3.4 or later Python is required to build @theglibc{}. As of release time, Python -3.6 is the newest verified to work for building and testing +3.7.1 is the newest verified to work for building and testing @theglibc{}. @item PExpect 4.0 @@ -595,7 +595,7 @@ GDB itself needs to be configured with Python support in order to use the pretty printers. Notice that your system having Python available doesn't imply that GDB supports it, nor that your system's Python and GDB's have the same version. As of release time GNU @code{debugger} -8.0.1 is the newest verified to work to test the pretty printers. +8.2 is the newest verified to work to test the pretty printers. Unless Python, PExpect and GDB with Python support are present, the printer tests will report themselves as @code{UNSUPPORTED}. Notice |