diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-09-20 00:11:37 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-09-20 00:11:37 +0000 |
commit | 62beba6902f315a14113c26ed3e068342e101399 (patch) | |
tree | e45d44d1e6f5856a91a1fc98d5f635c82322a183 /fedora/glibc.spec.in | |
parent | 7913ba4d91b848ec4e5698c59d43198a3ef9215d (diff) | |
download | glibc-62beba6902f315a14113c26ed3e068342e101399.tar glibc-62beba6902f315a14113c26ed3e068342e101399.tar.gz glibc-62beba6902f315a14113c26ed3e068342e101399.tar.bz2 glibc-62beba6902f315a14113c26ed3e068342e101399.zip |
Updated to fedora-glibc-20070920T0007cvs/fedora-glibc-2_6_90-15
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 36cd0b1cc7..0c3c3c4dd2 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 14 +%define glibcrelease 15 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 %define xenarches i686 athlon @@ -1010,6 +1010,10 @@ rm -f *.filelist* %endif %changelog +* Thu Sep 20 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-15 +- $5$ (SHA-256) and $6$ (SHA-512) support in crypt + (#228697, #249477, #173834) + * Tue Sep 18 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-14 - -D_FORTIFY_SOURCE{,=2} support for C++ - fortification of fread{,_unlocked} |