[corlib] Improve CancellationTokenSource test
[mono.git] / msvc / ChangeLog
index 137b601af7436bf9d765bc88b2a7358269c9c346..36080ea0ebde1209648f3028a9093f3f4036535e 100755 (executable)
@@ -1,3 +1,186 @@
+2010-06-28  Robert Jordan  <robertj@gmx.net>
+
+       * mono.def: Add mono_free symbol (exposed by mono-publib.h).
+
+2010-05-31  Robert Jordan  <robertj@gmx.net>
+
+       * mono.def : Remove unimplemented symbols.
+
+       * mono.def: Regenerate with create-windef.pl.
+
+       * create-windef.pl: Track 2.0 API changes.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * scripts/monowrap.cs, scripts/genproj.cs: rename
+       the net_2_1 profile to moonlight.
+
+2010-03-01  Robert Jordan  <robertj@gmx.net>
+
+       * libmono.vcproj: Track changes.
+
+2009-11-02 Jonathan Chambers <joncham@gmail.com>
+
+       * genmdesc.vcproj: Fix amd64 build.
+
+       * libmono.vcproj: Fix amd64 build.
+
+       * mono.vcproj: Fix amd64 build.
+
+       * mono.sln: Fix amd64 build.
+
+2009-09-08  Jonathan Chambers  <joncham@gmail.com>
+
+       * libtest.vcproj: Add toplevel include directory for config.h.
+
+2009-04-24  Bill Holmes  <billholmes54@gmail.com>
+
+       Fixing the glib targets for Winx64.
+
+       * libmono.vcproj, mono.vcproj: Correcting the ProgramDatabaseFile
+         value for the Winx64 glib build.
+
+       * mono.sln: Enabling the glib targets for Winx64.
+
+       Code is contributed under MIT/X11 license.
+
+2009-04-24  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj: Adding metadata/metadata-verify.c to the project.
+
+       * runmdesc.bat: Fixing the argument order to genmdesc.
+
+       Code is contributed under MIT/X11 license.
+
+2009-04-08  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj : Adding mini/mini-gc to the project.
+
+       Code is contributed under MIT/X11 license.
+
+2009-03-05  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono.def : Removing missing methods to remove link errors for
+         MSVC build.  
+
+       Code is contributed under MIT/X11 license.
+
+2009-02-18  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono.def : Adding mono_jit_set_trace_options
+
+       Code is contributed under MIT/X11 license.
+
+2009-02-16  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj : Adding metadata/cominterop and 
+         mini/dwarfwriter to the project.
+
+       Code is contributed under MIT/X11 license.
+
+2009-02-11  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj : Adding utils\mono-filemap.c to the project.
+
+       Code is contributed under MIT/X11 license.
+
+2009-02-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * libmono.vcproj : Track mini/generic-sharing.cs being renamed
+       to mini/mini-generic-sharing.cs.
+
+2008-12-09  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj : Adding unwind.c to the project.
+
+       Code is contributed under MIT/X11 license.
+
+2008-12-04  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono.sln : Removing monoburg from the solution.
+
+       * libmono.vcproj : Removing files deleted from svn.
+
+       * mono.def : Removing mono_burg* exports that no longer exist.
+
+       Code is contributed under MIT/X11 license.
+
+2008-11-10  Bill Holmes  <billholmes54@gmail.com>
+
+       * genmdesc.vcproj, monoburg.vcproj : Adding quotes to paths in the
+         post build steps.
+
+       Code is contributed under MIT/X11 license.
+
+2008-11-07  Bill Holmes  <billholmes54@gmail.com>
+
+       * monoposixhelper.def, monoposixhelper.vcproj : added.
+
+       * mono.sln : Adding the monoposixhelper project.
+
+       Code is contributed under MIT/X11 license.
+
+2008-11-07  Bill Holmes  <billholmes54@gmail.com>
+
+       * test_eglib.vcproj : Adding unicode.c to the project.
+
+       * mono.sln : Adding the correct dependencies for e-glib.
+
+       * *.vcproj : Setting LinkLibraryDependencies=false for all
+         projects and all configurations.
+
+       Code is contributed under MIT/X11 license.
+
+2008-10-17  Bill Holmes  <billholmes54@gmail.com>
+
+       * eglib.vcproj : Adding src\gtimer-win32.c to the VC project.
+
+       Code is contributed under MIT/X11 license.
+
+2008-10-13  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj : Removing metadata\rawbuffer.c from the VC project.
+
+       * eglib.vcproj : Adding gdate-win32.c, gdir-win32.c, gfile-posix.c,
+         gfile-win32.c, gmisc-win32.c, and gmodule-win32.c to the VC project.
+
+       Code is contributed under MIT/X11 license.
+
+2008-10-07  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj : Adding simd-intrinsics.c to the VC project.
+
+       Code is contributed under MIT/X11 license.
+
+2008-09-26  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj : Adding attach.c to the VC project.
+
+       Code is contributed under MIT/X11 license.
+
+2008-09-16  Bill Holmes  <billholmes54@gmail.com>
+
+       * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
+         mono.vcproj, monoburg.vcproj:  Adding i386 preprocessor definition
+         to the Win32 build targets.
+
+       Contributed under MIT/X11 license.
+
+2008-08-12  Bill Holmes  <billholmes54@gmail.com>
+
+       * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, libtest.vcproj,
+         mono.vcproj, monoburg.vcproj, monodiet.vcproj, monodis.vcproj, monograph.vcproj,
+         pedump.vcproj, test_eglib.vcproj, teste.vcproj, test-invoke.vcproj,
+         test-metadata.vcproj:  Updating the preprocessor definitions for MSVC builds to
+         match the gcc build in Cygwin.
+
+       Contributed under MIT/X11 license.
+
+2008-07-23  Robert Jordan  <robertj@gmx.net>
+
+       * libmono.vcproj: Reflect Linear IL changes.
+       * ../winconfig.h: Bump Mono version.
+
 2008-06-02  Bill Holmes  <billholmes54@gmail.com>
        * mono.sln, libtest.vcproj:  Adding libtest to the VS solution.
          libtest is needed for the marshaling tests.