Skip to content

Commit

Permalink
2.11.90-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Feb 22, 2010
1 parent 2b6e16c commit 8404561
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 12
Release: 13
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
# Things that are linked directly into dynamically linked programs
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
Expand Down Expand Up @@ -1027,6 +1027,16 @@ rm -f *.filelist*
%endif

%changelog
* Mon Feb 22 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-13
- Update from master
- Use CPUID_OFFSET instead of FEATURE_OFFSET
- Add 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
- Fix file descriotor leak in nftw with FTW_CHDIR (BZ#11271)
- Add Sparc STT_GNU_IFUNC support
- Add power7-optimized classification functions
- Reapply "Optimize 32bit memset/memcpy with SSE2/SSSE3."
- Use unsigned comparison in sse memcpy/memset

* Mon Feb 8 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-12
- Update from master
- Update constants in <sys/mount.h> for current kernels (#11235)
Expand Down

0 comments on commit 8404561

Please sign in to comment.