72b98f8c65741c1777f3c76bed250559f695313d
[mono.git] / mcs / class / System.Web.Routing / ChangeLog
1 2009-06-16  Marek Habersack  <mhabersack@novell.com>
2
3         * Makefile (LIB_MCS_FLAGS): define SYSTEMCORE_DEP
4
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.
8
9 2009-05-27  Marek Habersack  <mhabersack@novell.com>
10
11         * Makefile (LIB_MCS_FLAGS): added support for defining the DEBUG
12         symbol on compiler command line.
13
14 2009-05-25  Marek Habersack  <mhabersack@novell.com>
15
16         * System.Web.Routing_test.dll.sources: added
17         System.Web.Routing/AssertExtensions.cs
18
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
27
28 2008-10-16  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * System.Web.Routing_test.dll.sources:
31           added RouteValueDictionaryTest.cs.
32
33 2008-09-17  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * System.Web.Routing_test.dll.sources: 
36           (oops, was already added in previous checkins)
37           add UrlRoutingModuleTest.cs.
38
39 2008-09-12  Atsushi Enomoto  <atsushi@ximian.com>
40
41         * System.Web.Routing.dll.sources: add UrlPattern.cs.
42
43 2008-09-04  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * Makefile, System.Web.Routing.dll.sources: initial checkin.