diff options
author | Florian Weimer <fweimer@redhat.com> | 2014-04-01 14:20:01 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-04-01 14:20:01 +0200 |
commit | 606d8377ae0c7a16d51e3f35eb6f0cf6dce13e5d (patch) | |
tree | 1906b96b6f9ee4cf654cee2a162127a618ebe34c /NEWS | |
parent | f6c557968c248b4554e708bd08983f0908ac09f1 (diff) | |
download | glibc-606d8377ae0c7a16d51e3f35eb6f0cf6dce13e5d.tar.gz glibc-606d8377ae0c7a16d51e3f35eb6f0cf6dce13e5d.tar.xz glibc-606d8377ae0c7a16d51e3f35eb6f0cf6dce13e5d.zip |
Update NEWS for fixed bug 13347
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS index 1574ab4f0c..31723768eb 100644 --- a/NEWS +++ b/NEWS @@ -9,11 +9,11 @@ Version 2.20 * The following bugs are resolved with this release: - 6804, 15347, 15804, 15894, 16002, 16198, 16284, 16348, 16349, 16357, - 16362, 16447, 16532, 16545, 16574, 16599, 16600, 16609, 16610, 16611, - 16613, 16623, 16632, 16634, 16639, 16642, 16648, 16649, 16670, 16674, - 16677, 16680, 16683, 16689, 16695, 16701, 16706, 16707, 16712, 16713, - 16714, 16731, 16743, 16758, 16759, 16760, 16770. + 6804, 13347, 15347, 15804, 15894, 16002, 16198, 16284, 16348, 16349, + 16357, 16362, 16447, 16532, 16545, 16574, 16599, 16600, 16609, 16610, + 16611, 16613, 16623, 16632, 16634, 16639, 16642, 16648, 16649, 16670, + 16674, 16677, 16680, 16683, 16689, 16695, 16701, 16706, 16707, 16712, + 16713, 16714, 16731, 16743, 16758, 16759, 16760, 16770. * Running the testsuite no longer terminates as soon as a test fails. Instead, a file tests.sum (xtests.sum from "make xcheck") is generated, |