X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=15d7cc5507a7c4866feece32f63b9b0b51994187;hb=b51a4f36940ef3b1f901eb7d93d4292e63f2b5e2;hp=300dbbfa9a9dd897ad36ea32428b94297586b5c2;hpb=5e5ffc8e74f30e0614e3f8250022eb984dcf6dca;p=mono.git diff --git a/ChangeLog b/ChangeLog index 300dbbfa9a9..15d7cc5507a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,279 @@ +2006-11-02 Wade Berrier + + * configure.in: version bump to 1.2 + +2006-11-02 Michael Hutchinson + + * data/net_2_0/machine.config: defaultProxy section is no longer + necessary, so remove. + +2006-11-01 Jonathan Pryor + + * configure.in: Add type checks for blkcnt_t, blksize_t, suseconds_t. Some + versions of Mac OS X don't define these, needed by support/map.c. + +2006-10-26 Jonathan Pryor + + * configure.in: Add type checks for structs pollfd, stat, timeval, timezone. + This is so that support/map.c can use HAVE_STRUCT_... wrappers around + structure conversion functions, allowing them to be omitted from the Win32 + build. + +2006-10-16 Kornél Pál + + * libmono.vcproj: Removed unicode.h and unicode.c. Changed absolute + path in AdditionalLibraryDirectories to relative. + +2006-10-13 Joe Shaw + + * samples/size/size.c: Flesh this out quite a bit more so that + its results are more accurate. + * samples/size/sample.cs: Add a few more test cases. + +2006-10-12 Zoltan Varga + + * configure.in: Disable visibility("hidden") on cygwin as well. + +2006-10-10 Zoltan Varga + + * configure.in: Get rid of --with-nptl. + +Sat Sep 30 12:11:56 CEST 2006 Paolo Molaro + + * configure.in: link to libnsl only if needed. + +2006-09-19 Raja R Harinath + + * runtime/Makefile.am (etc/mono/config): Fix rule to avoid writing + into a symlink created by the 2006-09-13 change below. + +2006-09-17 Zoltan Varga + + * docs/thread-safety.txt: Moved here from mono/metadata. + +2006-09-16 Zoltan Varga + + * configure.in: Avoid non-static build warning on windows. + +2006-09-16 Raja R Harinath + + Fix srcdir!=builddir issue. + * configure.in (runtime/etc/mono/config): Remove erroneous code. + * runtime/Makefile.am (etc/mono/config): Rename from wrapper-config. + * runtime/mono-wrapper.in: Update. + +2006-09-15 Jonathan Pryor + + * configure.in: Remove check for setkey(3). + +2006-09-13 Jonathan Pryor + + * configure.in: Add command to create runtime/etc/mono/config. This is + needed so that programs which use the bootstrap mono build get the + appropriate entries (in particular, the mono-shlib-cop unit + tests requires that a $prefix/etc/mono/config be present to run). + * runtime/Makefile.am: Create runtime/etc/mono/config. + +2006-09-11 Zoltan Varga + + * mono.vcproj: Fix VC build. + +2006-09-01 Zoltan Varga + + * configure.in: More alpha updates from Sergey Tikhonov . + +2006-08-31 Zoltan Varga + + * samples/embed/test-invoke.vcproj samples/embed/teste.vcproj: Fix include paths for newer glib versions. + + * genmdesc.vcproj: Fix include paths for newer glib versions. + + * libmono.vcproj: Add further missing sources, fix include paths for newer glib versions. + + * libmono.vcproj: Add aot-compiler.c and aot-runtime.c as source files. + + * README.vsnet: Fix a typo. + +2006-08-31 Zoltan Varga + + * configure.in (PLATFORM_WIN32): Add -mno-cygwin to libmono_cflags/ldflags. Fixes + #79180. + +2006-08-15 Miguel de Icaza + + * configure.in: Add support for an altenative version of glib. + +2006-08-29 Wade Berrier + + * configure.in: Add required CFLAGS for s390[x] (-mbackchain) + +2006-08-23 Gonzalo Paniagua Javier + + * configure.in: check for mkstemp. + +2006-08-22 Raja R Harinath + + * runtime/Makefile.am (mcs-compileall): Remove mention of Microsoft.VisualBasic. + +2006-07-25 Gonzalo Paniagua Javier + + * configure.in: add check for sys/syscall.h. Remove aio_* detection as + it has not been used for a while now. + +2006-07-19 Wade Berrier + + * scripts/mono-find-provides.in: Remove support for only scanning files in the gac. + The problem is that mono apps are often broken up into subpackages, and deps can only + be resolved if the assemblies are in the gac, even when they sometimes shouldn't be. + (See https://bugzilla.novell.com/show_bug.cgi?id=144655) + +2006-07-19 Zoltan Varga + + * configure.in: Applied patch from Sergey Tikhonov . Beginning + of alpha support. + +2006-07-17 Wade Berrier + + * scripts/mono-find-requires.in: Change rpm requires to >= 1.0.3300.0 instead of + =, since we don't explicitly provide 1.0.3300.0 versions. + +2006-07-09 Zoltan Varga + + * docs/exception-handling.txt: Update libunwind status since it is not really + dead. + + * docs/exception-handling.txt: Note the changes in the handling of SIGSEGV + received while in native code. + +2006-07-04 Zoltan Varga + + * configure.in: Add the contents of LIBS to libmono_ldflags on sol-x86 too. + +2006-07-01 Zoltan Varga + + * configure.in: Add the contents of LIBS to libmono_ldflags instead on solaris. + +2006-06-30 Zoltan Varga + + * configure.in: Add -lsocket -lnsl to libmono_ldflags on solaris to fix the + mkbundle tests. + +2006-06-27 Zoltan Varga + + * configure.in: Disable --with-tls=__thread on solaris/x86. + +2006-06-24 Zoltan Varga + + * configure.in: Always pass CPPFLAGS to libgc configure. + +2006-06-22 Sebastien Pouliot + + * configure.in: Add the Makefile to create in order to run the CAS + tests. + +2006-06-14 Sebastien Pouliot + + * README.vsnet: Make it clear that building Mono under cygwin is a + pre-requirement to using the VS.NET solution (with the supplied + instructions). + +2006-06-01 Zac Bowling + * configure.in, fix typo breaking build (test instead of text on last + line) + +2006-05-24 Andrew Skiba + + * configure.in, runtime/Makefile.am: create a symlink at + mono/runtime/etc/mono/2.0/web.config similar to machine.config + +2006-05-24 Raja R Harinath + + * scripts/Makefile.am (scripts_1_0, scripts_2_0): Move + nunit-console ... + (scripts_nunit): ... here. + (REWRITE1_DEBUG, REWRITE2_DEBUG): New defines that pass a --debug + to the mono runtime. + (nunit-console, nunit-console2): New targets. Use them. + +2006-05-23 Zoltan Varga + + * libatomic_ops: Remove this, as using it didn't work out. + +2006-05-23 Martin Baulig + + * configure.in: Disable the debugger if we're not using the + included gc. + +2006-05-10 Atsushi Enomoto + + * data/net_2_0/machine.config : updated webRequestModules, + defaultProxy and connectionManagement handlers. + +2006-05-10 Zoltan Varga + + * configure.in: Disable usage of visibility(hidden) on solaris x86. + +2006-05-07 Zoltan Varga + + * data/mono.supp: Applied patch from Matt Hargett (matt@use.net). + Generalize path to the mono executable. + +2006-05-02 Jonathan Chambers + + * configure.in: Add oleaut32 on Win32 builds for BSTR support + +2006-05-01 Chris Toshok + + * data/net_2_0/machine.config: add connectionStringName's + parameters to the role/membership providers. + +2006-04-30 Raja R Harinath + + * Makefile.am (mcs-do-clean, mcs-do-compiler-tests): Clean + and run tests in mono/tests too. + +2006-04-25 Wade Berrier + + * scripts/mono-find-provides.in: Only scan files that are in the gac. + This allows packages to contain private assemblies that won't conflict + with other packages. Fixes bugzilla.novell.com #144655. + +2006-04-21 Alp Toker + + * scripts/mono-service.in: Usage info fixes: + Lock file was referred to as .log instead of .lock. Fixes #75724. + $0 was in single-quoted, so not interpreted. + +2006-04-13 Chris Toshok + + * data/net_2_0/machine.config: add system.data section listing the + SqlClient provider. Also add system.web section listing the + membership and role providers. This is here instead of in + web.config because the providers are meant to be available to + non-web applications as well. + +2006-04-11 Chris Toshok + + * data/net_2_0/web.config: add the builtin expression builders. + +2006-04-11 Gert Driesen + + * scripts/Makefile.am (scripts_2_0): Add 'resgen2'. + +2006-04-07 Chris Toshok + + * data/net_2_0/machine.config: oh, and + system.web/anonymousIdentification. + +2006-04-07 Chris Toshok + + * data/net_2_0/machine.config: add system.web/membership and + system.web/xhtmlConformance config sections. + +2006-04-04 Zoltan Varga + + * configure.in: Add a check and a helpful error message when 'ar' is not found on solaris. + 2006-04-01 Zoltan Varga * data/mono.supp: Add "Use of uninitialized value of size 8" too.