From 24a9ce19a9b08dc8480342f34877d73e172c5471 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: May 16 2018 22:10:57 +0000 Subject: Fix #80 - glibc 2.27 --- diff --git a/en-US/developers/Development_C.adoc b/en-US/developers/Development_C.adoc index 678fddc..49a9831 100644 --- a/en-US/developers/Development_C.adoc +++ b/en-US/developers/Development_C.adoc @@ -31,3 +31,8 @@ To list all packages built against *libcrypt*, run the following command: ---- sudo dnf repoquery --whatrequires 'libcrypt.so*' | sed -e 's!-[0-9]\+.*$!!g' | sort -u ---- + +== The GNU C Library version 2.27 +Fedora 28 provides the GNU C Library (*glibc*) version 2.27. + +See the link:++https://sourceware.org/ml/libc-announce/2018/msg00000.html++[release announcement] for full information about changes brought by this version, and the link:++https://sourceware.org/glibc/wiki/Release/2.27#Packaging_Changes++[glibc wiki entry about this release] which contains a section on packaging changes. Also note the separate change related to *glibc* described in <>.