2007-07-22 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
index 764fa2725ea35f9605f65e5bfb57a3fbeca67cb7..9e8ec539d1c8757e61ff7bb6ff67bc4fb4361fa8 100644 (file)
@@ -1,3 +1,14 @@
+2007-07-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * loader.c (mono_method_get_param_token): Make this work on generic methods.
+       Return 0x8000000 for return parameters. Fixes #82161.
+
+2007-07-21  Marek Habersack  <grendello@gmail.com>
+
+       * appdomain.c (get_shadow_assembly_location): append the current
+       ticks value to the path. Avoids overwriting the same assemblies by
+       several threads at the same time.
+
 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
        and Raja R Harinath  <rharinath@novell.com>