From: Samuel Thibault Date: Mon, 2 Apr 2018 14:45:44 +0000 (+0200) Subject: hurd: Announce that glibc now builds unpatched X-Git-Tag: glibc-2.28~415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb03b04b7f18638d0942622a479acf7f63b5019f;p=thirdparty%2Fglibc.git hurd: Announce that glibc now builds unpatched * NEWS: Announce that glibc now builds unpatched on GNU/Hurd. * README: Remove the mention of out-of-tree patches needed for GNU/Hurd. --- diff --git a/ChangeLog b/ChangeLog index a1581f6cf67..ff6787cc7b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -219,6 +219,10 @@ * sysdeps/mach/hurd/i386/htl/pt-machdep.c: Likewise. * sysdeps/mach/hurd/i386/htl/pt-setup.c: Likewise. + * NEWS: Announce that glibc now builds unpatched on GNU/Hurd. + * README: Remove the mention of out-of-tree patches needed for + GNU/Hurd. + 2018-04-02 Agustina Arzille Amos Jeffries David Michael diff --git a/NEWS b/NEWS index 9fb4c7a3f67..92c9b14220c 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,9 @@ Major new features: Czech languages. The Catalan and Greek languages now support abbreviated alternative month names. +* Building and running on GNU/Hurd systems now works without out-of-tree + patches. + Deprecated and removed features, and other changes affecting compatibility: * The nonstandard header files and <_G_config.h> are no longer diff --git a/README b/README index d763393f3cd..2874505f457 100644 --- a/README +++ b/README @@ -12,9 +12,7 @@ implement the operating system behavior seen by user applications. In GNU/Hurd systems, it works with a microkernel and Hurd servers. The GNU C Library implements much of the POSIX.1 functionality in the -GNU/Hurd system, using configurations i[4567]86-*-gnu. The current -GNU/Hurd support requires out-of-tree patches that will eventually be -incorporated into an official GNU C Library release. +GNU/Hurd system, using configurations i[4567]86-*-gnu. When working with Linux kernels, this version of the GNU C Library requires Linux kernel version 3.2 or later.