ChangeLog 466 B

1234567891011121314
  1. 2008-01-21 Sebastien Pouliot <[email protected]>
  2. * TimeZoneInfo.TransitionTime.cs: Avoid NRE on bad cast if null is
  3. provided to Equals(object). Found with Gendarme.
  4. 2008-01-08 Stephane Delcroix <[email protected]>
  5. * TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in
  6. casting operation.
  7. 2007-12-20 Stephane Delcroix <[email protected]>
  8. * TimeZoneInfo.cs: adapting length check to parse TZif2 files
  9. introduced by glibc 2.6.x.