Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.Compilation/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.Compilation/ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcs/class/System.Web/System.Web.Compilation/ChangeLog b/mcs/class/System.Web/System.Web.Compilation/ChangeLog
index cb741c90ab4..d49b97c1920 100644
--- a/mcs/class/System.Web/System.Web.Compilation/ChangeLog
+++ b/mcs/class/System.Web/System.Web.Compilation/ChangeLog
@@ -9,12 +9,6 @@
try/catch, so that we can wrap the possible exception in
HttpException.
-2009-06-30 Marek Habersack <mhabersack@novell.com>
-
- * AspGenerator.cs: TextParsed must remove client-side comments
- from the passed text before attempting to parse the text for
- server side controls and expressions. Fixes bug #517656
-
2009-07-21 Marek Habersack <mhabersack@novell.com>
* AspTokenizer.cs: in put_back, store inTag value as well.