]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing BZ
authorUlrich Drepper <drepper@gmail.com>
Thu, 22 Dec 2011 23:02:50 +0000 (18:02 -0500)
committerUlrich Drepper <drepper@gmail.com>
Thu, 22 Dec 2011 23:02:50 +0000 (18:02 -0500)
ChangeLog
NEWS

index 450d827490629aaab08f5378594138b759066554..e650d5309960d51ab11e8cff1b5c0b70e6ed4ed7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
 
 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
 
+       [BZ #13540]
        * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
        processing for last bytes.
 
diff --git a/NEWS b/NEWS
index eeee9ac071f344c9323531906d66f99ef78298be..ea946e3a58e274068590c72b4cba210eda43d707 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ Version 2.15
   13092, 13114, 13118, 13123, 13134, 13138, 13147, 13150, 13179, 13185,
   13189, 13192, 13268, 13276, 13282, 13291, 13305, 13328, 13335, 13337,
   13344, 13358, 13367, 13413, 13416, 13423, 13439, 13446, 13472, 13484,
-  13506, 13515, 13523, 13524, 13538
+  13506, 13515, 13523, 13524, 13538, 13540
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.