diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2018-02-06 09:31:30 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-02-06 09:31:30 +0000 |
commit | c8ad6ac1d1ac7600138b9dbd0b92e88c36cc999c (patch) | |
tree | a759fd794c80da92f0a71466625d0805c4115934 | |
parent | ce8a6550fa33363f9c5043fe1b3e9900c1145888 (diff) | |
download | glibc-c8ad6ac1d1ac7600138b9dbd0b92e88c36cc999c.tar.gz glibc-c8ad6ac1d1ac7600138b9dbd0b92e88c36cc999c.tar.xz glibc-c8ad6ac1d1ac7600138b9dbd0b92e88c36cc999c.zip |
NEWS: add an entry for bug 22638
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 0f7b0d5a9a..4bb08b1dbf 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,14 @@ See the end for copying conditions. Please send GNU C library bug reports via <https://sourceware.org/bugzilla/> using `glibc' in the "product" field. +Version 2.27.1 + +The following bugs are resolved with this release: + + [22638] sparc: static binaries are broken if glibc is built by gcc + configured with --enable-default-pie + + Version 2.27 Major new features: |