ChangeLog 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. 2010-05-28 Atsushi Enomoto <[email protected]>
  2. * System.Xml.Linq_test.dll.sources :
  3. add System.Xml.Schema/ExtensionsTest.cs.
  4. 2009-07-20 Jb Evain <[email protected]>
  5. * net_2_1_raw_System.Xml.Linq.dll: delete, and use ifdefs
  6. in the few specific files.
  7. 2009-07-20 Jb Evain <[email protected]>
  8. * Makefile: filter the valid profile on the framework version,
  9. to make it easier to have custom variants.
  10. 2009-06-05 Jb Evain <[email protected]>
  11. * Makefile: fix the 2.1 build.
  12. 2009-05-07 Jb Evain <[email protected]>
  13. * System.Xml.Linq/XElement.cs: do a bit of refactoring to avoid
  14. multiple ifdefs.
  15. 2008-11-20 Jb Evain <[email protected]>
  16. * Assembly/AssemblyInfo.cs: sign with winfx.pub on NET_2_1.
  17. 2008-11-19 Jb Evain <[email protected]>
  18. * net_2_1_raw_System.Xml.Linq.dll.sources: added
  19. * Makefile: add support to build System.Xml.Linq on net_2_1.
  20. 2008-05-12 Atsushi Enomoto <[email protected]>
  21. * System.Xml.Linq_test.dll.sources : added XStreamingElementTest.cs.
  22. 2008-04-06 Roei Erez <[email protected]>
  23. * System.Xml.Linq.csproj: some modifications to the project file.
  24. 2008-02-11 Atsushi Enomoto <[email protected]>
  25. * System.Xml.Linq_test.dll.sources : added XNodeNavigatorTest.cs.
  26. 2007-12-03 Marek Safar <[email protected]>
  27. * Makefile : Fixed 3.5 settings.
  28. 2007-11-29 Atsushi Enomoto <[email protected]>
  29. * Makefile : couple of adjustment for migration from olive to mcs.
  30. 2007-08-24 Marek Safar <[email protected]>
  31. * Makefile : Build as 3.5 assembly
  32. 2007-02-06 Atsushi Enomoto <[email protected]>
  33. * Makefile : System.Query.dll -> System.Core.dll
  34. 2007-02-03 Atsushi Enomoto <[email protected]>
  35. * Makefile : System.Xml.XLinq.dll -> System.Xml.Linq.dll
  36. * System.Xml.XLinq.dll.sources, System.Xml.Linq.dll.sources : renamed
  37. 2006-10-22 Atsushi Enomoto <[email protected]>
  38. * Makefile : now the build profile is net_3_0, so don't skip it.
  39. 2006-02-11 Atsushi Enomoto <[email protected]>
  40. * Makefile : now we can depend on Alejandro's System.Query.dll.
  41. 2005-09-20 Atsushi Enomoto <[email protected]>
  42. * Makefile,
  43. System.Xml.XLinq.dll.sources : new files.