diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-08-14 00:33:46 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-08-14 00:33:46 +0000 |
commit | b19ba83f072551ce9803af282b06aeb7228d4d97 (patch) | |
tree | 2dc3a9be5101d1948115d12d58b1ed78b81fa3e7 /ChangeLog | |
parent | ccf9e39d977db2f14d2bc152392ad87c90c3feda (diff) | |
download | libxml2-b19ba83f072551ce9803af282b06aeb7228d4d97.tar.gz |
fixed the serious CPU usage problem reported by Grant Goodale applied
* parser.c: fixed the serious CPU usage problem reported by
Grant Goodale
* HTMLparser.c: applied patch from Oliver Kidman about a free
missing in htmlSAXParseDoc
Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com> + + * parser.c: fixed the serious CPU usage problem reported by + Grant Goodale + * HTMLparser.c: applied patch from Oliver Kidman about a free + missing in htmlSAXParseDoc + Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk> * doc/Makefile.am: Removed dependency from libxml2.def.src |