ChangeLog 1.1 KB

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