about summary refs log tree commit diff
path: root/manual/install.texi
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2019-08-01 00:22:46 -0400
committerCarlos O'Donell <carlos@redhat.com>2019-08-01 00:22:46 -0400
commite712490684d1ab3f72677dc9b06ad415d5577b95 (patch)
tree64eb49a2b4e24a1b3e89f53b44e09abf2165791a /manual/install.texi
parentcc3bf319336351a124b2f3cd007a43eae8f329aa (diff)
downloadglibc-e712490684d1ab3f72677dc9b06ad415d5577b95.tar.gz
glibc-e712490684d1ab3f72677dc9b06ad415d5577b95.tar.xz
glibc-e712490684d1ab3f72677dc9b06ad415d5577b95.zip
Update install and NEWS for 2.30 release.
Diffstat (limited to 'manual/install.texi')
-rw-r--r--manual/install.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/install.texi b/manual/install.texi
index 29f6b68e25..b2d569ac5a 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -504,7 +504,7 @@ GCC 6.2 or newer
 GCC 6.2 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.2.1 is the newest compiler verified to work to build
+release time, GCC 9.1.1 is the newest compiler verified to work to build
 @theglibc{}.
 
 For multi-arch support it is recommended to use a GCC which has been built with
@@ -535,7 +535,7 @@ To correctly translate and install the Texinfo documentation you need
 this version of the @code{texinfo} package.  Earlier versions do not
 understand all the tags used in the document, and the installation
 mechanism for the info files is not present or works differently.
-As of release time, @code{texinfo} 6.5 is the newest verified to work
+As of release time, @code{texinfo} 6.6 is the newest verified to work
 to build @theglibc{}.
 
 @item
@@ -559,7 +559,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.1 is the newest verified to work to
+time @code{perl} version 5.28.2 is the newest verified to work to
 build @theglibc{}.
 
 @item
@@ -573,7 +573,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.7.1 is the newest verified to work for building and testing
+3.7.4 is the newest verified to work for building and testing
 @theglibc{}.
 
 @item PExpect 4.0
@@ -591,7 +591,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.2 is the newest verified to work to test the pretty printers.
+8.3 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