aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--NEWS2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 450d827..e650d53 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 eeee9ac..ea946e3 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.