File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (103 lines) | stat: -rw-r--r-- 3,398 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>

	* SyndicationItemTest.cs, SyndicationFeedTest.cs : allow atom feed
	  too. More Load() tests. Patch by David Mitchell.

2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>

	* SyndicationElementExtensionTest.cs : added test for OuterName/ns
	  with .ctor(XmlReader).
	* SyndicationItemTest.cs : added failure case for LoadItem() with
	  feed element.

2009-04-15  Atsushi Enomoto  <atsushi@ximian.com>

	* AtomPub10CategoriesDocumentFormatterTest.cs,
	  AtomPub10ServiceDocumentFormatterTest.cs : aded GetSchema() and
	  WriteElementExtensions() tests.

2009-04-06  Atsushi Enomoto  <atsushi@ximian.com>

	* AtomPub10ServiceDocumentFormatterTest.cs : add ReadFrom() test.

2009-04-06  Atsushi Enomoto  <atsushi@ximian.com>

	* AtomPub10CategoriesDocumentFormatterTest.cs : new test.
	* AtomPub10ServiceDocumentFormatterTest.cs : add reader tests.

2009-04-03  Atsushi Enomoto  <atsushi@ximian.com>

	* AtomPub10ServiceDocumentFormatterTest.cs : new test.

2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>

	* Rss20ItemFormatterTest.cs : test (enable) SourceFeed output too.

2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>

	* Atom10FeedFormatterTest.cs : tests for ReadFrom() and ReadXml().
	* Atom10ItemFormatterTest.cs : test for ToString().

2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>

	* Atom10ItemFormatterTest.cs : tests for ReadFrom() and ReadXml().

2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>

	* Rss20FeedFormatterTest.cs : some tests for ReadFrom() and ReadXml().
	* Rss20ItemFormatterTest.cs : assure that Item instance is
	  instantiated every time read methods are invoked.

2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>

	* Rss20ItemFormatterTest.cs : some tests for ReadFrom() and ReadXml().
	* SyndicationItemTest.cs : Test Load() with non-Atom/non-RSS xml.

2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>

	* Atom10FeedFormatterTest.cs : new, test for WriteTo and WriteXml.

2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>

	* Rss20FeedFormatterTest.cs : they are feed, not item :)

2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>

	* Atom10ItemFormatterTest.cs : test for spec violation i.e. to prove
	  that this class is not trustworthy for valid output.

2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>

	* Atom10ItemFormatterTest.cs : added test for WriteTo and WriteXml.

2007-12-15  Atsushi Enomoto  <atsushi@ximian.com>

	* Rss20FeedFormatterTest.cs : new, mostly copied from item formatter.

2007-12-15  Atsushi Enomoto  <atsushi@ximian.com>

	* Rss20ItemFormatterTest.cs : added test for writing properties.
	* XmlSyndicationContentTest.cs, UrlSyndicationContentTest.cs : new.

2007-12-15  Atsushi Enomoto  <atsushi@ximian.com>

	* SyndicationElementExtensionTest.cs : new test.
	* TextSyndicationContentTest.cs : was missing in the previous commit.

2007-12-11  Atsushi Enomoto  <atsushi@ximian.com>

	* TextSyndicationContentTest.cs : new test.
	* Rss20ItemFormatterTest.cs : test WriteTo()/WriteXml().

2007-12-10  Atsushi Enomoto  <atsushi@ximian.com>

	* Atom10ItemFormatterTest.cs, Rss20ItemFormatterTest.cs,
	  SyndicationFeedTest.cs, SyndicationItemTest.cs : new tests.

2007-12-10  Atsushi Enomoto  <atsushi@ximian.com>

	* SyndicationLinkTest.cs : test RelationshipType too. Tiny renaming.

2007-12-10  Atsushi Enomoto  <atsushi@ximian.com>

	* SyndicationLinkTest.cs : new test.