ChangeLog 3.3 KB

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