Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2006-07-09 17:33:33 +0400
committerZoltan Varga <vargaz@gmail.com>2006-07-09 17:33:33 +0400
commit19ad9d2a1b177ed3cfe4e82d852fc6d08077773b (patch)
tree6d4dc9fa17c88526a44550c3b710d0dc4842f00d /ChangeLog
parented0ed68f3e80bdca92a56df1b7d0b341baf926ce (diff)
2006-07-09 Zoltan Varga <vargaz@gmail.com>
* docs/exception-handling.txt: Note the changes in the handling of SIGSEGV received while in native code. svn path=/trunk/mono/; revision=62379
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a77638408..698cb5d38ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-09 Zoltan Varga <vargaz@gmail.com>
+
+ * docs/exception-handling.txt: Note the changes in the handling of SIGSEGV
+ received while in native code.
+
2006-07-04 Zoltan Varga <vargaz@gmail.com>
* configure.in: Add the contents of LIBS to libmono_ldflags on sol-x86 too.