2009-12-01 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Web.Routing / ChangeLog
blob72b98f8c65741c1777f3c76bed250559f695313d
1 2009-06-16  Marek Habersack  <mhabersack@novell.com>
3         * Makefile (LIB_MCS_FLAGS): define SYSTEMCORE_DEP
5         * net_4_0_System.Web.Routing.dll.sources: added. In the 4.0
6         profile all classes are compiled into System.Web,
7         System.Web.Routing becomes an empty assembly.
9 2009-05-27  Marek Habersack  <mhabersack@novell.com>
11         * Makefile (LIB_MCS_FLAGS): added support for defining the DEBUG
12         symbol on compiler command line.
14 2009-05-25  Marek Habersack  <mhabersack@novell.com>
16         * System.Web.Routing_test.dll.sources: added
17         System.Web.Routing/AssertExtensions.cs
19         * System.Web.Routing.dll.sources: added 
20         System.Web.Routing/PatternParser.cs
21         System.Web.Routing/PatternToken.cs
22         System.Web.Routing/PatternTokenType.cs
23         System.Web.Routing/RouteValueDictionaryExtensions.cs
24         
25         removed
26         System.Web.Routing/UrlPattern.cs
28 2008-10-16  Atsushi Enomoto  <atsushi@ximian.com>
30         * System.Web.Routing_test.dll.sources:
31           added RouteValueDictionaryTest.cs.
33 2008-09-17  Atsushi Enomoto  <atsushi@ximian.com>
35         * System.Web.Routing_test.dll.sources: 
36           (oops, was already added in previous checkins)
37           add UrlRoutingModuleTest.cs.
39 2008-09-12  Atsushi Enomoto  <atsushi@ximian.com>
41         * System.Web.Routing.dll.sources: add UrlPattern.cs.
43 2008-09-04  Atsushi Enomoto  <atsushi@ximian.com>
45         * Makefile, System.Web.Routing.dll.sources: initial checkin.