summaryrefslogtreecommitdiff
path: root/fedora/glibc.spec.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-11-21 11:42:23 +0000
committerJakub Jelinek <jakub@redhat.com>2004-11-21 11:42:23 +0000
commit06bc2b63c861ca3f53e5e98bc0ecd23e4b159531 (patch)
tree58eed1eeeadf36ea2cefa4b46a81039b8ff672eb /fedora/glibc.spec.in
parentb640e88eff2f0c60d1604382c15a147a2373f6d1 (diff)
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r--fedora/glibc.spec.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 7bcb806456..f13b18a235 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 82
+%define glibcrelease 83
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1256,6 +1256,15 @@ rm -f *.filelist*
%endif
%changelog
+* Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
+- update from CVS
+ - add deprecated and/or nonnull attribute to some signal.h
+ functions
+ - speed up tzset () by only using stat instead of open/fstat
+ when calling tzset for the second and following time if
+ /etc/localtime has not changed
+- fix tgamma (BZ #552)
+
* Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
- update from CVS
- some malloc () checking