* ServiceDescriptionReflectorTest.cs: New test, currently marked NotWorking.
[mono.git] / mcs / class / System.Web.Services / ChangeLog
index f2efd62b5ed61dc04ddeebd0c3d8eb8baaf289b9..67647d8add1066f2b69be41515e507da9d7f1626 100644 (file)
@@ -1,3 +1,26 @@
+2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Web.Services_test.dll.sources: Added 
+       ServiceDescriptorReflectorTest.cs.
+
+2006-01-09  Chris Toshok  <toshok@ximian.com>
+
+       * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
+       CONFIGURATION_2_0 to use the new System.Configuration api.
+
+2006-01-05  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.Services_test.dll.sources: enable a bunch of the 2.0
+       configuration tests.  Just Element types for now.  Collections
+       coming soon.
+
+2006-01-03  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.Services.dll.sources: add the 2.0 config classes.
+
+       * Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include
+       -r:System.Configuration.dll
+
 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
 
        * System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs