ChangeLog 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. 2008-10-31 Stephane Delcroix <[email protected]>
  2. * TimezoneInfo.cs: Drop overlapping rules, fix the 3 dst changes in
  3. Tunis in 1943
  4. 2008-10-31 Stephane Delcroix <[email protected]>
  5. * TimezoneInfo.cs: fix for Argentina
  6. 2008-10-31 Stephane Delcroix <[email protected]>
  7. * TimezoneInfo.cs: add indices for substrings.
  8. 2008-10-31 Stephane Delcroix <[email protected]>
  9. * TimezoneInfo.cs: double the buffer size, as some tz files grew up
  10. recently and failed to load.
  11. 2008-08-04 Jb Evain <[email protected]>
  12. * TimeZoneInfo.cs: avoid using a SortedDictionary when not needed.
  13. 2008-06-25 Jb Evain <[email protected]>
  14. * TimeZoneInfo.cs: remove the dependance to Mono.DataConverter
  15. which is only used to read big endian int32.
  16. 2008-05-26 Stephane Delcroix <[email protected]>
  17. * TimeZoneInfo.cs: workaround for weird transition dates, like for
  18. America/Phoenix. Fixes bnc #391093.
  19. 2008-05-26 Stephane Delcroix <[email protected]>
  20. * TimeZoneInfo.cs: nullity check in HasSameRules (). Fixes bnc #391011
  21. 2008-04-13 Jb Evain <[email protected]>
  22. * Func.cs: remove old ugly 2.1 hack.
  23. Merged from the Moonlight 2 branch.
  24. 2008-03-30 Jb Evain <[email protected]>
  25. * TimeZoneInfo.cs: use generic collections instead of untyped
  26. collections.
  27. 2008-02-01 Jb Evain <[email protected]>
  28. * Funcs.cs: gross hack for SL 1.1a.
  29. I hate myself, I hate myself.
  30. 2008-01-24 Stephane Delcroix <[email protected]>
  31. * TimeZoneInfo.TransitionTime.cs: check for a whole number of
  32. milliseconds instead of a whole number of seconds.
  33. 2008-01-21 Sebastien Pouliot <[email protected]>
  34. * TimeZoneInfo.TransitionTime.cs: Avoid NRE on bad cast if null is
  35. provided to Equals(object). Found with Gendarme.
  36. 2008-01-08 Stephane Delcroix <[email protected]>
  37. * TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in
  38. casting operation.
  39. 2007-12-20 Stephane Delcroix <[email protected]>
  40. * TimeZoneInfo.cs: adapting length check to parse TZif2 files
  41. introduced by glibc 2.6.x.