ChangeLog 1.4 KB

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