about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-06 01:04:13 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-06 01:04:13 +0000
commit94a749f69ad4b18250e9aab7292b6e8496e0a065 (patch)
tree6b5d03838e15c61567cdd90c56e99b2b6dcf1561 /ChangeLog
parentffb1b882828a6fa71fb4e9be1c30cacafb3c70c3 (diff)
downloadglibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.tar.gz
glibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.tar.xz
glibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.zip
* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
	Patch by Szymon Siwek <sls@poczta.wp.pl>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8aa03171b..92e1e5ab26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
 
+	* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
+	Patch by Szymon Siwek <sls@poczta.wp.pl>.
+
 	* nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
 	when the lookup call failed.