about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-20 00:38:50 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-20 00:38:50 +0000
commit4c326621751a856cac5327457c94216780d2c903 (patch)
tree224b7c3cecbe07ab0d0383532f8be31dcb4a3fdb /ChangeLog
parentde02bd0553bd50e457f351a1cc8d730b0e3990f9 (diff)
downloadglibc-4c326621751a856cac5327457c94216780d2c903.tar.gz
glibc-4c326621751a856cac5327457c94216780d2c903.tar.xz
glibc-4c326621751a856cac5327457c94216780d2c903.zip
Update.
2004-03-19  Ulrich Drepper  <drepper@redhat.com>

	* time/tzfile.c (__tzfile_default): Correct setting of rule_stdoff
	and rule_dstoff after reading the posixrules file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a33919939a..fdbb56e3ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-19  Ulrich Drepper  <drepper@redhat.com>
+
+	* time/tzfile.c (__tzfile_default): Correct setting of rule_stdoff
+	and rule_dstoff after reading the posixrules file.
+
 2004-03-18  Ulrich Drepper  <drepper@redhat.com>
 
 	* malloc/malloc.c (__posix_memalign): Correct alignment check.