[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / svcutil / ChangeLog
index 7351c088915941ca2f3b6ca6302b6e1094f1e91e..d12744864dedb24d5519eb37ac2d54e31af41bad 100644 (file)
@@ -1,3 +1,10 @@
+2010-03-04  Jonathan Pryor  <jpryor@novell.com>
+
+       * Driver.cs, CommandLineOptions.cs: Remove Mono.GetOptions use and use
+         Mono.Options instead (as Mono.GetOptions will be removed).
+       * Makefile: Remove Mono.GetOptions.dll reference.
+       * svcutil.exe.sources: Add Options.cs to the build.
+
 2010-01-28  Atsushi Enomoto  <atsushi@ximian.com>
 
        * Driver.cs, MoonlightChannelBaseExtension.cs, CommandLineOptions.cs: