[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Syndication / ChangeLog
index 005b55df1c210b3aaab0622484f6bcf23118ba92..48d5acf56145d2d568be49cf7896d2742604b48b 100644 (file)
@@ -1,3 +1,33 @@
+2010-06-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Rss20ItemFormatter.cs : enabled DateTimeOffset parsing.
+         Fixed bug #615332, patch by Carlos Martin.
+
+2010-06-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Atom10ItemFormatter.cs : Fix reading of "source" element to not
+         expect feed element (ReadFrom() expects it). Fixed bug #614596.
+
+2010-06-07  Carlos Martin Nieto  <carlos@cmartin.tk>
+
+       * Rss20ItemFormatter.cs: Don't assume guids are permalinks
+
+2009-12-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Atom10ItemFormatter.cs, Atom10FeedFormatter.cs :
+         write extensions. Patch by Tom Philpot.
+
+2009-10-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Rss20FeedFormatter.cs, Rss20ItemFormatter.cs : handle other text
+         nodes than text (cdata, whitespaces etc.) and make sure to proceed
+         the reader when they are skipped. Fixed bug #546965 and #546959.
+
+2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SyndicationVersions.cs :
+         Handle atom feed as well. Patch by David Mitchell.
+
 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SyndicationElementExtension.cs : give OuterName and OuterNamespace