about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-14 07:03:01 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-14 07:03:01 +0000
commit89dc9d4c5b50c4e6397d0d74d0570e88f09fca99 (patch)
tree4d1ef6eab5b0d52aca0981a711cbf54f266a540b /ChangeLog
parentcfca0aa39759db23eafd06fda9d989bd36f35a88 (diff)
downloadglibc-89dc9d4c5b50c4e6397d0d74d0570e88f09fca99.tar.gz
glibc-89dc9d4c5b50c4e6397d0d74d0570e88f09fca99.tar.xz
glibc-89dc9d4c5b50c4e6397d0d74d0570e88f09fca99.zip
[BZ #1140]
2007-10-14  Ulrich Drepper  <drepper@redhat.com>
	[BZ #1140]
	* time/tzfile.c (__tzfile_compute): Compute tzname[] values based
	on the specified time and not the last entries in the file.  Move
	code to determine tzname[] to...
	(find_transition): ...here.  Add ugly guess for times before the
	first transition.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae900fed15..433860e5bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-14  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #1140]
+	* time/tzfile.c (__tzfile_compute): Compute tzname[] values based
+	on the specified time and not the last entries in the file.  Move
+	code to determine tzname[] to...
+	(find_transition): ...here.  Add ugly guess for times before the
+	first transition.
+
 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #3195]