X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fmono-xsd%2FChangeLog;h=09571ca3d2f3ae53daff0e56b3cd736581592a1d;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=af9eaa1f82ca3d34c032251296219c971aa45292;hpb=e5aa23189bfdb75e36528e491537ec26ca0fc0c0;p=mono.git diff --git a/mcs/tools/mono-xsd/ChangeLog b/mcs/tools/mono-xsd/ChangeLog index af9eaa1f82c..09571ca3d2f 100644 --- a/mcs/tools/mono-xsd/ChangeLog +++ b/mcs/tools/mono-xsd/ChangeLog @@ -1,3 +1,50 @@ +2008-03-12 Atsushi Enomoto + + * Makefile : build runtime-version-dependent xsd.exe files. + +2006-12-30 Gert Driesen + + * NewMonoXSD.cs : Silently ignore /nologo switch for compatibility + with MS. + +2006-11-09 Atsushi Enomoto + + * NewMonoXSD.cs : and for Read() as well ;-) + +2006-11-09 Atsushi Enomoto + + * NewMonoXSD.cs : Ankit wants good validation error reporting ;-) + +2006-11-09 Atsushi Enomoto + + * NewMonoXSD.cs : process all elements including imported ones. To do + so, use post-compilation schema items. + +2004-07-12 Lluis Sanchez Gual + + * NewMonoXSD.cs: Don't write the exception trace for common parameter + errors. + +2005-01-11 Atsushi Enomoto + + * NewMonoXSD.cs : by default, dataset namespace is not "Schemas" but + empty. + +2004-08-16 Atsushi Enomoto + + * NewMonoXSD.cs : /language should support custom assembly qualified + name specification. This fixes bug #63081. + Also fixed usage message. "VB" is considered as valid. + +2004-08-07 Atsushi Enomoto + + * NewMonoXSD.cs : /generator (/g) option didn't work, since it usually + ends with .dll (or .exe) and regarded as mere assembly filename. + +2004-07-12 Lluis Sanchez Gual + + * NewMonoXSD.cs: Accept files with absolute paths. + 2004-05-07 Atsushi Enomoto * NewMonoXSD.cs : Previous change broke default C# code generation.