blob: 2d6a794f9b8487ce5b0f3e9f0eed05c5c3d9dfda [file] [log] [blame]
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00001
Daniel Veillard8ba17412003-01-01 19:13:12 +00002 NEWS file for libxml2
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00003
Daniel Veillard8ba17412003-01-01 19:13:12 +00004 Note that this is automatically generated from the news webpage at:
5 http://xmlsoft.org/news.html
6
Daniel Veillard8ba17412003-01-01 19:13:12 +00007Items not finished and worked on, get in touch with the list if you want
Daniel Veillardb5eb7142004-03-26 13:55:38 +00008to help those - More testing on RelaxNG
Daniel Veillard8ba17412003-01-01 19:13:12 +00009 - Finishing up XML
Daniel Veillard72fef162003-02-05 14:31:19 +000010 Schemas
Daniel Veillard8ba17412003-01-01 19:13:12 +000011
Daniel Veillardc0826a72004-08-10 14:17:33 +000012The change log at
13ChangeLog.html
14 describes the recents commits
William M. Brack7a12e572007-02-16 17:11:09 +000015to the SVN at
16http://svn.gnome.org/viewcvs/libxml2/trunk/
17 code base.Here is the list of public releases:
Daniel Veillard596da972008-04-08 14:58:41 +0000182.6.32: Apr 8 2008:
19 - Documentation: returning heap memory to kernel (Wolfram Sang),
20 trying to clarify xmlCleanupParser() use, xmlXPathContext improvement
21 (Jack Jansen), improve the *Recover* functions documentation,
22 XmlNodeType doc link fix (Martijn Arts)
23 - Bug fixes: internal subset memory leak (Ashwin), avoid problem with
24 paths starting with // (Petr Sumbera), streaming XSD validation callback
25 patches (Ashwin), fix redirection on port other than 80 (William Brack),
26 SAX2 leak (Ashwin), XInclude fragment of own document (Chris Ryan),
27 regexp bug with '.' (Andrew Tosh), flush the writer at the end of the
28 document (Alfred Mickautsch), output I/O bug fix (William Brack),
29 writer CDATA output after a text node (Alex Khesin), UTF-16 encoding
30 detection (William Brack), fix handling of empty CDATA nodes for Safari
31 team, python binding problem with namespace nodes, improve HTML parsing
32 (Arnold Hendriks), regexp automata build bug, memory leak fix (Vasily
33 Chekalkin), XSD test crash, weird system parameter entity parsing problem,
34 allow save to file:///X:/ windows paths, various attribute normalisation
35 problems, externalSubsetSplit fix (Ashwin), attribute redefinition in
36 the DTD (Ashwin), fix in char ref parsing check (Alex Khesin), many
37 out of memory handling fixes (Ashwin), XPath out of memory handling fixes
38 (Alvaro Herrera), various realloc problems (Ashwin), UCS4 encoding
39 conversion buffer size (Christian Fruth), problems with EatName
40 functions on memory errors, BOM handling in external parsed entities
41 (Mark Rowe)
42 - Code cleanup: fix build under VS 2008 (David Wimsey), remove useless
43 mutex in xmlDict (Florent Guilian), Mingw32 compilation fix (Carlo
44 Bramini), Win and MacOS EOL cleanups (Florent Guiliani), iconv need
45 a const detection (Roumen Petrov), simplify xmlSetProp (Julien Charbon),
46 cross compilation fixes for Mingw (Roumen Petrov), SCO Openserver build
47 fix (Florent Guiliani), iconv uses const on Win32 (Rob Richards),
48 duplicate code removal (Ashwin), missing malloc test and error reports
49 (Ashwin), VMS makefile fix (Tycho Hilhorst)
50 - improvements: better plug of schematron in the normal error handling
51 (Tobias Minich)
52
53
Daniel Veillard28b64e22008-01-11 09:07:51 +0000542.6.31: Jan 11 2008:
55 - Security fix: missing of checks in UTF-8 parsing
56 - Bug fixes: regexp bug, dump attribute from XHTML document, fix
57 xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
58 (Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
59 XSD crash due to double free (Rob Richards), indentation fix in
60 xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
61 parsing if attribute redeclared, avoid crash in hash list scanner if
62 deleting elements, column counter bug fix (Christian Schmidt),
63 HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
64 output from xml2-config (Fred Crozat), avoid an xmllint crash
65 (Stefan Kost), don't stop HTML parsing on out of range chars.
66
67 - Code cleanup: fix open() call third argument, regexp cut'n paste
68 copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
69 some make distcheck realted fixes (John Carr)
70 - Improvements: HTTP Header: includes port number (William Brack),
71 testURI --debug option,
72
73
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000742.6.30: Aug 23 2007:
75 - Portability: Solaris crash on error handling, windows path fixes
76 (Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)
77 - Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
78 reusing a writer for a new document (Dodji Seketeli), Schemas
79 xsi:nil handling patch (Frank Gross), relative URI build problem
80 (Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
81 detection bug, fix disparity with xmlSAXUserParseMemory, automata
82 generation for complex regexp counts problems, Schemas IDC import
83 problems (Frank Gross), xpath predicate evailation error handling
84 (William Brack)
85
86
Daniel Veillard38431c32007-06-12 16:20:09 +0000872.6.29: Jun 12 2007:
88 - Portability: patches from Andreas Stricke for WinCEi,
89 fix compilation warnings (William Brack), avoid warnings on Apple OS/X
90 (Wendy Doyle and Mark Rowe), Windows compilation and threading
91 improvements (Rob Richards), compilation against old Python versions,
92 new GNU tar changes (Ryan Hill)
93 - Documentation: xmlURIUnescapeString comment,
94 - Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
95 flag fix (Richard Jones), regexp interpretation of \,
96 htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
97 typo (Bjorn Reese), entity content failure, xmlListAppend() fix
Daniel Veillard39801e52008-06-03 16:08:54 +000098 (Georges-André Silber), XPath number serialization (William Brack),
Daniel Veillard38431c32007-06-12 16:20:09 +000099 nanohttp gzipped stream fix (William Brack and Alex Cornejo),
Daniel Veillard39801e52008-06-03 16:08:54 +0000100 xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
Daniel Veillard38431c32007-06-12 16:20:09 +0000101 XPath string value of PI nodes (William Brack), XPath node set
102 sorting bugs (William Brack), avoid outputting namespace decl
103 dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
104 error handling, recustion on next in catalogs, fix a Relax-NG crash,
105 workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
106 invalid character in attribute detection bug, big comments before
107 internal subset streaming bug, HTML parsing of attributes with : in
Daniel Veillard39801e52008-06-03 16:08:54 +0000108 the name, IDness of name in HTML (Dagfinn I. Mannsåker)
Daniel Veillard38431c32007-06-12 16:20:09 +0000109 - Improvement: keep URI query parts in raw form (Richard Jones),
110 embed tag support in HTML (Michael Day)
111
112
Daniel Veillard39bcf942007-04-17 14:47:05 +00001132.6.28: Apr 17 2007:
114 - Documentation: comment fixes (Markus Keim), xpath comments fixes too
115 (James Dennett)
116 - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
117 (Usamah Malik), various regexp bug fixes (DV and William), path conversion
118 on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
119 principal node of axis bug, HTML serialization of some codepoint
120 (Steven Rainwater), user data propagation in XInclude (Michael Day),
121 standalone and XML decl detection (Michael Day), Python id ouptut
122 for some id, fix the big python string memory leak, URI parsing fixes
Daniel Veillard39801e52008-06-03 16:08:54 +0000123 (Stéphane Bidoul and William), long comments parsing bug (William),
Daniel Veillard39bcf942007-04-17 14:47:05 +0000124 concurrent threads initialization (Ted Phelps), invalid char
125 in text XInclude (William), XPath memory leak (William), tab in
126 python problems (Andreas Hanke), XPath node comparison error
127 (Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
128 XML Schemas attribute group (William), HTML parsing problem (William),
129 fix char 0x2d in regexps (William), regexp quantifier range with
130 min occurs of 0 (William), HTML script/style parsing (Mike Day)
131 - Improvement: make xmlTextReaderSetup() public
132 - Compilation and postability: fix a missing include problem (William),
Daniel Veillard39801e52008-06-03 16:08:54 +0000133 __ss_familly on AIX again (Björn Wiberg), compilation without zlib
Daniel Veillard39bcf942007-04-17 14:47:05 +0000134 (Michael Day), catalog patch for Win32 (Christian Ehrlicher),
135 Windows CE fixes (Andreas Stricke)
136 - Various CVS to SVN infrastructure changes
137
138
Daniel Veillardc8338f12006-10-25 16:06:29 +00001392.6.27: Oct 25 2006:
140 - Portability fixes: file names on windows (Roland Schwingel,
141 Emelyanov Alexey), windows compile fixup (Rob Richards),
142 AIX iconv() is apparently case sensitive
143 - improvements: Python XPath types mapping (Nic Ferrier), XPath optimization
144 (Kasimier), add xmlXPathCompiledEvalToBoolean (Kasimier), Python node
145 equality and comparison (Andreas Pakulat), xmlXPathCollectAndTest
146 improvememt (Kasimier), expose if library was compiled with zlib
147 support (Andrew Nosenko), cache for xmlSchemaIDCMatcher structs
148 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
149 Richards), export htmlNewParserCtxt needed by Michael Day, refactoring
150 of catalog entity loaders (Michael Day), add XPointer support to
151 python bindings (Ross Reedstrom, Brian West and Stefan Anca),
152 try to sort out most file path to URI conversions and xmlPathToUri,
153 add --html --memory case to xmllint
154 - building fix: fix --with-minimum (Felipe Contreras), VMS fix,
155 const'ification of HTML parser structures (Matthias Clasen),
156 portability fix (Emelyanov Alexey), wget autodetection (Peter
157 Breitenlohner), remove the build path recorded in the python
158 shared module, separate library flags for shared and static builds
159 (Mikhail Zabaluev), fix --with-minimum --with-sax1 builds, fix
160 --with-minimum --with-schemas builds
161 - bug fix: xmlGetNodePath fix (Kasimier), xmlDOMWrapAdoptNode and
162 attribute (Kasimier), crash when using the recover mode,
163 xmlXPathEvalExpr problem (Kasimier), xmlXPathCompExprAdd bug (Kasimier),
164 missing destry in xmlFreeRMutex (Andrew Nosenko), XML Schemas fixes
165 (Kasimier), warning on entities processing, XHTML script and style
166 serialization (Kasimier), python generator for long types, bug in
167 xmlSchemaClearValidCtxt (Bertrand Fritsch), xmlSchemaXPathEvaluate
168 allocation bug (Marton Illes), error message end of line (Rob Richards),
169 fix attribute serialization in writer (Rob Richards), PHP4 DTD validation
170 crasher, parser safety patch (Ben Darnell), _private context propagation
171 when parsing entities (with Michael Day), fix entities behaviour when
172 using SAX, URI to file path fix (Mikhail Zabaluev), disapearing validity
173 context, arg error in SAX callback (Mike Hommey), fix mixed-content
174 autodetect when using --noblanks, fix xmlIOParseDTD error handling,
175 fix bug in xmlSplitQName on special Names, fix Relax-NG element content
176 validation bug, fix xmlReconciliateNs bug, fix potential attribute
177 XML parsing bug, fix line/column accounting in XML parser, chunking bug
178 in the HTML parser on script, try to detect obviously buggy HTML
179 meta encoding indications, bugs with encoding BOM and xmlSaveDoc,
180 HTML entities in attributes parsing, HTML minimized attribute values,
181 htmlReadDoc and htmlReadIO were broken, error handling bug in
182 xmlXPathEvalExpression (Olaf Walkowiak), fix a problem in
183 htmlCtxtUseOptions, xmlNewInputFromFile could leak (Marius Konitzer),
184 bug on misformed SSD regexps (Christopher Boumenot)
185
186 - documentation: warning about XML_PARSE_COMPACT (Kasimier Buchcik),
187 fix xmlXPathCastToString documentation, improve man pages for
188 xmllitn and xmlcatalog (Daniel Leidert), fixed comments of a few
189 functions
190
191
Daniel Veillardcc047b32006-06-18 17:20:33 +00001922.6.26: Jun 6 2006:
193 - portability fixes: Python detection (Joseph Sacco), compilation
194 error(William Brack and Graham Bennett), LynxOS patch (Olli Savia)
195 - bug fixes: encoding buffer problem, mix of code and data in
196 xmlIO.c(Kjartan Maraas), entities in XSD validation (Kasimier Buchcik),
197 variousXSD validation fixes (Kasimier), memory leak in pattern (Rob
198 Richards andKasimier), attribute with colon in name (Rob Richards), XPath
199 leak inerror reporting (Aleksey Sanin), XInclude text include of
200 selfdocument.
201 - improvements: Xpath optimizations (Kasimier), XPath object
202 cache(Kasimier)
203
204
2052.6.25: Jun 6 2006::
206Do not use or package 2.6.25
Daniel Veillardb2f8f1d2006-04-28 16:30:48 +00002072.6.24: Apr 28 2006:
208 - Portability fixes: configure on Windows, testapi compile on windows
209 (Kasimier Buchcik, venkat naidu), Borland C++ 6 compile (Eric Zurcher),
210 HP-UX compiler workaround (Rick Jones), xml2-config bugfix, gcc-4.1
211 cleanups, Python detection scheme (Joseph Sacco), UTF-8 file paths on
212 Windows (Roland Schwingel).
213
214 - Improvements: xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode (Kasimier
215 Buchcik), XML catalog debugging (Rick Jones), update to Unicode 4.01.
216 - Bug fixes: xmlParseChunk() problem in 2.6.23, xmlParseInNodeContext()
217 on HTML docs, URI behaviour on Windows (Rob Richards), comment streaming
218 bug, xmlParseComment (with William Brack), regexp bug fixes (DV &
219 Youri Golovanov), xmlGetNodePath on text/CDATA (Kasimier),
220 one Relax-NG interleave bug, xmllint --path and --valid,
221 XSD bugfixes (Kasimier), remove debug
222 left in Python bindings (Nic Ferrier), xmlCatalogAdd bug (Martin Cole),
223 xmlSetProp fixes (Rob Richards), HTML IDness (Rob Richards), a large
224 number of cleanups and small fixes based on Coverity reports, bug
225 in character ranges, Unicode tables const (Aivars Kalvans), schemas
226 fix (Stefan Kost), xmlRelaxNGParse error deallocation,
227 xmlSchemaAddSchemaDoc error deallocation, error handling on unallowed
228 code point, ixmllint --nonet to never reach the net (Gary Coady),
229 line break in writer after end PI (Jason Viers).
230 - Documentation: man pages updates and cleanups (Daniel Leidert).
231 - New features: Relax NG structure error handlers.
232
233
Daniel Veillard67952602006-01-05 15:29:44 +00002342.6.23: Jan 5 2006:
235 - portability fixes: Windows (Rob Richards), getaddrinfo on Windows
236 (Kolja Nowak, Rob Richards), icc warnings (Kjartan Maraas),
237 --with-minimum compilation fixes (William Brack), error case handling fix
238 on Solaris (Albert Chin), don't use 'list' as parameter name reported by
239 Samuel Diaz Garcia, more old Unices portability fixes (Albert Chin),
Daniel Veillard30e76072006-03-09 14:13:55 +0000240 MinGW compilation (Mark Junker), HP-UX compiler warnings (Rick
241 Jones),
Daniel Veillard67952602006-01-05 15:29:44 +0000242 - code cleanup: xmlReportError (Adrian Mouat), remove xmlBufferClose
243 (Geert Jansen), unreachable code (Oleksandr Kononenko), refactoring
244 parsing code (Bjorn Reese)
245 - bug fixes: xmlBuildRelativeURI and empty path (William Brack),
246 combinatory explosion and performances in regexp code, leak in
247 xmlTextReaderReadString(), xmlStringLenDecodeEntities problem (Massimo
248 Morara), Identity Constraints bugs and a segfault (Kasimier Buchcik),
249 XPath pattern based evaluation bugs (DV & Kasimier),
250 xmlSchemaContentModelDump() memory leak (Kasimier), potential leak in
251 xmlSchemaCheckCSelectorXPath(), xmlTextWriterVSprintf() misuse of
252 vsnprintf (William Brack), XHTML serialization fix (Rob Richards), CRLF
253 split problem (William), issues with non-namespaced attributes in
254 xmlAddChild() xmlAddNextSibling() and xmlAddPrevSibling() (Rob Richards),
255 HTML parsing of script, Python must not output to stdout (Nic Ferrier),
256 exclusive C14N namespace visibility (Aleksey Sanin), XSD dataype
257 totalDigits bug (Kasimier Buchcik), error handling when writing to an
258 xmlBuffer (Rob Richards), runtest schemas error not reported (Hisashi
259 Fujinaka), signed/unsigned problem in date/time code (Albert Chin), fix
260 XSI driven XSD validation (Kasimier), parsing of xs:decimal (Kasimier),
261 fix DTD writer output (Rob Richards), leak in xmlTextReaderReadInnerXml
262 (Gary Coady), regexp bug affecting schemas (Kasimier), configuration of
263 runtime debugging (Kasimier), xmlNodeBufGetContent bug on entity refs
264 (Oleksandr Kononenko), xmlRegExecPushString2 bug (Sreeni Nair),
265 compilation and build fixes (Michael Day), removed dependancies on
266 xmlSchemaValidError (Kasimier), bug with <xml:foo/>, more XPath
267 pattern based evaluation fixes (Kasimier)
268 - improvements: XSD Schemas redefinitions/restrictions (Kasimier
269 Buchcik), node copy checks and fix for attribute (Rob Richards), counted
270 transition bug in regexps, ctxt->standalone = -2 to indicate no
271 standalone attribute was found, add xmlSchemaSetParserStructuredErrors()
272 (Kasimier Buchcik), add xmlTextReaderSchemaValidateCtxt() to API
273 (Kasimier), handle gzipped HTTP resources (Gary Coady), add
Daniel Veillard30e76072006-03-09 14:13:55 +0000274 htmlDocDumpMemoryFormat. (Rob Richards),
Daniel Veillard67952602006-01-05 15:29:44 +0000275 - documentation: typo (Michael Day), libxml man page (Albert Chin), save
276 function to XML buffer (Geert Jansen), small doc fix (Aron Stansvik),
Daniel Veillard67952602006-01-05 15:29:44 +0000277
278
Daniel Veillard33b20b72005-09-12 21:43:20 +00002792.6.22: Sep 12 2005:
Daniel Veillard39801e52008-06-03 16:08:54 +0000280 - build fixes: compile without schematron (Stéphane Bidoul)
Daniel Veillard33b20b72005-09-12 21:43:20 +0000281 - bug fixes: xmlDebugDumpNode on namespace node (Oleg Paraschenko)i,
Daniel Veillard67952602006-01-05 15:29:44 +0000282 CDATA push parser bug, xmlElemDump problem with XHTML1 doc,
283 XML_FEATURE_xxx clash with expat headers renamed XML_WITH_xxx, fix some
284 output formatting for meta element (Rob Richards), script and style
285 XHTML1 serialization (David Madore), Attribute derivation fixups in XSD
286 (Kasimier Buchcik), better IDC error reports (Kasimier Buchcik)
287 - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add
288 XML_SAVE_NO_XHTML xmlSaveOption, XML Schemas improvements preparing for
289 derive (Kasimier Buchcik).
Daniel Veillard33b20b72005-09-12 21:43:20 +0000290 - documentation: generation of gtk-doc like docs, integration with
Daniel Veillard67952602006-01-05 15:29:44 +0000291 devhelp.
Daniel Veillard33b20b72005-09-12 21:43:20 +0000292
293
Daniel Veillard0bcc7f62005-09-04 21:39:03 +00002942.6.21: Sep 4 2005:
295 - build fixes: Cygwin portability fixes (Gerrit P. Haase), calling
Daniel Veillard67952602006-01-05 15:29:44 +0000296 convention problems on Windows (Marcus Boerger), cleanups based on Linus'
297 sparse tool, update of win32/configure.js (Rob Richards), remove warnings
298 on Windows(Marcus Boerger), compilation without SAX1, detection of the
299 Python binary, use $GCC inestad of $CC = 'gcc' (Andrew W. Nosenko),
300 compilation/link with threads and old gcc, compile problem by C370 on
301 Z/OS,
Daniel Veillard0bcc7f62005-09-04 21:39:03 +0000302 - bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8
Daniel Veillard67952602006-01-05 15:29:44 +0000303 bug (Jiri Netolicky), XPath NaN compare bug (William Brack),
304 htmlParseScript potential bug, Schemas regexp handling of spaces, Base64
305 Schemas comparisons NIST passes, automata build error xsd:all,
306 xmlGetNodePath for namespaced attributes (Alexander Pohoyda), xmlSchemas
307 foreign namespaces handling, XML Schemas facet comparison (Kupriyanov
308 Anatolij), xmlSchemaPSimpleTypeErr error report (Kasimier Buchcik), xml:
309 namespace ahndling in Schemas (Kasimier), empty model group in Schemas
310 (Kasimier), wilcard in Schemas (Kasimier), URI composition (William),
311 xs:anyType in Schemas (Kasimier), Python resolver emmitting error
312 messages directly, Python xmlAttr.parent (Jakub Piotr Clapa), trying to
313 fix the file path/URI conversion, xmlTextReaderGetAttribute fix (Rob
314 Richards), xmlSchemaFreeAnnot memleak (Kasimier), HTML UTF-8
315 serialization, streaming XPath, Schemas determinism detection problem,
316 XInclude bug, Schemas context type (Dean Hill), validation fix (Derek
317 Poon), xmlTextReaderGetAttribute[Ns] namespaces (Rob Richards), Schemas
318 type fix (Kuba Nowakowski), UTF-8 parser bug, error in encoding handling,
319 xmlGetLineNo fixes, bug on entities handling, entity name extraction in
320 error handling with XInclude, text nodes in HTML body tags (Gary Coady),
321 xml:id and IDness at the treee level fixes, XPath streaming patterns
322 bugs.
Daniel Veillard0bcc7f62005-09-04 21:39:03 +0000323 - improvements: structured interfaces for schemas and RNG error reports
Daniel Veillard67952602006-01-05 15:29:44 +0000324 (Marcus Boerger), optimization of the char data inner loop parsing
325 (thanks to Behdad Esfahbod for the idea), schematron validation though
326 not finished yet, xmlSaveOption to omit XML declaration, keyref match
327 error reports (Kasimier), formal expression handling code not plugged
328 yet, more lax mode for the HTML parser, parser XML_PARSE_COMPACT option
329 for text nodes allocation.
Daniel Veillard0bcc7f62005-09-04 21:39:03 +0000330 - documentation: xmllint man page had --nonet duplicated
331
332
Daniel Veillard78dfc9f2005-07-10 22:30:30 +00003332.6.20: Jul 10 2005:
Daniel Veillard67952602006-01-05 15:29:44 +0000334 - build fixes: Windows build (Rob Richards), Mingw compilation (Igor
335 Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and
336 andriy@google.com), use gcc weak references to pthread to avoid the
337 pthread dependancy on Linux, compilation problem (Steve Nairn), compiling
338 of subset (Morten Welinder), IPv6/ss_family compilation (William Brack),
339 compilation when disabling parts of the library, standalone test
340 distribution.
341 - bug fixes: bug in lang(), memory cleanup on errors (William Brack),
342 HTTP query strings (Aron Stansvik), memory leak in DTD (William), integer
343 overflow in XPath (William), nanoftp buffer size, pattern "." apth fixup
344 (Kasimier), leak in tree reported by Malcolm Rowe, replaceNode patch
345 (Brent Hendricks), CDATA with NULL content (Mark Vakoc), xml:base fixup
346 on XInclude (William), pattern fixes (William), attribute bug in
347 exclusive c14n (Aleksey Sanin), xml:space and xml:lang with SAX2 (Rob
348 Richards), namespace trouble in complex parsing (Malcolm Rowe), XSD type
349 QNames fixes (Kasimier), XPath streaming fixups (William), RelaxNG bug
350 (Rob Richards), Schemas for Schemas fixes (Kasimier), removal of ID (Rob
351 Richards), a small RelaxNG leak, HTML parsing in push mode bug (James
352 Bursa), failure to detect UTF-8 parsing bugs in CDATA sections,
353 areBlanks() heuristic failure, duplicate attributes in DTD bug
354 (William).
355 - improvements: lot of work on Schemas by Kasimier Buchcik both on
356 conformance and streaming, Schemas validation messages (Kasimier Buchcik,
357 Matthew Burgess), namespace removal at the python level (Brent
358 Hendricks), Update to new Schemas regression tests from W3C/Nist
359 (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation of
360 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert),
361 standalone test framework and programs, new DOM import APIs
362 xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
363 xmlDOMWrapRemoveNode(), extension of xmllint capabilities for SAX and
364 Schemas regression tests, xmlStopParser() available in pull mode too,
365 ienhancement to xmllint --shell namespaces support, Windows port of the
366 standalone testing tools (Kasimier and William),
367 xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug() SAX
368 Schemas APIs, Schemas xmlReader support.
Daniel Veillard78dfc9f2005-07-10 22:30:30 +0000369
370
Daniel Veillardf3598452005-04-05 11:10:45 +00003712.6.19: Apr 02 2005:
Daniel Veillard67952602006-01-05 15:29:44 +0000372 - build fixes: drop .la from RPMs, --with-minimum build fix (William
373 Brack), use XML_SOCKLEN_T instead of SOCKLEN_T because it breaks with AIX
374 5.3 compiler, fixed elfgcchack.h generation and PLT reduction code on
375 Linux/ELF/gcc4
376 - bug fixes: schemas type decimal fixups (William Brack), xmmlint return
377 code (Gerry Murphy), small schemas fixes (Matthew Burgess and GUY
378 Fabrice), workaround "DAV:" namespace brokeness in c14n (Aleksey Sanin),
379 segfault in Schemas (Kasimier Buchcik), Schemas attribute validation
380 (Kasimier), Prop related functions and xmlNewNodeEatName (Rob Richards),
381 HTML serialization of name attribute on a elements, Python error handlers
382 leaks and improvement (Brent Hendricks), uninitialized variable in
383 encoding code, Relax-NG validation bug, potential crash if
384 gnorableWhitespace is NULL, xmlSAXParseDoc and xmlParseDoc signatures,
385 switched back to assuming UTF-8 in case no encoding is given at
386 serialization time
387 - improvements: lot of work on Schemas by Kasimier Buchcik on facets
388 checking and also mixed handling.
Daniel Veillardf3598452005-04-05 11:10:45 +0000389 -
390
391
Daniel Veillard57c000e2005-03-13 18:34:29 +00003922.6.18: Mar 13 2005:
Daniel Veillard67952602006-01-05 15:29:44 +0000393 - build fixes: warnings (Peter Breitenlohner), testapi.c generation,
394 Bakefile support (Francesco Montorsi), Windows compilation (Joel Reed),
395 some gcc4 fixes, HP-UX portability fixes (Rick Jones).
396 - bug fixes: xmlSchemaElementDump namespace (Kasimier Buchcik), push and
397 xmlreader stopping on non-fatal errors, thread support for dictionnaries
398 reference counting (Gary Coady), internal subset and push problem, URL
399 saved in xmlCopyDoc, various schemas bug fixes (Kasimier), Python paths
400 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix
401 (Mike Hommey), warning should not count as error (William Brack),
402 xmlCreatePushParser empty chunk, XInclude parser flags (William), cleanup
403 FTP and HTTP code to reuse the uri parsing and IPv6 (William),
404 xmlTextWriterStartAttributeNS fix (Rob Richards), XMLLINT_INDENT being
405 empty (William), xmlWriter bugs (Rob Richards), multithreading on Windows
406 (Rich Salz), xmlSearchNsByHref fix (Kasimier), Python binding leak (Brent
407 Hendricks), aliasing bug exposed by gcc4 on s390, xmlTextReaderNext bug
408 (Rob Richards), Schemas decimal type fixes (William Brack),
409 xmlByteConsumed static buffer (Ben Maurer).
410 - improvement: speedup parsing comments and DTDs, dictionnary support for
411 hash tables, Schemas Identity constraints (Kasimier), streaming XPath
412 subset, xmlTextReaderReadString added (Bjorn Reese), Schemas canonical
413 values handling (Kasimier), add xmlTextReaderByteConsumed (Aron
414 Stansvik),
415 - Documentation: Wiki support (Joel Reed)
Daniel Veillard57c000e2005-03-13 18:34:29 +0000416
417
Daniel Veillard298d9642005-01-16 20:01:55 +00004182.6.17: Jan 16 2005:
Daniel Veillard67952602006-01-05 15:29:44 +0000419 - build fixes: Windows, warnings removal (William Brack),
420 maintainer-clean dependency(William), build in a different directory
421 (William), fixing --with-minimum configure build (William), BeOS build
422 (Marcin Konicki), Python-2.4 detection (William), compilation on AIX (Dan
423 McNichol)
Daniel Veillard298d9642005-01-16 20:01:55 +0000424 - bug fixes: xmlTextReaderHasAttributes (Rob Richards), xmlCtxtReadFile()
Daniel Veillard67952602006-01-05 15:29:44 +0000425 to use the catalog(s), loop on output (William Brack), XPath memory leak,
426 ID deallocation problem (Steve Shepard), debugDumpNode crash (William),
427 warning not using error callback (William), xmlStopParser bug (William),
428 UTF-16 with BOM on DTDs (William), namespace bug on empty elements in
429 push mode (Rob Richards), line and col computations fixups (Aleksey
430 Sanin), xmlURIEscape fix (William), xmlXPathErr on bad range (William),
431 patterns with too many steps, bug in RNG choice optimization, line number
432 sometimes missing.
433 - improvements: XSD Schemas (Kasimier Buchcik), python generator
434 (William), xmlUTF8Strpos speedup (William), unicode Python strings
435 (William), XSD error reports (Kasimier Buchcik), Python __str__ call
436 serialize().
437 - new APIs: added xmlDictExists(), GetLineNumber and GetColumnNumber for
438 the xmlReader (Aleksey Sanin), Dynamic Shared Libraries APIs (mostly Joel
439 Reed), error extraction API from regexps, new XMLSave option for format
440 (Phil Shafer)
441 - documentation: site improvement (John Fleck), FAQ entries
442 (William).
Daniel Veillard298d9642005-01-16 20:01:55 +0000443
444
Daniel Veillardc3d7cb42004-11-10 14:34:45 +00004452.6.16: Nov 10 2004:
446 - general hardening and bug fixing crossing all the API based on new
447 automated regression testing
448 - build fix: IPv6 build and test on AIX (Dodji Seketeli)
449 - bug fixes: problem with XML::Libxml reported by Petr Pajas, encoding
450 conversion functions return values, UTF-8 bug affecting XPath reported by
451 Markus Bertheau, catalog problem with NULL entries (William Brack)
452 - documentation: fix to xmllint man page, some API function descritpion
453 were updated.
454 - improvements: DTD validation APIs provided at the Python level (Brent
Daniel Veillard67952602006-01-05 15:29:44 +0000455 Hendricks)
Daniel Veillardc3d7cb42004-11-10 14:34:45 +0000456
457
Daniel Veillardeff45a92004-10-29 12:10:55 +00004582.6.15: Oct 27 2004:
459 - security fixes on the nanoftp and nanohttp modules
Daniel Veillard6927b102004-10-27 17:29:04 +0000460 - build fixes: xmllint detection bug in configure, building outside the
461 source tree (Thomas Fitzsimmons)
462 - bug fixes: HTML parser on broken ASCII chars in names (William), Python
463 paths (Malcolm Tredinnick), xmlHasNsProp and default namespace (William),
464 saving to python file objects (Malcolm Tredinnick), DTD lookup fix
465 (Malcolm), save back <group> in catalogs (William), tree build
466 fixes (DV and Rob Richards), Schemas memory bug, structured error handler
467 on Python 64bits, thread local memory deallocation, memory leak reported
468 by Volker Roth, xmlValidateDtd in the presence of an internal subset,
469 entities and _private problem (William), xmlBuildRelativeURI error
470 (William).
471 - improvements: better XInclude error reports (William), tree debugging
472 module and tests, convenience functions at the Reader API (Graham
473 Bennett), add support for PI in the HTML parser.
474
475
Daniel Veillard22cdb842004-10-04 14:09:17 +00004762.6.14: Sep 29 2004:
477 - build fixes: configure paths for xmllint and xsltproc, compilation
478 without HTML parser, compilation warning cleanups (William Brack &
Daniel Veillard6927b102004-10-27 17:29:04 +0000479 Malcolm Tredinnick), VMS makefile update (Craig Berry),
Daniel Veillard22cdb842004-10-04 14:09:17 +0000480 - bug fixes: xmlGetUTF8Char (William Brack), QName properties (Kasimier
481 Buchcik), XInclude testing, Notation serialization, UTF8ToISO8859x
482 transcoding (Mark Itzcovitz), lots of XML Schemas cleanup and fixes
483 (Kasimier), ChangeLog cleanup (Stepan Kasal), memory fixes (Mark Vakoc),
484 handling of failed realloc(), out of bound array adressing in Schemas
485 date handling, Python space/tabs cleanups (Malcolm Tredinnick), NMTOKENS
Daniel Veillard6927b102004-10-27 17:29:04 +0000486 E20 validation fix (Malcolm),
Daniel Veillard22cdb842004-10-04 14:09:17 +0000487 - improvements: added W3C XML Schemas testsuite (Kasimier Buchcik), add
488 xmlSchemaValidateOneElement (Kasimier), Python exception hierearchy
489 (Malcolm Tredinnick), Python libxml2 driver improvement (Malcolm
490 Tredinnick), Schemas support for xsi:schemaLocation,
491 xsi:noNamespaceSchemaLocation, xsi:type (Kasimier Buchcik)
492
493
Daniel Veillardd1de4a32004-08-31 13:43:07 +00004942.6.13: Aug 31 2004:
495 - build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc,
Daniel Veillard22cdb842004-10-04 14:09:17 +0000496 Solaris compiler warning, fixing RPM BuildRequires,
Daniel Veillardd1de4a32004-08-31 13:43:07 +0000497 - fixes: DTD loading on Windows (Igor), Schemas error reports APIs
498 (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack
499 and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace
500 problem (William), Schemas hexbinary empty values, encoding error could
501 genrate a serialization loop.
502 - Improvements: Schemas validity improvements (Kasimier), added --path
503 and --load-trace options to xmllint
504 - documentation: tutorial update (John Fleck)
505
506
Daniel Veillardb331fff2004-08-22 14:21:57 +00005072.6.12: Aug 22 2004:
508 - build fixes: fix --with-minimum, elfgcchack.h fixes (Peter
509 Breitenlohner), perl path lookup (William), diff on Solaris (Albert
510 Chin), some 64bits cleanups.
511 - Python: avoid a warning with 2.3 (William Brack), tab and space mixes
512 (William), wrapper generator fixes (William), Cygwin support (Gerrit P.
513 Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support
514 (Torkel Lyng)
515 - Schemas: a lot of bug fixes and improvements from Kasimier Buchcik
516 - fixes: RVT fixes (William), XPath context resets bug (William), memory
517 debug (Steve Hay), catalog white space handling (Peter Breitenlohner),
518 xmlReader state after attribute reading (William), structured error
519 handler (William), XInclude generated xml:base fixup (William), Windows
520 memory reallocation problem (Steve Hay), Out of Memory conditions
521 handling (William and Olivier Andrieu), htmlNewDoc() charset bug,
522 htmlReadMemory init (William), a posteriori validation DTD base
523 (William), notations serialization missing, xmlGetNodePath (Dodji),
524 xmlCheckUTF8 (Diego Tartara), missing line numbers on entity
525 (William)
526 - improvements: DocBook catalog build scrip (William), xmlcatalog tool
527 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
528 xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude
529 to not generate start/end nodes, extend xmllint --version to include CVS
530 tag (William)
531 - documentation: web pages fixes, validity API docs fixes (William)
532 schemas API fix (Eric Haszlakiewicz), xmllint man page (John Fleck)
533
534
Daniel Veillard45cb0f42004-07-05 17:45:35 +00005352.6.11: July 5 2004:
536 - Schemas: a lot of changes and improvements by Kasimier Buchcik for
537 attributes, namespaces and simple types.
538 - build fixes: --with-minimum (William Brack), some gcc cleanup
539 (William), --with-thread-alloc (William)
540 - portability: Windows binary package change (Igor Zlatkovic), Catalog
541 path on Windows
542 - documentation: update to the tutorial (John Fleck), xmllint return code
Daniel Veillardb331fff2004-08-22 14:21:57 +0000543 (John Fleck), man pages (Ville Skytta),
Daniel Veillard45cb0f42004-07-05 17:45:35 +0000544 - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
545 properly initialize the library (William), empty node set in XPath
546 (William), xmlSchemas errors (William), invalid charref problem pointed
547 by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
Daniel Veillardb331fff2004-08-22 14:21:57 +0000548 with div processing (William), XPointer and xml:base problem(William),
Daniel Veillard45cb0f42004-07-05 17:45:35 +0000549 Reader and entities, xmllint return code for schemas (William), reader
550 streaming problem (Steve Ball), DTD serialization problem (William),
551 libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
552 Python classes, xmlReader buffer bug, Python bindings memory interfaces
Daniel Veillard39801e52008-06-03 16:08:54 +0000553 improvement (with Stéphane Bidoul), Fixed the push parser to be back to
Daniel Veillard45cb0f42004-07-05 17:45:35 +0000554 synchronous behaviour.
555 - improvement: custom per-thread I/O enhancement (Rob Richards), register
556 namespace in debug shell (Stefano Debenedetti), Python based regression
557 test for non-Unix users (William), dynamically increase the number of
558 XPath extension functions in Python and fix a memory leak (Marc-Antoine
559 Parent and William)
560 - performance: hack done with Arjan van de Ven to reduce ELF footprint
561 and generated code on Linux, plus use gcc runtime profiling to optimize
562 the code generated in the RPM packages.
563
564
Daniel Veillard81205012004-05-18 03:06:41 +00005652.6.10: May 17 2004:
566 - Web page generated for ChangeLog
567 - build fixes: --without-html problems, make check without make all
568 - portability: problem with xpath.c on Windows (MSC and Borland), memcmp
569 vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not
570 use "list" as parameter name, make tests work with Python 1.5 (Ed
571 Davis),
572 - improvements: made xmlTextReaderMode public, small buffers resizing
573 (Morten Welinder), add --maxmem option to xmllint, add
574 xmlPopInputCallback() for Matt Sergeant, refactoring of serialization
Daniel Veillard45cb0f42004-07-05 17:45:35 +0000575 escaping, added escaping customization
Daniel Veillard81205012004-05-18 03:06:41 +0000576 - bugfixes: xsd:extension (Taihei Goi), assorted regexp bugs (William
577 Brack), xmlReader end of stream problem, node deregistration with reader,
578 URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer), regexp
579 transition reduction (William), various XSD Schemas fixes (Kasimier
580 Buchcik), XInclude fallback problem (William), weird problems with DTD
581 (William), structured error handler callback context (William), reverse
582 xmlEncodeSpecialChars() behaviour back to escaping '"'
583
584
Daniel Veillardeca726d2004-04-18 21:47:34 +00005852.6.9: Apr 18 2004:
586 - implement xml:id Working Draft, relaxed XPath id() checking
587 - bugfixes: xmlCtxtReset (Brent Hendricks), line number and CDATA (Dave
588 Beckett), Relax-NG compilation (William Brack), Regexp patches (with
589 William), xmlUriEscape (Mark Vakoc), a Relax-NG notAllowed problem (with
590 William), Relax-NG name classes compares (William), XInclude duplicate
591 fallback (William), external DTD encoding detection (William), a DTD
592 validation bug (William), xmlReader Close() fix, recusive extention
593 schemas
594 - improvements: use xmlRead* APIs in test tools (Mark Vakoc), indenting
595 save optimization, better handle IIS broken HTTP redirect behaviour (Ian
596 Hummel), HTML parser frameset (James Bursa), libxml2-python RPM
597 dependancy, XML Schemas union support (Kasimier Buchcik), warning removal
598 clanup (William), keep ChangeLog compressed when installing from RPMs
599 - documentation: examples and xmlDocDumpMemory docs (John Fleck), new
Daniel Veillardaecc0dc2004-05-08 02:32:07 +0000600 example (load, xpath, modify, save), xmlCatalogDump() comments,
Daniel Veillardeca726d2004-04-18 21:47:34 +0000601 - Windows: Borland C++ builder (Eric Zurcher), work around Microsoft
602 compiler NaN handling bug (Mark Vakoc)
603
604
Daniel Veillard252004d2004-03-23 12:32:32 +00006052.6.8: Mar 23 2004:
606 - First step of the cleanup of the serialization code and APIs
607 - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam
608 Dickmeiss), anyURI for "" (John Belmonte)
609 - Python: Canonicalization C14N support added (Anthony Carrico)
610 - xmlDocCopyNode() extension (William)
611 - Relax-NG: fix when processing XInclude results (William), external
612 reference in interleave (William), missing error on <choice>
613 failure (William), memory leak in schemas datatype facets.
614 - xmlWriter: patch for better DTD support (Alfred Mickautsch)
615 - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William
616 Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to
617 URI on SYSTEM lookup failure, XInclude parse flags inheritance (William),
618 XInclude and XPointer fixes for entities (William), XML parser bug
619 reported by Holger Rauch, nanohttp fd leak (William), regexps char
620 groups '-' handling (William), dictionnary reference counting problems,
Daniel Veillard80c00922004-04-09 09:57:23 +0000621 do not close stderr.
Daniel Veillard252004d2004-03-23 12:32:32 +0000622 - performance patches from Petr Pajas
623 - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey)
624 - compilation and portability fixes: --without-valid, catalog cleanups
625 (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation
626 to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino
627 Vidal), Windows build (Eric Zurcher)
628
629
Daniel Veillard92914492004-02-23 16:33:21 +00006302.6.7: Feb 23 2004:
631 - documentation: tutorial updates (John Fleck), benchmark results
632 - xmlWriter: updates and fixes (Alfred Mickautsch, Lucas Brasilino)
633 - XPath optimization (Petr Pajas)
634 - DTD ID handling optimization
635 - bugfixes: xpath number with > 19 fractional (William Brack), push
636 mode with unescaped '>' characters, fix xmllint --stream --timing, fix
637 xmllint --memory --stream memory usage, xmlAttrSerializeTxtContent
638 handling NULL, trying to fix Relax-NG/Perl interface.
639 - python: 2.3 compatibility, whitespace fixes (Malcolm Tredinnick)
640 - Added relaxng option to xmllint --shell
641
642
Daniel Veillard5c9547e2004-02-12 15:31:49 +00006432.6.6: Feb 12 2004:
644 - nanohttp and nanoftp: buffer overflow error on URI parsing (Igor and
645 William) reported by Yuuichi Teranishi
646 - bugfixes: make test and path issues, xmlWriter attribute serialization
647 (William Brack), xmlWriter indentation (William), schemas validation
648 (Eric Haszlakiewicz), XInclude dictionnaries issues (William and Oleg
649 Paraschenko), XInclude empty fallback (William), HTML warnings (William),
650 XPointer in XInclude (William), Python namespace serialization,
651 isolat1ToUTF8 bound error (Alfred Mickautsch), output of parameter
652 entities in internal subset (William), internal subset bug in push mode,
653 <xs:all> fix (Alexey Sarytchev)
654 - Build: fix for automake-1.8 (Alexander Winston), warnings removal
655 (Philip Ludlam), SOCKLEN_T detection fixes (Daniel Richard), fix
656 --with-minimum configuration.
657 - XInclude: allow the 2001 namespace without warning.
658 - Documentation: missing example/index.html (John Fleck), version
659 dependancies (John Fleck)
660 - reader API: structured error reporting (Steve Ball)
661 - Windows compilation: mingw, msys (Mikhail Grushinskiy), function
662 prototype (Cameron Johnson), MSVC6 compiler warnings, _WINSOCKAPI_
663 patch
664 - Parsers: added xmlByteConsumed(ctxt) API to get the byte offest in
665 input.
666
667
Daniel Veillard189f46b2004-01-25 21:03:04 +00006682.6.5: Jan 25 2004:
669 - Bugfixes: dictionnaries for schemas (William Brack), regexp segfault
670 (William), xs:all problem (William), a number of XPointer bugfixes
671 (William), xmllint error go to stderr, DTD validation problem with
672 namespace, memory leak (William), SAX1 cleanup and minimal options fixes
673 (Mark Vadoc), parser context reset on error (Shaun McCance), XPath union
674 evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin),
675 XML Schemas double free (Steve Ball), XInclude with no href, argument
676 callbacks order for XPath callbacks (Frederic Peters)
677 - Documentation: python scripts (William Brack), xslt stylesheets (John
678 Fleck), doc (Sven Zimmerman), I/O example.
Daniel Veillard39801e52008-06-03 16:08:54 +0000679 - Python bindings: fixes (William), enum support (Stéphane Bidoul),
680 structured error reporting (Stéphane Bidoul)
Daniel Veillard189f46b2004-01-25 21:03:04 +0000681 - XInclude: various fixes for conformance, problem related to dictionnary
682 references (William & me), recursion (William)
683 - xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred
Daniel Veillard5c9547e2004-02-12 15:31:49 +0000684 Mickautsch),
Daniel Veillard189f46b2004-01-25 21:03:04 +0000685 - xmlSchemas: normalizedString datatype (John Belmonte)
686 - code cleanup for strings functions (William)
687 - Windows: compiler patches (Mark Vakoc)
688 - Parser optimizations, a few new XPath and dictionnary APIs for future
689 XSLT optimizations.
690
691
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00006922.6.4: Dec 24 2003:
693 - Windows build fixes (Igor Zlatkovic)
Daniel Veillard189f46b2004-01-25 21:03:04 +0000694 - Some serious XInclude problems reported by Oleg Paraschenko and
695 - Unix and Makefile packaging fixes (me, William Brack,
Daniel Veillarde6e59cd2003-12-24 11:56:44 +0000696 - Documentation improvements (John Fleck, William Brack), example fix
697 (Lucas Brasilino)
698 - bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of
699 NULL strings (William Brack) , API building reader or parser from
700 filedescriptor should not close it, changed XPath sorting to be stable
701 again (William Brack), xmlGetNodePath() generating '(null)' (William
702 Brack), DTD validation and namespace bug (William Brack), XML Schemas
703 double inclusion behaviour
704
705
Daniel Veillardc480c4e2003-12-10 13:24:38 +00007062.6.3: Dec 10 2003:
707 - documentation updates and cleanup (DV, William Brack, John Fleck)
708 - added a repository of examples, examples from Aleksey Sanin, Dodji
Daniel Veillarde6e59cd2003-12-24 11:56:44 +0000709 Seketeli, Alfred Mickautsch
Daniel Veillardc480c4e2003-12-10 13:24:38 +0000710 - Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw
711 (Kenneth Haley)
712 - Unicode range checking (William Brack)
713 - code cleanup (William Brack)
714 - Python bindings: doc (John Fleck), bug fixes
715 - UTF-16 cleanup and BOM issues (William Brack)
716 - bug fixes: ID and xmlReader validation, XPath (William Brack),
717 xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser
718 (James Bursa), attribute defaulting and validation, some serialization
719 cleanups, XML_GET_LINE macro, memory debug when using threads (William
720 Brack), serialization of attributes and entities content, xmlWriter
721 (Daniel Schulman)
722 - XInclude bugfix, new APIs and update to the last version including the
723 namespace change.
724 - XML Schemas improvements: include (Robert Stepanek), import and
725 namespace handling, fixed the regression tests troubles, added examples
Daniel Veillarde6e59cd2003-12-24 11:56:44 +0000726 based on Eric van der Vlist book, regexp fixes
Daniel Veillardc480c4e2003-12-10 13:24:38 +0000727 - preliminary pattern support for streaming (needed for schemas
728 constraints), added xmlTextReaderPreservePattern() to collect subdocument
729 when streaming.
730 - various fixes in the structured error handling
731
732
Daniel Veillard6d373a22003-11-04 10:26:43 +00007332.6.2: Nov 4 2003:
734 - XPath context unregistration fixes
735 - text node coalescing fixes (Mark Lilback)
736 - API to screate a W3C Schemas from an existing document (Steve Ball)
737 - BeOS patches (Marcin 'Shard' Konicki)
738 - xmlStrVPrintf function added (Aleksey Sanin)
739 - compilation fixes (Mark Vakoc)
740 - stdin parsing fix (William Brack)
741 - a posteriori DTD validation fixes
Daniel Veillardc480c4e2003-12-10 13:24:38 +0000742 - xmlReader bug fixes: Walker fixes, python bindings
Daniel Veillard6d373a22003-11-04 10:26:43 +0000743 - fixed xmlStopParser() to really stop the parser and errors
744 - always generate line numbers when using the new xmlReadxxx
745 functions
746 - added XInclude support to the xmlReader interface
747 - implemented XML_PARSE_NONET parser option
748 - DocBook XSLT processing bug fixed
749 - HTML serialization for <p> elements (William Brack and me)
750 - XPointer failure in XInclude are now handled as resource errors
751 - fixed xmllint --html to use the HTML serializer on output (added
752 --xmlout to implement the previous behaviour of saving it using the XML
753 serializer)
754
755
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00007562.6.1: Oct 28 2003:
757 - Mostly bugfixes after the big 2.6.0 changes
758 - Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup
759 (William Brack)
760 - Windows compilation patches (Joachim Bauch, Stephane Bidoul, Igor
761 Zlatkovic)
762 - xmlWriter bugfix (Alfred Mickautsch)
763 - chvalid.[ch]: couple of fixes from Stephane Bidoul
Daniel Veillard6d373a22003-11-04 10:26:43 +0000764 - context reset: error state reset, push parser reset (Graham
765 Bennett)
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +0000766 - context reuse: generate errors if file is not readable
767 - defaulted attributes for element coming from internal entities
768 (Stephane Bidoul)
769 - Python: tab and spaces mix (William Brack)
770 - Error handler could crash in DTD validation in 2.6.0
771 - xmlReader: do not use the document or element _private field
772 - testSAX.c: avoid a problem with some PIs (Massimo Morara)
773 - general bug fixes: mandatory encoding in text decl, serializing
774 Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik),
775 XPath errors not reported, slow HTML parsing of large documents.
776
777
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00007782.6.0: Oct 20 2003:
779 - Major revision release: should be API and ABI compatible but got a lot
780 of change
781 - Increased the library modularity, far more options can be stripped out,
782 a --with-minimum configuration will weight around 160KBytes
783 - Use per parser and per document dictionnary, allocate names and small
784 text nodes from the dictionnary
785 - Switch to a SAX2 like parser rewrote most of the XML parser core,
786 provides namespace resolution and defaulted attributes, minimize memory
787 allocations and copies, namespace checking and specific error handling,
788 immutable buffers, make predefined entities static structures, etc...
789 - rewrote all the error handling in the library, all errors can be
790 intercepted at a structured level, with precise information
791 available.
792 - New simpler and more generic XML and HTML parser APIs, allowing to
793 easilly modify the parsing options and reuse parser context for multiple
794 consecutive documents.
795 - Similar new APIs for the xmlReader, for options and reuse, provided new
796 functions to access content as const strings, use them for Python
797 bindings
798 - a lot of other smaller API improvements: xmlStrPrintf (Aleksey Sanin),
799 Walker i.e. reader on a document tree based on Alfred Mickautsch code,
800 make room in nodes for line numbers, reference counting and future PSVI
801 extensions, generation of character ranges to be checked with faster
802 algorithm (William), xmlParserMaxDepth (Crutcher Dunnavant), buffer
803 access
804 - New xmlWriter API provided by Alfred Mickautsch
805 - Schemas: base64 support by Anthony Carrico
806 - Parser<->HTTP integration fix, proper processing of the Mime-Type
William M. Brack7a12e572007-02-16 17:11:09 +0000807 and charset information if available.
Daniel Veillard3e35f8e2003-10-21 00:05:38 +0000808 - Relax-NG: bug fixes including the one reported by Martijn Faassen and
809 zeroOrMore, better error reporting.
Daniel Veillard39801e52008-06-03 16:08:54 +0000810 - Python bindings (Stéphane Bidoul), never use stdout for errors
Daniel Veillard3e35f8e2003-10-21 00:05:38 +0000811 output
812 - Portability: all the headers have macros for export and calling
813 convention definitions (Igor Zlatkovic), VMS update (Craig A. Berry),
814 Windows: threads (Jesse Pelton), Borland compiler (Eric Zurcher, Igor),
815 Mingw (Igor), typos (Mark Vakoc), beta version (Stephane Bidoul),
816 warning cleanups on AIX and MIPS compilers (William Brack), BeOS (Marcin
817 'Shard' Konicki)
818 - Documentation fixes and README (William Brack), search fix (William),
819 tutorial updates (John Fleck), namespace docs (Stefan Kost)
820 - Bug fixes: xmlCleanupParser (Dave Beckett), threading uninitialized
821 mutexes, HTML doctype lowercase, SAX/IO (William), compression detection
822 and restore (William), attribute declaration in DTDs (William), namespace
823 on attribute in HTML output (William), input filename (Rob Richards),
824 namespace DTD validation, xmlReplaceNode (Chris Ryland), I/O callbacks
825 (Markus Keim), CDATA serialization (Shaun McCance), xmlReader (Peter
826 Derr), high codepoint charref like &#x10FFFF;, buffer access in push
827 mode (Justin Fletcher), TLS threads on Windows (Jesse Pelton), XPath bug
828 (William), xmlCleanupParser (Marc Liyanage), CDATA output (William), HTTP
829 error handling.
830 - xmllint options: --dtdvalidfpi for Tobias Reif, --sax1 for compat
831 testing, --nodict for building without tree dictionnary, --nocdata to
832 replace CDATA by text, --nsclean to remove surperfluous namespace
833 declarations
834 - added xml2-config --libtool-libs option from Kevin P. Fleming
835 - a lot of profiling and tuning of the code, speedup patch for
836 xmlSearchNs() by Luca Padovani. The xmlReader should do far less
837 allocation and it speed should get closer to SAX. Chris Anderson worked
838 on speeding and cleaning up repetitive checking code.
839 - cleanup of "make tests"
840 - libxml-2.0-uninstalled.pc from Malcolm Tredinnick
841 - deactivated the broken docBook SGML parser code and plugged the XML
842 parser instead.
843
844
Daniel Veillard07cb8222003-09-10 10:51:05 +00008452.5.11: Sep 9 2003:
846A bugfix only release: - risk of crash in Relax-NG
847 - risk of crash when using multithreaded programs
848
849
Daniel Veillardcfba2fe2003-08-15 00:33:43 +00008502.5.10: Aug 15 2003:
851A bugfixes only release - Windows Makefiles (William Brack)
852 - UTF-16 support fixes (Mark Itzcovitz)
853 - Makefile and portability (William Brack) automake, Linux alpha, Mingw
Daniel Veillard07cb8222003-09-10 10:51:05 +0000854 on Windows (Mikhail Grushinskiy)
Daniel Veillardcfba2fe2003-08-15 00:33:43 +0000855 - HTML parser (Oliver Stoeneberg)
856 - XInclude performance problem reported by Kevin Ruscoe
857 - XML parser performance problem reported by Grant Goodale
858 - xmlSAXParseDTD() bug fix from Malcolm Tredinnick
Daniel Veillard07cb8222003-09-10 10:51:05 +0000859 - and a couple other cleanup
Daniel Veillardcfba2fe2003-08-15 00:33:43 +0000860
861
Daniel Veillard83ee40d2003-08-09 22:24:09 +00008622.5.9: Aug 9 2003:
863 - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
864 (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
865 (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
866 xmlReader, Relax-NG schemas compilation, namespace handling, EXSLT (Sean
867 Griffin), HTML parsing problem (William Brack), DTD validation for mixed
868 content + namespaces, HTML serialization, library initialization,
869 progressive HTML parser
870 - better interfaces for Relax-NG error handling (Joachim Bauch, )
871 - adding xmlXIncludeProcessTree() for XInclud'ing in a subtree
872 - doc fixes and improvements (John Fleck)
873 - configure flag for -with-fexceptions when embedding in C++
874 - couple of new UTF-8 helper functions (William Brack)
875 - general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)
876 - xmlTextReader cleanup + enum for node types (Bjorn Reese)
877 - general compilation/warning cleanup Solaris/HP-UX/... (William
878 Brack)
879
880
Daniel Veillard75eb1ad2003-07-07 14:42:44 +00008812.5.8: Jul 6 2003:
882 - bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark
883 Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack),
884 PI related memleak, compilation without schemas or without xpath (Joerg
885 Schmitz-Linneweber/Garry Pennington), xmlUnlinkNode problem with DTDs,
886 rpm problem on , i86_64, removed a few compilation problems from 2.5.7,
887 xmlIOParseDTD, and xmlSAXParseDTD (Malcolm Tredinnick)
888 - portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry)
889 - William Brack fixed multithreading lock problems
890 - IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro)
Daniel Veillard39801e52008-06-03 16:08:54 +0000891 - Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (Stéphane
Daniel Veillard75eb1ad2003-07-07 14:42:44 +0000892 Bidoul)
893 - A few W3C Schemas Structure improvements
894 - W3C Schemas Datatype improvements (Charlie Bozeman)
Daniel Veillard39801e52008-06-03 16:08:54 +0000895 - Python bindings for thread globals (Stéphane Bidoul), and method/class
Daniel Veillard83ee40d2003-08-09 22:24:09 +0000896 generator
897 - added --nonet option to xmllint
Daniel Veillard75eb1ad2003-07-07 14:42:44 +0000898 - documentation improvements (John Fleck)
899
900
Daniel Veillard92fc02c2003-04-24 23:12:35 +00009012.5.7: Apr 25 2003:
902 - Relax-NG: Compiling to regexp and streaming validation on top of the
903 xmlReader interface, added to xmllint --stream
904 - xmlReader: Expand(), Next() and DOM access glue, bug fixes
905 - Support for large files: RGN validated a 4.5GB instance
906 - Thread support is now configured in by default
907 - Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes
908 (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser
909 and zero bytes handling, some missing Windows file path conversions,
910 behaviour of the parser and validator in the presence of "out of memory"
Daniel Veillard61c52202003-04-30 12:20:34 +0000911 error conditions
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000912 - extended the API to be able to plug a garbage collecting memory
913 allocator, added xmlMallocAtomic() and modified the allocations
914 accordingly.
915 - Performances: removed excessive malloc() calls, speedup of the push and
916 xmlReader interfaces, removed excessive thread locking
917 - Documentation: man page (John Fleck), xmlReader documentation
918 - Python: adding binding for xmlCatalogAddLocal (Brent M Hendricks)
919
920
Daniel Veillardc2d4a932003-04-01 11:13:05 +00009212.5.6: Apr 1 2003:
922 - Fixed W3C XML Schemas datatype, should be compliant now except for
923 binHex and base64 which are not supported yet.
924 - bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and
925 XInclude entities handling, encoding detection on external subsets, XML
926 Schemas bugs and memory leaks, HTML parser (James Bursa)
927 - portability: python/trio (Albert Chin), Sun compiler warnings
928 - documentation: added --relaxng option to xmllint man page (John)
929 - improved error reporting: xml:space, start/end tag mismatches, Relax NG
930 errors
931
932
9332.5.5: Mar 24 2003:
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000934 - Lot of fixes on the Relax NG implementation. More testing including
935 DocBook and TEI examples.
936 - Increased the support for W3C XML Schemas datatype
937 - Several bug fixes in the URI handling layer
938 - Bug fixes: HTML parser, xmlReader, DTD validation, XPath, encoding
939 conversion, line counting in the parser.
940 - Added support for $XMLLINT_INDENT environment variable, FTP delete
941 - Fixed the RPM spec file name
942
Daniel Veillard8ba17412003-01-01 19:13:12 +0000943
Daniel Veillard17bed982003-02-24 20:11:43 +00009442.5.4: Feb 20 2003:
945 - Conformance testing and lot of fixes on Relax NG and XInclude
946 implementation
947 - Implementation of XPointer element() scheme
948 - Bug fixes: XML parser, XInclude entities merge, validity checking on
949 namespaces,
950 2 serialization bugs, node info generation problems, a DTD regexp
951 generation problem.
952
953 - Portability: windows updates and path canonicalization (Igor)
954 - A few typo fixes (Kjartan Maraas)
955 - Python bindings generator fixes (Stephane Bidoul)
956
957
Daniel Veillard1d788d22003-02-10 16:21:58 +00009582.5.3: Feb 10 2003:
959 - RelaxNG and XML Schemas datatypes improvements, and added a first
960 version of RelaxNG Python bindings
961 - Fixes: XLink (Sean Chittenden), XInclude (Sean Chittenden), API fix for
962 serializing namespace nodes, encoding conversion bug, XHTML1
963 serialization
964 - Portability fixes: Windows (Igor), AMD 64bits RPM spec file
965
966
Daniel Veillard72fef162003-02-05 14:31:19 +00009672.5.2: Feb 5 2003:
968 - First implementation of RelaxNG, added --relaxng flag to xmllint
969 - Schemas support now compiled in by default.
970 - Bug fixes: DTD validation, namespace checking, XInclude and entities,
Daniel Veillard39801e52008-06-03 16:08:54 +0000971 delegateURI in XML Catalogs, HTML parser, XML reader (Stéphane Bidoul),
Daniel Veillard72fef162003-02-05 14:31:19 +0000972 XPath parser and evaluation, UTF8ToUTF8 serialization, XML reader memory
973 consumption, HTML parser, HTML serialization in the presence of
974 namespaces
975 - added an HTML API to check elements and attributes.
976 - Documentation improvement, PDF for the tutorial (John Fleck), doc
977 patches (Stefan Kost)
978 - Portability fixes: NetBSD (Julio Merino), Windows (Igor Zlatkovic)
979 - Added python bindings for XPointer, contextual error reporting
Daniel Veillard39801e52008-06-03 16:08:54 +0000980 (Stéphane Bidoul)
Daniel Veillard72fef162003-02-05 14:31:19 +0000981 - URI/file escaping problems (Stefano Zacchiroli)
982
983
Daniel Veillarde2830f12003-01-08 17:47:49 +00009842.5.1: Jan 8 2003:
985 - Fixes a memory leak and configuration/compilation problems in 2.5.0
986 - documentation updates (John)
987 - a couple of XmlTextReader fixes
988
989
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00009902.5.0: Jan 6 2003:
991 - New XmltextReader interface based on C#
Daniel Veillard39801e52008-06-03 16:08:54 +0000992 API (with help of Stéphane Bidoul)
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000993 - Windows: more exports, including the new API (Igor)
994 - XInclude fallback fix
Daniel Veillard39801e52008-06-03 16:08:54 +0000995 - Python: bindings for the new API, packaging (Stéphane Bidoul),
996 drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000997 and iterators for Python-2.2 (Hannu Krosing)
998 - Tutorial fixes (john Fleck and Niraj Tolia) xmllint man update
999 (John)
1000 - Fix an XML parser bug raised by Vyacheslav Pindyura
1001 - Fix for VMS serialization (Nigel Hall) and config (Craig A. Berry)
1002 - Entities handling fixes
1003 - new API to optionally track node creation and deletion (Lukas
1004 Schroeder)
1005 - Added documentation for the XmltextReader interface and some XML guidelines
1006
1007
Daniel Veillard8ba17412003-01-01 19:13:12 +000010082.4.30: Dec 12 2002:
1009 - 2.4.29 broke the python bindings, rereleasing
1010 - Improvement/fixes of the XML API generator, and couple of minor code
1011 fixes.
1012
1013
10142.4.29: Dec 11 2002:
1015 - Windows fixes (Igor): Windows CE port, pthread linking, python bindings
Daniel Veillard39801e52008-06-03 16:08:54 +00001016 (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates
Daniel Veillard8ba17412003-01-01 19:13:12 +00001017 - Fix for prev in python bindings (ERDI Gergo)
1018 - Fix for entities handling (Marcus Clarke)
1019 - Refactored the XML and HTML dumps to a single code path, fixed XHTML1
1020 dump
1021 - Fix for URI parsing when handling URNs with fragment identifiers
1022 - Fix for HTTP URL escaping problem
1023 - added an TextXmlReader (C#) like API (work in progress)
1024 - Rewrote the API in XML generation script, includes a C parser and saves
William M. Brack7a12e572007-02-16 17:11:09 +00001025 more information needed for C# bindings
Daniel Veillard8ba17412003-01-01 19:13:12 +00001026
1027
10282.4.28: Nov 22 2002:
1029 - a couple of python binding fixes
1030 - 2 bug fixes in the XML push parser
1031 - potential memory leak removed (Martin Stoilov)
1032 - fix to the configure script for Unix (Dimitri Papadopoulos)
1033 - added encoding support for XInclude parse="text"
1034 - autodetection of XHTML1 and specific serialization rules added
1035 - nasty threading bug fixed (William Brack)
1036
1037
10382.4.27: Nov 17 2002:
1039 - fixes for the Python bindings
1040 - a number of bug fixes: SGML catalogs, xmlParseBalancedChunkMemory(),
1041 HTML parser, Schemas (Charles Bozeman), document fragment support
1042 (Christian Glahn), xmlReconciliateNs (Brian Stafford), XPointer,
1043 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr
1044 Pajas), entities processing
1045 - added grep to xmllint --shell
1046 - VMS update patch from Craig A. Berry
1047 - cleanup of the Windows build with support for more compilers (Igor),
1048 better thread support on Windows
1049 - cleanup of Unix Makefiles and spec file
1050 - Improvements to the documentation (John Fleck)
1051
1052
10532.4.26: Oct 18 2002:
1054 - Patches for Windows CE port, improvements on Windows paths handling
1055 - Fixes to the validation code (DTD and Schemas), xmlNodeGetPath() ,
1056 HTML serialization, Namespace compliance, and a number of small
1057 problems
1058
1059
10602.4.25: Sep 26 2002:
1061 - A number of bug fixes: XPath, validation, Python bindings, DOM and
1062 tree, xmlI/O, Html
1063 - Serious rewrite of XInclude
1064 - Made XML Schemas regexp part of the default build and APIs, small fix
1065 and improvement of the regexp core
1066 - Changed the validation code to reuse XML Schemas regexp APIs
1067 - Better handling of Windows file paths, improvement of Makefiles (Igor,
1068 Daniel Gehriger, Mark Vakoc)
1069 - Improved the python I/O bindings, the tests, added resolver and regexp
1070 APIs
1071 - New logos from Marc Liyanage
1072 - Tutorial improvements: John Fleck, Christopher Harris
1073 - Makefile: Fixes for AMD x86_64 (Mandrake), DESTDIR (Christophe
1074 Merlet)
1075 - removal of all stderr/perror use for error reporting
1076 - Better error reporting: XPath and DTD validation
1077 - update of the trio portability layer (Bjorn Reese)
1078
Daniel Veillard1177ca42003-04-26 22:29:54 +000010792.4.24: Aug 22 2002 - XPath fixes (William), xf:escape-uri() (Wesley Terpstra)
Daniel Veillard8ba17412003-01-01 19:13:12 +00001080 - Python binding fixes: makefiles (William), generator, rpm build, x86-64
1081 (fcrozat)
1082 - HTML <style> and boolean attributes serializer fixes
1083 - C14N improvements by Aleksey
1084 - doc cleanups: Rick Jones
1085 - Windows compiler makefile updates: Igor and Elizabeth Barham
1086 - XInclude: implementation of fallback and xml:base fixup added
1087
1088
10892.4.23: July 6 2002:
1090 - performances patches: Peter Jacobi
1091 - c14n fixes, testsuite and performances: Aleksey Sanin
1092 - added xmlDocFormatDump: Chema Celorio
1093 - new tutorial: John Fleck
1094 - new hash functions and performances: Sander Vesik, portability fix from
1095 Peter Jacobi
1096 - a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
1097 HTML parsers, ID lookup function
1098 - removal of all remaining sprintf: Aleksey Sanin
1099
1100
11012.4.22: May 27 2002:
1102 - a number of bug fixes: configure scripts, base handling, parser, memory
1103 usage, HTML parser, XPath, documentation (Christian Cornelssen),
1104 indentation, URI parsing
1105 - Optimizations for XMLSec, fixing and making public some of the network
1106 protocol handlers (Aleksey)
1107 - performance patch from Gary Pennington
1108 - Charles Bozeman provided date and time support for XML Schemas
1109 datatypes
1110
1111
11122.4.21: Apr 29 2002:
1113This release is both a bug fix release and also contains the early XML
1114Schemas structures at
1115http://www.w3.org/TR/xmlschema-1/
1116 and datatypes at
1117http://www.w3.org/TR/xmlschema-2/
1118 code, beware, all
1119interfaces are likely to change, there is huge holes, it is clearly a work in
1120progress and don't even think of putting this code in a production system,
Daniel Veillard1177ca42003-04-26 22:29:54 +00001121it's actually not compiled in by default. The real fixes are: - a couple of bugs or limitations introduced in 2.4.20
Daniel Veillard8ba17412003-01-01 19:13:12 +00001122 - patches for Borland C++ and MSC by Igor
1123 - some fixes on XPath strings and conformance patches by Richard
1124 Jinks
1125 - patch from Aleksey for the ExcC14N specification
1126 - OSF/1 bug fix by Bjorn
1127
1128
11292.4.20: Apr 15 2002:
1130 - bug fixes: file descriptor leak, XPath, HTML output, DTD validation
1131 - XPath conformance testing by Richard Jinks
1132 - Portability fixes: Solaris, MPE/iX, Windows, OSF/1, python bindings,
1133 libxml.m4
1134
1135
11362.4.19: Mar 25 2002:
1137 - bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8
1138 encoder
1139 - portability fixes in the HTTP code
1140 - memory allocation checks using valgrind, and profiling tests
1141 - revamp of the Windows build and Makefiles
1142
1143
11442.4.18: Mar 18 2002:
1145 - bug fixes: tree, SAX, canonicalization, validation, portability,
1146 XPath
1147 - removed the --with-buffer option it was becoming unmaintainable
1148 - serious cleanup of the Python makefiles
1149 - speedup patch to XPath very effective for DocBook stylesheets
1150 - Fixes for Windows build, cleanup of the documentation
1151
1152
11532.4.17: Mar 8 2002:
1154 - a lot of bug fixes, including "namespace nodes have no parents in
1155 XPath"
1156 - fixed/improved the Python wrappers, added more examples and more
1157 regression tests, XPath extension functions can now return node-sets
1158 - added the XML Canonicalization support from Aleksey Sanin
1159
1160
11612.4.16: Feb 20 2002:
1162 - a lot of bug fixes, most of them were triggered by the XML Testsuite
1163 from OASIS and W3C. Compliance has been significantly improved.
1164 - a couple of portability fixes too.
1165
1166
11672.4.15: Feb 11 2002:
1168 - Fixed the Makefiles, especially the python module ones
1169 - A few bug fixes and cleanup
1170 - Includes cleanup
1171
1172
11732.4.14: Feb 8 2002:
1174 - Change of License to the MIT
1175 License basically for integration in XFree86 codebase, and removing
1176 confusion around the previous dual-licensing
1177 - added Python bindings, beta software but should already be quite
1178 complete
1179 - a large number of fixes and cleanups, especially for all tree
1180 manipulations
1181 - cleanup of the headers, generation of a reference API definition in
1182 XML
1183
1184
11852.4.13: Jan 14 2002:
1186 - update of the documentation: John Fleck and Charlie Bozeman
1187 - cleanup of timing code from Justin Fletcher
1188 - fixes for Windows and initial thread support on Win32: Igor and Serguei
1189 Narojnyi
1190 - Cygwin patch from Robert Collins
1191 - added xmlSetEntityReferenceFunc() for Keith Isdale work on xsldbg
1192
1193
11942.4.12: Dec 7 2001:
1195 - a few bug fixes: thread (Gary Pennington), xmllint (Geert Kloosterman),
1196 XML parser (Robin Berjon), XPointer (Danny Jamshy), I/O cleanups
1197 (robert)
1198 - Eric Lavigne contributed project files for MacOS
1199 - some makefiles cleanups
1200
1201
12022.4.11: Nov 26 2001:
1203 - fixed a couple of errors in the includes, fixed a few bugs, some code
1204 cleanups
1205 - xmllint man pages improvement by Heiko Rupp
1206 - updated VMS build instructions from John A Fotheringham
1207 - Windows Makefiles updates from Igor
1208
1209
12102.4.10: Nov 10 2001:
1211 - URI escaping fix (Joel Young)
1212 - added xmlGetNodePath() (for paths or XPointers generation)
1213 - Fixes namespace handling problems when using DTD and validation
1214 - improvements on xmllint: Morus Walter patches for --format and
1215 --encode, Stefan Kost and Heiko Rupp improvements on the --shell
1216 - fixes for xmlcatalog linking pointed by Weiqi Gao
1217 - fixes to the HTML parser
1218
1219
12202.4.9: Nov 6 2001:
1221 - fixes more catalog bugs
1222 - avoid a compilation problem, improve xmlGetLineNo()
1223
1224
12252.4.8: Nov 4 2001:
1226 - fixed SGML catalogs broken in previous release, updated xmlcatalog
1227 tool
1228 - fixed a compile errors and some includes troubles.
1229
1230
12312.4.7: Oct 30 2001:
1232 - exported some debugging interfaces
1233 - serious rewrite of the catalog code
1234 - integrated Gary Pennington thread safety patch, added configure option
1235 and regression tests
1236 - removed an HTML parser bug
1237 - fixed a couple of potentially serious validation bugs
1238 - integrated the SGML DocBook support in xmllint
1239 - changed the nanoftp anonymous login passwd
1240 - some I/O cleanup and a couple of interfaces for Perl wrapper
1241 - general bug fixes
1242 - updated xmllint man page by John Fleck
1243 - some VMS and Windows updates
1244
1245
12462.4.6: Oct 10 2001:
1247 - added an updated man pages by John Fleck
1248 - portability and configure fixes
1249 - an infinite loop on the HTML parser was removed (William)
1250 - Windows makefile patches from Igor
1251 - fixed half a dozen bugs reported for libxml or libxslt
1252 - updated xmlcatalog to be able to modify SGML super catalogs
1253
1254
12552.4.5: Sep 14 2001:
1256 - Remove a few annoying bugs in 2.4.4
1257 - forces the HTML serializer to output decimal charrefs since some
1258 version of Netscape can't handle hexadecimal ones
1259
1260
12611.8.16: Sep 14 2001:
1262 - maintenance release of the old libxml1 branch, couple of bug and
1263 portability fixes
1264
1265
12662.4.4: Sep 12 2001:
1267 - added --convert to xmlcatalog, bug fixes and cleanups of XML
1268 Catalog
1269 - a few bug fixes and some portability changes
1270 - some documentation cleanups
1271
1272
12732.4.3: Aug 23 2001:
1274 - XML Catalog support see the doc
1275 - New NaN/Infinity floating point code
1276 - A few bug fixes
1277
1278
12792.4.2: Aug 15 2001:
1280 - adds xmlLineNumbersDefault() to control line number generation
1281 - lot of bug fixes
1282 - the Microsoft MSC projects files should now be up to date
1283 - inheritance of namespaces from DTD defaulted attributes
1284 - fixes a serious potential security bug
1285 - added a --format option to xmllint
1286
1287
12882.4.1: July 24 2001:
1289 - possibility to keep line numbers in the tree
1290 - some computation NaN fixes
1291 - extension of the XPath API
1292 - cleanup for alpha and ia64 targets
1293 - patch to allow saving through HTTP PUT or POST
1294
1295
12962.4.0: July 10 2001:
1297 - Fixed a few bugs in XPath, validation, and tree handling.
1298 - Fixed XML Base implementation, added a couple of examples to the
1299 regression tests
1300 - A bit of cleanup
1301
1302
13032.3.14: July 5 2001:
1304 - fixed some entities problems and reduce memory requirement when
1305 substituting them
1306 - lots of improvements in the XPath queries interpreter can be
1307 substantially faster
1308 - Makefiles and configure cleanups
1309 - Fixes to XPath variable eval, and compare on empty node set
1310 - HTML tag closing bug fixed
1311 - Fixed an URI reference computation problem when validating
1312
1313
13142.3.13: June 28 2001:
1315 - 2.3.12 configure.in was broken as well as the push mode XML parser
1316 - a few more fixes for compilation on Windows MSC by Yon Derek
1317
1318
13191.8.14: June 28 2001:
1320 - Zbigniew Chyla gave a patch to use the old XML parser in push mode
1321 - Small Makefile fix
1322
1323
13242.3.12: June 26 2001:
1325 - lots of cleanup
1326 - a couple of validation fix
1327 - fixed line number counting
1328 - fixed serious problems in the XInclude processing
1329 - added support for UTF8 BOM at beginning of entities
1330 - fixed a strange gcc optimizer bugs in xpath handling of float, gcc-3.0
1331 miscompile uri.c (William), Thomas Leitner provided a fix for the
1332 optimizer on Tru64
1333 - incorporated Yon Derek and Igor Zlatkovic fixes and improvements for
1334 compilation on Windows MSC
1335 - update of libxml-doc.el (Felix Natter)
1336 - fixed 2 bugs in URI normalization code
1337
1338
13392.3.11: June 17 2001:
1340 - updates to trio, Makefiles and configure should fix some portability
1341 problems (alpha)
1342 - fixed some HTML serialization problems (pre, script, and block/inline
1343 handling), added encoding aware APIs, cleanup of this code
1344 - added xmlHasNsProp()
1345 - implemented a specific PI for encoding support in the DocBook SGML
1346 parser
1347 - some XPath fixes (-Infinity, / as a function parameter and namespaces
1348 node selection)
1349 - fixed a performance problem and an error in the validation code
1350 - fixed XInclude routine to implement the recursive behaviour
1351 - fixed xmlFreeNode problem when libxml is included statically twice
1352 - added --version to xmllint for bug reports
1353
1354
13552.3.10: June 1 2001:
1356 - fixed the SGML catalog support
1357 - a number of reported bugs got fixed, in XPath, iconv detection,
1358 XInclude processing
1359 - XPath string function should now handle unicode correctly
1360
1361
13622.3.9: May 19 2001:
Daniel Veillard39801e52008-06-03 16:08:54 +00001363Lots of bugfixes, and added a basic SGML catalog support: - HTML push bugfix #54891 and another patch from Jonas Borgström
Daniel Veillard8ba17412003-01-01 19:13:12 +00001364 - some serious speed optimization again
1365 - some documentation cleanups
1366 - trying to get better linking on Solaris (-R)
1367 - XPath API cleanup from Thomas Broyer
1368 - Validation bug fixed #54631, added a patch from Gary Pennington, fixed
1369 xmlValidGetValidElements()
1370 - Added an INSTALL file
1371 - Attribute removal added to API: #54433
1372 - added a basic support for SGML catalogs
1373 - fixed xmlKeepBlanksDefault(0) API
1374 - bugfix in xmlNodeGetLang()
1375 - fixed a small configure portability problem
1376 - fixed an inversion of SYSTEM and PUBLIC identifier in HTML document
1377
1378
13791.8.13: May 14 2001:
1380 - bugfixes release of the old libxml1 branch used by Gnome
1381
1382
13832.3.8: May 3 2001:
1384 - Integrated an SGML DocBook parser for the Gnome project
1385 - Fixed a few things in the HTML parser
1386 - Fixed some XPath bugs raised by XSLT use, tried to fix the floating
1387 point portability issue
1388 - Speed improvement (8M/s for SAX, 3M/s for DOM, 1.5M/s for
1389 DOM+validation using the XML REC as input and a 700MHz celeron).
1390 - incorporated more Windows cleanup
1391 - added xmlSaveFormatFile()
1392 - fixed problems in copying nodes with entities references (gdome)
1393 - removed some troubles surrounding the new validation module
1394
1395
13962.3.7: April 22 2001:
1397 - lots of small bug fixes, corrected XPointer
1398 - Non deterministic content model validation support
1399 - added xmlDocCopyNode for gdome2
1400 - revamped the way the HTML parser handles end of tags
1401 - XPath: corrections of namespaces support and number formatting
1402 - Windows: Igor Zlatkovic patches for MSC compilation
1403 - HTML output fixes from P C Chow and William M. Brack
1404 - Improved validation speed sensible for DocBook
1405 - fixed a big bug with ID declared in external parsed entities
1406 - portability fixes, update of Trio from Bjorn Reese
1407
1408
14092.3.6: April 8 2001:
1410 - Code cleanup using extreme gcc compiler warning options, found and
1411 cleared half a dozen potential problem
1412 - the Eazel team found an XML parser bug
1413 - cleaned up the user of some of the string formatting function. used the
1414 trio library code to provide the one needed when the platform is missing
1415 them
1416 - xpath: removed a memory leak and fixed the predicate evaluation
1417 problem, extended the testsuite and cleaned up the result. XPointer seems
1418 broken ...
1419
1420
14212.3.5: Mar 23 2001:
1422 - Biggest change is separate parsing and evaluation of XPath expressions,
1423 there is some new APIs for this too
1424 - included a number of bug fixes(XML push parser, 51876, notations,
1425 52299)
1426 - Fixed some portability issues
1427
1428
14292.3.4: Mar 10 2001:
1430 - Fixed bugs #51860 and #51861
1431 - Added a global variable xmlDefaultBufferSize to allow default buffer
1432 size to be application tunable.
1433 - Some cleanup in the validation code, still a bug left and this part
1434 should probably be rewritten to support ambiguous content model :-\
1435 - Fix a couple of serious bugs introduced or raised by changes in 2.3.3
1436 parser
1437 - Fixed another bug in xmlNodeGetContent()
1438 - Bjorn fixed XPath node collection and Number formatting
1439 - Fixed a loop reported in the HTML parsing
1440 - blank space are reported even if the Dtd content model proves that they
1441 are formatting spaces, this is for XML conformance
1442
1443
14442.3.3: Mar 1 2001:
1445 - small change in XPath for XSLT
1446 - documentation cleanups
1447 - fix in validation by Gary Pennington
1448 - serious parsing performances improvements
1449
1450
14512.3.2: Feb 24 2001:
1452 - chasing XPath bugs, found a bunch, completed some TODO
1453 - fixed a Dtd parsing bug
1454 - fixed a bug in xmlNodeGetContent
1455 - ID/IDREF support partly rewritten by Gary Pennington
1456
1457
14582.3.1: Feb 15 2001:
1459 - some XPath and HTML bug fixes for XSLT
1460 - small extension of the hash table interfaces for DOM gdome2
1461 implementation
1462 - A few bug fixes
1463
1464
14652.3.0: Feb 8 2001 (2.2.12 was on 25 Jan but I didn't kept track):
1466 - Lots of XPath bug fixes
1467 - Add a mode with Dtd lookup but without validation error reporting for
1468 XSLT
1469 - Add support for text node without escaping (XSLT)
1470 - bug fixes for xmlCheckFilename
1471 - validation code bug fixes from Gary Pennington
1472 - Patch from Paul D. Smith correcting URI path normalization
1473 - Patch to allow simultaneous install of libxml-devel and
1474 libxml2-devel
1475 - the example Makefile is now fixed
1476 - added HTML to the RPM packages
1477 - tree copying bugfixes
1478 - updates to Windows makefiles
1479 - optimization patch from Bjorn Reese
1480
1481
14822.2.11: Jan 4 2001:
1483 - bunch of bug fixes (memory I/O, xpath, ftp/http, ...)
1484 - added htmlHandleOmittedElem()
1485 - Applied Bjorn Reese's IPV6 first patch
1486 - Applied Paul D. Smith patches for validation of XInclude results
1487 - added XPointer xmlns() new scheme support
1488
1489
14902.2.10: Nov 25 2000:
1491 - Fix the Windows problems of 2.2.8
1492 - integrate OpenVMS patches
1493 - better handling of some nasty HTML input
1494 - Improved the XPointer implementation
1495 - integrate a number of provided patches
1496
1497
14982.2.9: Nov 25 2000:
1499 - erroneous release :-(
1500
1501
15022.2.8: Nov 13 2000:
1503 - First version of XInclude
1504 support
1505 - Patch in conditional section handling
1506 - updated MS compiler project
1507 - fixed some XPath problems
1508 - added an URI escaping function
1509 - some other bug fixes
1510
1511
15122.2.7: Oct 31 2000:
1513 - added message redirection
1514 - XPath improvements (thanks TOM !)
1515 - xmlIOParseDTD() added
1516 - various small fixes in the HTML, URI, HTTP and XPointer support
1517 - some cleanup of the Makefile, autoconf and the distribution content
1518
1519
15202.2.6: Oct 25 2000::
1521 - Added an hash table module, migrated a number of internal structure to
1522 those
1523 - Fixed a posteriori validation problems
1524 - HTTP module cleanups
1525 - HTML parser improvements (tag errors, script/style handling, attribute
1526 normalization)
1527 - coalescing of adjacent text nodes
1528 - couple of XPath bug fixes, exported the internal API
1529
1530
15312.2.5: Oct 15 2000::
1532 - XPointer implementation and testsuite
1533 - Lot of XPath fixes, added variable and functions registration, more
1534 tests
1535 - Portability fixes, lots of enhancements toward an easy Windows build
1536 and release
1537 - Late validation fixes
1538 - Integrated a lot of contributed patches
1539 - added memory management docs
1540 - a performance problem when using large buffer seems fixed
1541
1542
15432.2.4: Oct 1 2000::
1544 - main XPath problem fixed
1545 - Integrated portability patches for Windows
1546 - Serious bug fixes on the URI and HTML code
1547
1548
15492.2.3: Sep 17 2000:
1550 - bug fixes
1551 - cleanup of entity handling code
1552 - overall review of all loops in the parsers, all sprintf usage has been
1553 checked too
1554 - Far better handling of larges Dtd. Validating against DocBook XML Dtd
1555 works smoothly now.
1556
1557
15581.8.10: Sep 6 2000:
1559 - bug fix release for some Gnome projects
1560
1561
15622.2.2: August 12 2000:
1563 - mostly bug fixes
1564 - started adding routines to access xml parser context options
1565
1566
15672.2.1: July 21 2000:
1568 - a purely bug fixes release
1569 - fixed an encoding support problem when parsing from a memory block
1570 - fixed a DOCTYPE parsing problem
1571 - removed a bug in the function allowing to override the memory
1572 allocation routines
1573
1574
15752.2.0: July 14 2000:
1576 - applied a lot of portability fixes
1577 - better encoding support/cleanup and saving (content is now always
1578 encoded in UTF-8)
1579 - the HTML parser now correctly handles encodings
1580 - added xmlHasProp()
1581 - fixed a serious problem with &#38;
1582 - propagated the fix to FTP client
1583 - cleanup, bugfixes, etc ...
1584 - Added a page about libxml Internationalization
1585 support
1586
1587
Daniel Veillard8ba17412003-01-01 19:13:12 +000015881.8.9: July 9 2000:
1589 - fixed the spec the RPMs should be better
1590 - fixed a serious bug in the FTP implementation, released 1.8.9 to solve
1591 rpmfind users problem
1592
1593
15942.1.1: July 1 2000:
1595 - fixes a couple of bugs in the 2.1.0 packaging
1596 - improvements on the HTML parser
1597
1598
15992.1.0 and 1.8.8: June 29 2000:
1600 - 1.8.8 is mostly a commodity package for upgrading to libxml2 according
1601 to new instructions. It fixes a nasty problem
1602 about &#38; charref parsing
1603 - 2.1.0 also ease the upgrade from libxml v1 to the recent version. it
1604 also contains numerous fixes and enhancements:
1605 added xmlStopParser() to stop parsing
1606 improved a lot parsing speed when there is large CDATA blocs
1607 includes XPath patches provided by Picdar Technology
1608 tried to fix as much as possible DTD validation and namespace
1609 related problems
1610 output to a given encoding has been added/tested
1611 lot of various fixes
1612
1613 - added xmlStopParser() to stop parsing
1614 - improved a lot parsing speed when there is large CDATA blocs
1615 - includes XPath patches provided by Picdar Technology
1616 - tried to fix as much as possible DTD validation and namespace
1617 related problems
1618 - output to a given encoding has been added/tested
1619 - lot of various fixes
1620
1621
16222.0.0: Apr 12 2000:
1623 - First public release of libxml2. If you are using libxml, it's a good
1624 idea to check the 1.x to 2.x upgrade instructions. NOTE: while initially
1625 scheduled for Apr 3 the release occurred only on Apr 12 due to massive
1626 workload.
1627 - The include are now located under $prefix/include/libxml (instead of
1628 $prefix/include/gnome-xml), they also are referenced by
1629 #include <libxml/xxx.h>
1630 instead of
1631 #include "xxx.h"
1632
1633 - a new URI module for parsing URIs and following strictly RFC 2396
1634 - the memory allocation routines used by libxml can now be overloaded
1635 dynamically by using xmlMemSetup()
1636 - The previously CVS only tool tester has been renamed
1637 xmllint and is now installed as part of the libxml2
1638 package
1639 - The I/O interface has been revamped. There is now ways to plug in
1640 specific I/O modules, either at the URI scheme detection level using
1641 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
1642 parser context using xmlCreateIOParserCtxt()
1643 - there is a C preprocessor macro LIBXML_VERSION providing the version
1644 number of the libxml module in use
1645 - a number of optional features of libxml can now be excluded at
1646 configure time (FTP/HTTP/HTML/XPath/Debug)
1647
1648
16492.0.0beta: Mar 14 2000:
1650 - This is a first Beta release of libxml version 2
1651 - It's available only fromxmlsoft.org
1652 FTP, it's packaged as libxml2-2.0.0beta and available as tar and
1653 RPMs
1654 - This version is now the head in the Gnome CVS base, the old one is
1655 available under the tag LIB_XML_1_X
1656 - This includes a very large set of changes. From a programmatic point
1657 of view applications should not have to be modified too much, check the
1658 upgrade page
Daniel Veillard8ba17412003-01-01 19:13:12 +00001659 - Some interfaces may changes (especially a bit about encoding).
1660 - the updates includes:
1661 fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
1662 handled now
1663 Better handling of entities, especially well-formedness checking
1664 and proper PEref extensions in external subsets
1665 DTD conditional sections
1666 Validation now correctly handle entities content
1667 change
1668 structures to accommodate DOM
1669
1670 - fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
1671 handled now
1672 - Better handling of entities, especially well-formedness checking
1673 and proper PEref extensions in external subsets
1674 - DTD conditional sections
1675 - Validation now correctly handle entities content
1676 - change
1677 structures to accommodate DOM
1678 - Serious progress were made toward compliance, here are the result of the test against the
1679 OASIS testsuite (except the Japanese tests since I don't support that
1680 encoding yet). This URL is rebuilt every couple of hours using the CVS
1681 head version.
1682
1683
16841.8.7: Mar 6 2000:
1685 - This is a bug fix release:
1686 - It is possible to disable the ignorable blanks heuristic used by
1687 libxml-1.x, a new function xmlKeepBlanksDefault(0) will allow this. Note
1688 that for adherence to XML spec, this behaviour will be disabled by
1689 default in 2.x . The same function will allow to keep compatibility for
1690 old code.
1691 - Blanks in <a> </a> constructs are not ignored anymore,
1692 avoiding heuristic is really the Right Way :-\
1693 - The unchecked use of snprintf which was breaking libxml-1.8.6
1694 compilation on some platforms has been fixed
1695 - nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when processing
1696 URIs
1697
1698
16991.8.6: Jan 31 2000:
1700 - added a nanoFTP transport module, debugged until the new version of rpmfind can use
1701 it without troubles
1702
1703
17041.8.5: Jan 21 2000:
1705 - adding APIs to parse a well balanced chunk of XML (production [43] content of the
1706 XML spec)
1707 - fixed a hideous bug in xmlGetProp pointed by Rune.Djurhuus@fast.no
1708 - Jody Goldberg <jgoldberg@home.com> provided another patch trying
1709 to solve the zlib checks problems
1710 - The current state in gnome CVS base is expected to ship as 1.8.5 with
1711 gnumeric soon
1712
1713
17141.8.4: Jan 13 2000:
1715 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()
1716 - all exit() call should have been removed from libxml
1717 - fixed a problem with INCLUDE_WINSOCK on WIN32 platform
1718 - added newDocFragment()
1719
1720
17211.8.3: Jan 5 2000:
1722 - a Push interface for the XML and HTML parsers
1723 - a shell-like interface to the document tree (try tester --shell :-)
1724 - lots of bug fixes and improvement added over XMas holidays
1725 - fixed the DTD parsing code to work with the xhtml DTD
1726 - added xmlRemoveProp(), xmlRemoveID() and xmlRemoveRef()
1727 - Fixed bugs in xmlNewNs()
1728 - External entity loading code has been revamped, now it uses
1729 xmlLoadExternalEntity(), some fix on entities processing were added
1730 - cleaned up WIN32 includes of socket stuff
1731
1732
17331.8.2: Dec 21 1999:
1734 - I got another problem with includes and C++, I hope this issue is fixed
1735 for good this time
1736 - Added a few tree modification functions: xmlReplaceNode,
1737 xmlAddPrevSibling, xmlAddNextSibling, xmlNodeSetName and
1738 xmlDocSetRootElement
1739 - Tried to improve the HTML output with help from Chris Lahey
1740
1741
Daniel Veillard8ba17412003-01-01 19:13:12 +000017421.8.1: Dec 18 1999:
1743 - various patches to avoid troubles when using libxml with C++ compilers
1744 the "namespace" keyword and C escaping in include files
1745 - a problem in one of the core macros IS_CHAR was corrected
1746 - fixed a bug introduced in 1.8.0 breaking default namespace processing,
1747 and more specifically the Dia application
1748 - fixed a posteriori validation (validation after parsing, or by using a
1749 Dtd not specified in the original document)
1750 - fixed a bug in
1751
1752
17531.8.0: Dec 12 1999:
1754 - cleanup, especially memory wise
1755 - the parser should be more reliable, especially the HTML one, it should
1756 not crash, whatever the input !
1757 - Integrated various patches, especially a speedup improvement for large
1758 dataset from Carl Nygard,
1759 configure with --with-buffers to enable them.
1760 - attribute normalization, oops should have been added long ago !
1761 - attributes defaulted from DTDs should be available, xmlSetProp() now
1762 does entities escaping by default.
1763
1764
17651.7.4: Oct 25 1999:
1766 - Lots of HTML improvement
1767 - Fixed some errors when saving both XML and HTML
1768 - More examples, the regression tests should now look clean
1769 - Fixed a bug with contiguous charref
1770
1771
17721.7.3: Sep 29 1999:
1773 - portability problems fixed
1774 - snprintf was used unconditionally, leading to link problems on system
1775 were it's not available, fixed
1776
1777
17781.7.1: Sep 24 1999:
1779 - The basic type for strings manipulated by libxml has been renamed in
1780 1.7.1 from CHAR to xmlChar. The reason
1781 is that CHAR was conflicting with a predefined type on Windows. However
1782 on non WIN32 environment, compatibility is provided by the way of a
1783 #define .
1784 - Changed another error : the use of a structure field called errno, and
1785 leading to troubles on platforms where it's a macro
1786
1787
17881.7.0: Sep 23 1999:
1789 - Added the ability to fetch remote DTD or parsed entities, see the nanohttp module.
1790 - Added an errno to report errors by another mean than a simple printf
1791 like callback
1792 - Finished ID/IDREF support and checking when validation
1793 - Serious memory leaks fixed (there is now a memory wrapper module)
1794 - Improvement of XPath
1795 implementation
1796 - Added an HTML parser front-end
1797
1798Daniel Veillard at
1799bugs.html