[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Syndication / ChangeLog
index da03de460eb241e189ce7404f0cb12141840c99f..48d5acf56145d2d568be49cf7896d2742604b48b 100644 (file)
@@ -1,3 +1,59 @@
+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
+         for extensions with .ctor(XmlReader).
+
+2009-10-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Atom10FeedFormatter.cs : do not use Atom10ItemFormatter(item)
+         at ReadItem(). It is only for writing. Patch by David Mitchell.
+
+2009-10-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Atom10ItemFormatter.cs : enable XmlConvert.ToDateTimeOffset(),
+         patch by David Mitchell.
+
+2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SyndicationElementExtension.cs : make it ready for 2.1 build.
+
+2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Rss20FeedFormatter.cs, CategoriesDocument.cs,
+         AtomPub10ServiceDocumentFormatter_1.cs,
+         AtomPub10CategoriesDocumentFormatter.cs,
+         AtomPub10ServiceDocumentFormatter.cs : a couple of corcompare fixes.
+
 2009-04-15  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ServiceDocument.cs : remove Utility class. It is not precise