summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-09-24 14:18:37 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-24 14:18:37 +0200
commit2cf9798e1688c28d33d12d360e7869207eca18d7 (patch)
treec9fefb42abaae21c42ba3d12880bed3d46ff1a68 /etc
parentf77993bb50ad2bb02664697d81d4b12f2a0923b9 (diff)
downloadpatches-2cf9798e1688c28d33d12d360e7869207eca18d7.tar
patches-2cf9798e1688c28d33d12d360e7869207eca18d7.tar.gz
news: Add entry for the glibc upgrade.
* etc/news.scm: Add entry for 5f3f70391809f8791c55c05bd1646bc58508fa2c.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index dc02b23067..69418756df 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -9,6 +9,21 @@
(channel-news
(version 0)
+ (entry (commit "5f3f70391809f8791c55c05bd1646bc58508fa2c")
+ (title (en "GNU C Library upgraded"))
+ (body
+ (en "The GNU C Library (glibc) has been upgraded to version 2.29. To
+run previously-installed programs linked against glibc 2.28, you need to
+install locale data for version 2.28 in addition to locale data for 2.29:
+
+@example
+guix install glibc-locales glibc-locales-2.28
+@end example
+
+On Guix System, you can adjust the @code{locale-libcs} field of your
+@code{operating-system} form. Run @code{info \"(guix) Locales\"}, for more
+info.")))
+
(entry (commit "cdd3bcf03883d129581a79e6d6611b2afd3b277b")
(title (en "New reduced binary seed bootstrap"))
(body