diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-12 16:34:16 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-12 16:35:27 -0500 |
commit | 1233be76694ca81454f61e2ba5a2fb5830840191 (patch) | |
tree | b44ae24be488cf538daef17584b5ae4f7c68a38d /ChangeLog.11 | |
parent | f34f146e682d8d529dcf64b3c2781bf3f2f05f6c (diff) | |
download | glibc-1233be76694ca81454f61e2ba5a2fb5830840191.zip glibc-1233be76694ca81454f61e2ba5a2fb5830840191.tar.gz glibc-1233be76694ca81454f61e2ba5a2fb5830840191.tar.bz2 |
Revert "ChangeLogs: convert to utf-8"
This reverts commit d2bb040b2a2f58b1ef80f01292bd722fce01d36a.
It seems some files (like tst-regex) directly parse these and rely on
some of its content *not* being UTF-8. Until we can fix thoses tests
(and isolate them from ChangeLog updates), back out this change.
It also shouldn't really have landed during the freeze.
Diffstat (limited to 'ChangeLog.11')
-rw-r--r-- | ChangeLog.11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.11 b/ChangeLog.11 index bd4f0b2..d9b0364 100644 --- a/ChangeLog.11 +++ b/ChangeLog.11 @@ -1733,7 +1733,7 @@ 2000-09-28 Ulrich Drepper <drepper@redhat.com> * manual/errno.texi: Correct error text for ENXIO. - Reported by Jörg Schilling <schilling@fokus.gmd.de>. + Reported by Jörg Schilling <schilling@fokus.gmd.de>. 2000-09-27 Jes Sorensen <jes@linuxcare.com> |