ChangeLog 1.5 KB

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