X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing%2FChangeLog;h=1859a42f086b38bdd0c34a282f932fc7aef67d0c;hb=31f98f57d2a51f0816ec146a5f00c97dee3b5b83;hp=877a661c9ee0c8b364fd40b6c6cd12a7a209505f;hpb=3152f38522b0f947c17d428612af8fd84fa88b3b;p=mono.git diff --git a/mcs/class/System.Drawing/ChangeLog b/mcs/class/System.Drawing/ChangeLog index 877a661c9ee..1859a42f086 100644 --- a/mcs/class/System.Drawing/ChangeLog +++ b/mcs/class/System.Drawing/ChangeLog @@ -1,3 +1,62 @@ +2007-05-30 Sebastien Pouliot + + * Makefile: Add an interlaced GIF test file to the dist. + +2007-05-29 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Add System.Drawing.Printing.Margins + unit tests to the build. + +2007-05-23 Sebastien Pouliot + + * Makefile: Add a 2bpp PNG test file to the dist. + +2007-05-08 Sebastien Pouliot + + * Makefile: Add a greyscale JPEG test file to the dist. + +2007-05-03 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Add unit tests for + PrintingServicesUnix. + +2007-04-11 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Add Locale to the unit tests (soon + to be required) + +2007-04-09 Sebastien Pouliot + + * System.Drawing.dll.sources: Add internal KnownColors. + +2007-03-29 Sebastien Pouliot + + * nunit-host-ignore-list: Re-enable TIFF test cases on SPARC bots and + remove some test cases on the ARM bot. + +2007-03-28 Sebastien Pouliot + + * nunit-host-ignore-list: More test cases that fails on SPARC bots. + +2007-03-28 Sebastien Pouliot + + * nunit-host-ignore-list: Ignore TIFF codec tests on both SPARC bots. + +2007-03-15 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Add EmfPlusRecordType unit tests to + the build. + +2007-03-14 Sebastien Pouliot + + * Makefile: Add the new GIF87a test files to the dist. + +2007-03-09 Sebastien Pouliot + + * Makefile: Add metafiles (WMF and EMF) test files to the dist. + * System.Drawing_test.dll.sources: Add Metafile unit tests to the + build. + 2007-02-28 Sebastien Pouliot * System.Drawing_test.dll.sources: Add (existing!) SystemFontsTest to