summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2009-06-04 11:08:39 +0200
committerDaniel Veillard <veillard@redhat.com>2009-06-04 11:08:39 +0200
commit7dd7080ad70c59ab21514b741a47128eb424dd35 (patch)
tree479f93fc2d4c0be08348b60092e8ff6e301d5dfb /ChangeLog
parent4d3e2da7f862d37e0f9adbd476531f43e02f495d (diff)
downloadlibxml2-7dd7080ad70c59ab21514b741a47128eb424dd35.tar.gz
* parser.c threads.c: change the threading initialization sequence
as suggested by Igor Novoseltsev to avoid crash if xmlInitParser() is called from a thread which is not the main one, should fix #584605 daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed6fc5d1..601b000e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jun 4 11:06:07 CEST 2009 Daniel Veillard <daniel@veillard.com>
+
+ * parser.c threads.c: change the threading initialization sequence
+ as suggested by Igor Novoseltsev to avoid crash if xmlInitParser()
+ is called from a thread which is not the main one, should fix
+ #584605
+
Fri May 15 17:54:48 CEST 2009 Daniel Veillard <daniel@veillard.com>
* HTMLparser.c: make sure we keep line numbers fixes #580705