Changes to gnats/gnats/ChangeLog

Yngve Svendsen <[email protected]> Mon, 14 Oct 2002 18:50:11 -0400
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/gnats/ChangeLog
diff -c gnats/gnats/ChangeLog:1.271 gnats/gnats/ChangeLog:1.272
*** gnats/gnats/ChangeLog:1.271	Mon Oct 14 18:19:36 2002
--- gnats/gnats/ChangeLog	Mon Oct 14 18:50:11 2002
***************
*** 1,5 ****
--- 1,13 ----
  2002-10-15  Yngve Svendsen  <[email protected]>
  
+ 	* misc.c (gnats_strftime): Fix a bug seriously affecting systems
+ 	without support for the format code %z.  The dates in PRs would be
+ 	incorrect when the timezone was different from GMT.  The
+ 	brokentime pointer passed to gnats_strftime() would point to
+ 	static data that might be overwritten by calls to (among others)
+ 	gmtime().  Fix due to Lars Henriksen, [email protected].
+ 	Fixes PR 414.
+ 
  	* states: Clarify and correct some details.
  
  2002-10-14  Yngve Svendsen  <[email protected]>