2008-06-10 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Tue, 10 Jun 2008 15:59:01 +0000 (15:59 -0000)
committerMartin Baulig <martin@novell.com>
Tue, 10 Jun 2008 15:59:01 +0000 (15:59 -0000)
* debug-mono-symfile.h
(MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
changes to the file format, but we were generating incorrect
source file indices in the line number table due to a bug, which
made backtraces report an incorrect source file.

svn path=/trunk/mono/; revision=105457

mono/metadata/ChangeLog
mono/metadata/debug-mono-symfile.h

index 64295f1719bc7689c019973974974615fdfb339c..7279887a31436c4f97ccb5c6bb3b738496c72116 100644 (file)
@@ -1,3 +1,11 @@
+2008-06-10  Martin Baulig  <martin@ximian.com>
+
+       * debug-mono-symfile.h
+       (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
+       changes to the file format, but we were generating incorrect
+       source file indices in the line number table due to a bug, which
+       made backtraces report an incorrect source file.
+
 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
 
        * mono-debug.c: Moved mono_debug_free_method_jit_info from
index 88fbdc41885cb8aa8e0fc489a351e2ac5d941285..c21e9a9784356b542c46c40ec55fc12bfc346237 100644 (file)
@@ -93,7 +93,7 @@ struct _MonoSymbolFile {
 };
 
 #define MONO_SYMBOL_FILE_MAJOR_VERSION         42
-#define MONO_SYMBOL_FILE_MINOR_VERSION         5
+#define MONO_SYMBOL_FILE_MINOR_VERSION         6
 #define MONO_SYMBOL_FILE_MAGIC                 0x45e82623fd7fa614ULL
 
 G_BEGIN_DECLS