aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-15 11:00:08 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-15 11:00:08 -0700
commit6355c99740c91ed5a7fa14e378f74950e09f5f48 (patch)
tree2333dff3bbdf6d6445bbd716a07792df8867204c /ChangeLog
parent29143408ae6d474a115768e809691635f507b1fd (diff)
downloadglibc-6355c99740c91ed5a7fa14e378f74950e09f5f48.zip
glibc-6355c99740c91ed5a7fa14e378f74950e09f5f48.tar.gz
glibc-6355c99740c91ed5a7fa14e378f74950e09f5f48.tar.bz2
Fix computation of tzspec_len.
Without this it should never have worked that we can use the embedded envvar in the timezone data files for dates after the last matching rule.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d758a83..9e13cb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-06-15 Ulrich Drepper <drepper@redhat.com>
+ * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
+
[BZ #10211]
* time/tzfile.c (__tzfile_compute): If we use the envvar format still
handle leap seconds if they are available.