ChangeLog 2.7 KB

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