summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-22 18:02:50 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-22 18:02:50 -0500
commite7f9dac36202cf09e1b4f5f89c56cc12a29ce9f6 (patch)
tree589b740036fe0a3859d265a58516d56635db4da4
parentaed9d17150a0d7060ef4245ce0b9612496ef84c7 (diff)
downloadglibc-e7f9dac36202cf09e1b4f5f89c56cc12a29ce9f6.tar.gz
glibc-e7f9dac36202cf09e1b4f5f89c56cc12a29ce9f6.tar.xz
glibc-e7f9dac36202cf09e1b4f5f89c56cc12a29ce9f6.zip
Add missing BZ
-rw-r--r--ChangeLog1
-rw-r--r--NEWS2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 450d827490..e650d53099 100644
--- 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 eeee9ac071..ea946e3a58 100644
--- 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.