ChangeLog 2.4 KB

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