| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- 2010-05-28 Atsushi Enomoto <[email protected]>
- * System.Xml.Linq_test.dll.sources :
- add System.Xml.Schema/ExtensionsTest.cs.
- 2009-07-20 Jb Evain <[email protected]>
- * net_2_1_raw_System.Xml.Linq.dll: delete, and use ifdefs
- in the few specific files.
- 2009-07-20 Jb Evain <[email protected]>
- * Makefile: filter the valid profile on the framework version,
- to make it easier to have custom variants.
- 2009-06-05 Jb Evain <[email protected]>
- * Makefile: fix the 2.1 build.
- 2009-05-07 Jb Evain <[email protected]>
- * System.Xml.Linq/XElement.cs: do a bit of refactoring to avoid
- multiple ifdefs.
- 2008-11-20 Jb Evain <[email protected]>
- * Assembly/AssemblyInfo.cs: sign with winfx.pub on NET_2_1.
- 2008-11-19 Jb Evain <[email protected]>
- * net_2_1_raw_System.Xml.Linq.dll.sources: added
- * Makefile: add support to build System.Xml.Linq on net_2_1.
- 2008-05-12 Atsushi Enomoto <[email protected]>
- * System.Xml.Linq_test.dll.sources : added XStreamingElementTest.cs.
- 2008-04-06 Roei Erez <[email protected]>
- * System.Xml.Linq.csproj: some modifications to the project file.
- 2008-02-11 Atsushi Enomoto <[email protected]>
- * System.Xml.Linq_test.dll.sources : added XNodeNavigatorTest.cs.
- 2007-12-03 Marek Safar <[email protected]>
- * Makefile : Fixed 3.5 settings.
- 2007-11-29 Atsushi Enomoto <[email protected]>
- * Makefile : couple of adjustment for migration from olive to mcs.
- 2007-08-24 Marek Safar <[email protected]>
- * Makefile : Build as 3.5 assembly
- 2007-02-06 Atsushi Enomoto <[email protected]>
- * Makefile : System.Query.dll -> System.Core.dll
- 2007-02-03 Atsushi Enomoto <[email protected]>
- * Makefile : System.Xml.XLinq.dll -> System.Xml.Linq.dll
- * System.Xml.XLinq.dll.sources, System.Xml.Linq.dll.sources : renamed
- 2006-10-22 Atsushi Enomoto <[email protected]>
- * Makefile : now the build profile is net_3_0, so don't skip it.
- 2006-02-11 Atsushi Enomoto <[email protected]>
- * Makefile : now we can depend on Alejandro's System.Query.dll.
- 2005-09-20 Atsushi Enomoto <[email protected]>
- * Makefile,
- System.Xml.XLinq.dll.sources : new files.
|