[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / mono-xsd / ChangeLog
index 605aef5998bd55968ef071768b64d8161b5ca47c..09571ca3d2f3ae53daff0e56b3cd736581592a1d 100644 (file)
@@ -1,3 +1,65 @@
+2008-03-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : build runtime-version-dependent xsd.exe files.
+
+2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * NewMonoXSD.cs : Silently ignore /nologo switch for compatibility
+       with MS. 
+
+2006-11-09  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NewMonoXSD.cs : and for Read() as well ;-)
+
+2006-11-09  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NewMonoXSD.cs : Ankit wants good validation error reporting ;-)
+
+2006-11-09  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NewMonoXSD.cs : process all elements including imported ones. To do
+         so, use post-compilation schema items.
+
+2004-07-12  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * NewMonoXSD.cs: Don't write the exception trace for common parameter
+       errors.
+
+2005-01-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NewMonoXSD.cs : by default, dataset namespace is not "Schemas" but
+         empty.
+
+2004-08-16  Atsushi Enomoto <atsushi@ximian.com>
+
+       * 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 <atsushi@ximian.com>
+
+       * 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  <lluis@novell.com>
+
+       * NewMonoXSD.cs: Accept files with absolute paths.
+
+2004-05-07  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NewMonoXSD.cs : Previous change broke default C# code generation.
+         XML schema inference output path fix.
+
+2004-05-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NewMonoXSD.cs : Added new /generator:typename(,assemblyfile) option
+         support that enables users to use any CodeDomProvider.
+         Added VB support (/language:VB).
+
+2004-04-29  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * NewMonoXSD.cs: Import elements in the order they are declared in the schema.
+
 2004-04-26  Atsushi Enomoto <atsushi@ximian.com>
 
        * NewMonoXSD.cs : Enabled /d option (typed dataset generation support