ChangeLog 3.5 KB

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