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.UI/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI/ChangeLog16
1 files changed, 1 insertions, 15 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/ChangeLog b/mcs/class/System.Web/System.Web.UI/ChangeLog
index f720b031b3f..ed37506fc56 100644
--- a/mcs/class/System.Web/System.Web.UI/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI/ChangeLog
@@ -1,21 +1,7 @@
-2007-08-10 Gert Driesen <drieseng@users.sourceforge.net>
-
- * PageParser.cs: Replace enableSessionState and readOnlySessionState
- bools with enum backed field. Move 1.0 profile code for checking value
- of EnableSessionState pages config to PagesConfigurationHandler.
- Fixes bug #82392 for 1.0 profile.
-
-2007-08-09 Marek Habersack <mhabersack@novell.com>
-
- * PageParser.cs: honor web.config enableSessionState
- ReadOnly setting instead of overwriting based on default value for
- page directive EnableSessionState. Patch from Joel Reed
- <joelwreed@comcast.com>, thanks! Fixes bug #82392
-
2007-07-24 Igor Zelmanovich <igorz@mainsoft.com>
* ClientScriptManager.cs: fixed: GetCallbackEventReference method.
-
+
2007-07-23 Igor Zelmanovich <igorz@mainsoft.com>
* Page.cs: refactoring: __doPostBack client script