X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=ff7f661ca3fefd20a7e297edf48d84595c065351;hb=ce307de17e79a19fc73b7f1c67407311f134c256;hp=e1ebc3cd905b1c9b5214b5676e18e7f2ffb325d2;hpb=c4c1d3388a8b6f9acd5d91a180667b51d028a359;p=mono.git diff --git a/ChangeLog b/ChangeLog index e1ebc3cd905..ff7f661ca3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,108 @@ +2006-03-31 Massimiliano Mantione + + * docs/tree-mover.txt: Added tree mover documentation. + +Wed, 29 Mar 2006 20:54:05 +0200 Paolo Molaro + + * configure.in, mono/Makefile.am: remove the now unused handles dir + from the build. + +2006-03-22 Chris Toshok + + * data/net_2_0/web.config: add RoleManagerModule to httpModules. + + * data/net_2_0/machine.config: add system.web/roleManager section + handler. + +2006-03-20 Zoltan Varga + + * libmono.vcproj: Add some newly added source files. + +2006-03-17 Zoltan Varga + + * libmono.vcproj: Remove os/win32/util.h. + +2006-03-09 Vladimir Krasnov + + * Added data/net_1_1/DefaultWsdlHelpGenerator.jvm.aspx + with removed proxy class generation for Grasshopper + +2006-03-08 Chris Toshok + + * data/net_2_0/web.config: add a default siteMap section with the + AspNetXmlSiteMapProvider provider. + + * data/net_2_0/machine.config: add system.web/siteMap section + info. + +2006-03-03 Zoltan Varga + + * configure.in mono/os: Merge the contents of libmonoos to metadata/assembly.c and + get rid of os/unix and os/win32. + +Wed Mar 1 12:37:43 CET 2006 Paolo Molaro + + * configure.in: added checks for visibility attribute, + option to disable generics, disabled options string define. + +2006-02-27 Raja R Harinath + + * configure.in (runtime/etc/mono/{1.0,2.0}/machine.config): + Fix m4-quoting. + +Sat Feb 25 11:53:30 CET 2006 Paolo Molaro + + * configure.in: more feature for --enable-minimal flags. + +2006-02-24 Gonzalo Paniagua Javier + + * configure.in: define PLATFORM_BSD. + +2006-02-17 Zoltan Varga + + * Makefile.am: Avoid installing mint.pc if mint is not compiled. + +2006-02-07 Chris Toshok + + * data/net_2_0/Makefile.am (EXTRA_DIST): add web.config + (mono_DATA): same. + + * data/net_2_0/machine.config: remove the system.web section from + here. + + * data/net_2_0/web.config: and add it here. + +2006-02-02 Carlos Alberto Cortez + + * data/net_2_0/machine.config: Add FtpRequestCreator + to create new instances of System.Net.FtpWebWebRequest. + +2006-02-01 Sebastien Pouliot + + * libmono.vcproj: Added new files to the VS.NET build. + * README.vsnet: Updated VS.NET build instructions. + +2006-01-26 Chris Toshok + + * data/net_2_0/machine.config: ignore runtime and startup + sections. + +2006-01-25 Chris Toshok + + * data/net_2_0/machine.config: ignore mscorlib, + system.runtime.remoting, and strongNames sections. + +2006-01-25 Chris Toshok + + * data/net_2_0/machine.config: for system.web, add default + section that allows everything. also, add + System.Configuration to system.web/compilation/assemblies. + +2006-01-23 Chris Toshok + + * data/net_2_0/machine.config: add System.Configuration to the + list of assemblies in system.web/compilation. + 2006-01-23 Martin Baulig * configure.in: Added configure check whether the Mono Debugger is