diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-10-13 22:12:03 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-10-13 22:12:03 -0400 |
commit | f90681487d90a6eea8f1c60021bc8dd83313c59b (patch) | |
tree | 79e5d816abda65fc72f4a163e552bdac4580deb6 /NEWS | |
parent | b833d51fbbf78b38c6ff68074c22d3fe3ddd0ce3 (diff) | |
download | glibc-f90681487d90a6eea8f1c60021bc8dd83313c59b.tar.gz |
Fix alignment of AVX safe area on x86-64.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-10-11 +GNU C Library NEWS -- history of user-visible changes. 2010-10-13 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -10,7 +10,8 @@ Version 2.13 * The following bugs are resolved with this release: 3268, 7066, 10851, 11611, 11640, 11701, 11840, 11856, 11883, 11903, 11904, - 11968, 11979, 12005, 12037, 12067, 12077, 12078, 12092, 12093, 12107, 12108 + 11968, 11979, 12005, 12037, 12067, 12077, 12078, 12092, 12093, 12107, 12108, + 12113 * New Linux interfaces: prlimit, prlimit64, fanotify_init, fanotify_mark |