2
0

ChangeLog 2.8 KB

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