X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Configuration%2FChangeLog;h=4b0b7baa09b7749aec226b600587e1368f29b94f;hb=9a63e6900200262f6d77b07dae4a95567062122a;hp=66c8336dc39d369d67c66ca87651b89f9076abc5;hpb=6be4ffb6216f67db97f9944bcbb9fc414d44106b;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Configuration/ChangeLog b/mcs/class/System.Web/System.Web.Configuration/ChangeLog index 66c8336dc39..4b0b7baa09b 100644 --- a/mcs/class/System.Web/System.Web.Configuration/ChangeLog +++ b/mcs/class/System.Web/System.Web.Configuration/ChangeLog @@ -1,3 +1,103 @@ +2007-10-15 Marek Habersack + + * ModulesConfiguration.cs: load modules using + HttpApplication.LoadType to include the bin/ directory in search. + +2007-08-30 Marek Habersack + + * MachineKeyRegistryStorage.cs: added + +2007-08-23 Robert Jordan + + * WebConfigurationSettings.cs: Move RemotingConfiguration to + System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs. + Fixes #81831. + +2007-08-10 Gert Driesen + + * PagesConfigurationHandler.cs: Use enum for EnableSessionState. + * PagesConfiguration.cs: Use enum for EnableSessionState. + +2007-08-08 Marek Habersack + + * WebConfigurationSettings.cs: do not use lock (this), replace it + with lock (this_object), where this_object is an instance + variable. Prevents deadlocks in situation when external code locks + on the class instance. + +2007-05-01 Marek Habersack + + * HttpCapabilitiesBase.cs: move the User-Agent code to a separate + internal method. + +2007-04-10 Marek Habersack + + * WebConfigurationSettings.cs: add NotifyFilter.Size to the + watcher notification filter to enable file modification events + with Linux inotify. + +2007-03-22 Adar Wesley + + * HttpCapabilitiesBase.cs: support for implementation of new + capabilities. + +2007-03-19 Marek Habersack + + * WebConfigurationSettings.cs: another fix to the + GetConfigFromFileName logic - the passed "filepath" must not end + with a slash when called recursively, or it will lead to endless + recursion. + +2007-03-18 Marek Habersack + + * WebConfigurationSettings.cs: fix the GetConfigFromFileName + directory logic. + +2007-02-17 Gert Driesen + + * PagesConfiguration.cs: Stop swallowing configuration exceptions. + * PagesConfigurationHandler.cs: Provide better exception message for + invalid 'enableSessionState' value. + +2007-01-20 Miguel de Icaza + + * HandlerFactoryConfiguration.cs (LoadType): remove unused + variable. + (ctor): do not assign parent, we do not use it, keep the code for + reference. + +2007-01-18 Miguel de Icaza + + * HttpCapabilitiesBase.cs: Fix the build, I kept an old code path + for 1.0 + +2007-01-18 Konstantin Triger + + * HttpCapabilitiesBase.cs: consider Page's ClientTarget for BrowseCaps. + +2006-08-15 Eyal Alalouf + * WebConfigurationSettings.cs: Remove i#if TARGET_JVM since Grasshopper + supports Remtoing now. + +2006-07-06 Andrew Skiba + + * HttpHandlersSectionHandler.cs: validate attribute can have 'true' and + 'false' case-insensitive in net 2.0 + +2006-06-28 Andrew Skiba + + * ModulesConfiguration.cs: keep the inner exception + +2006-03-19 Gonzalo Paniagua Javier + + * HttpRuntimeConfigurationHandler.cs: removed a bunch of useless stuff + for 1.x. + +2006-02-28 Chris Toshok + + * FormsAuthPasswordFormat.cs: ifdef out the [Serializable] in the + 2.0 case. + 2006-02-10 Gonzalo Paniagua Javier * CompilationConfiguration.cs: