news.html revision 688f6694cbff0df65913a25fd9449e591d43f1d1
1<?xml version="1.0" encoding="ISO-8859-1"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="SHORTCUT ICON" href="/favicon.ico" /><style type="text/css"> 4TD {font-family: Verdana,Arial,Helvetica} 5BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em} 6H1 {font-family: Verdana,Arial,Helvetica} 7H2 {font-family: Verdana,Arial,Helvetica} 8H3 {font-family: Verdana,Arial,Helvetica} 9A:link, A:visited, A:active { text-decoration: underline } 10</style><title>News</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo" /></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XML C parser and toolkit of Gnome</h1><h2>News</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="news.html">News</a></li><li><a href="XMLinfo.html">XML</a></li><li><a href="XSLT.html">XSLT</a></li><li><a href="xmldtd.html">Validation & DTDs</a></li><li><a href="encoding.html">Encodings support</a></li><li><a href="catalog.html">Catalog support</a></li><li><a href="namespaces.html">Namespaces</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="examples/index.html" style="font-weight:bold">Code Examples</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li><li><a href="guidelines.html">XML Guidelines</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li><li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml2">Bug Tracker</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><p>Items not finished and worked on, get in touch with the list if you want 11to help those</p><ul><li>More testing on RelaxNG</li> 12 <li>Finishing up <a href="http://www.w3.org/TR/xmlschema-1/">XML 13 Schemas</a></li> 14</ul><p> There is the list of public releases:</p><h3>2.6.8: Mar 23 2004</h3><ul><li>First step of the cleanup of the serialization code and APIs</li> 15 <li>XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam 16 Dickmeiss), anyURI for "" (John Belmonte)</li> 17 <li>Python: Canonicalization C14N support added (Anthony Carrico)</li> 18 <li>xmlDocCopyNode() extension (William)</li> 19 <li>Relax-NG: fix when processing XInclude results (William), external 20 reference in interleave (William), missing error on <choice> 21 failure (William), memory leak in schemas datatype facets.</li> 22 <li>xmlWriter: patch for better DTD support (Alfred Mickautsch)</li> 23 <li>bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William 24 Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to 25 URI on SYSTEM lookup failure, XInclude parse flags inheritance (William), 26 XInclude and XPointer fixes for entities (William), XML parser bug 27 reported by Holger Rauch, nanohttp fd leak (William), regexps char 28 groups '-' handling (William), dictionnary reference counting problems, 29 do not close stderr. </li> 30 <li>performance patches from Petr Pajas</li> 31 <li>Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey)</li> 32 <li>compilation and portability fixes: --without-valid, catalog cleanups 33 (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation 34 to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino 35 Vidal), Windows build (Eric Zurcher)</li> 36</ul><h3>2.6.7: Feb 23 2004</h3><ul><li>documentation: tutorial updates (John Fleck), benchmark results</li> 37 <li>xmlWriter: updates and fixes (Alfred Mickautsch, Lucas Brasilino)</li> 38 <li>XPath optimization (Petr Pajas)</li> 39 <li>DTD ID handling optimization</li> 40 <li>bugfixes: xpath number with > 19 fractional (William Brack), push 41 mode with unescaped '>' characters, fix xmllint --stream --timing, fix 42 xmllint --memory --stream memory usage, xmlAttrSerializeTxtContent 43 handling NULL, trying to fix Relax-NG/Perl interface.</li> 44 <li>python: 2.3 compatibility, whitespace fixes (Malcolm Tredinnick)</li> 45 <li>Added relaxng option to xmllint --shell</li> 46</ul><h3>2.6.6: Feb 12 2004</h3><ul><li>nanohttp and nanoftp: buffer overflow error on URI parsing (Igor and 47 William) reported by Yuuichi Teranishi</li> 48 <li>bugfixes: make test and path issues, xmlWriter attribute serialization 49 (William Brack), xmlWriter indentation (William), schemas validation 50 (Eric Haszlakiewicz), XInclude dictionnaries issues (William and Oleg 51 Paraschenko), XInclude empty fallback (William), HTML warnings (William), 52 XPointer in XInclude (William), Python namespace serialization, 53 isolat1ToUTF8 bound error (Alfred Mickautsch), output of parameter 54 entities in internal subset (William), internal subset bug in push mode, 55 <xs:all> fix (Alexey Sarytchev)</li> 56 <li>Build: fix for automake-1.8 (Alexander Winston), warnings removal 57 (Philip Ludlam), SOCKLEN_T detection fixes (Daniel Richard), fix 58 --with-minimum configuration.</li> 59 <li>XInclude: allow the 2001 namespace without warning.</li> 60 <li>Documentation: missing example/index.html (John Fleck), version 61 dependancies (John Fleck)</li> 62 <li>reader API: structured error reporting (Steve Ball)</li> 63 <li>Windows compilation: mingw, msys (Mikhail Grushinskiy), function 64 prototype (Cameron Johnson), MSVC6 compiler warnings, _WINSOCKAPI_ 65 patch</li> 66 <li>Parsers: added xmlByteConsumed(ctxt) API to get the byte offest in 67 input.</li> 68</ul><h3>2.6.5: Jan 25 2004</h3><ul><li>Bugfixes: dictionnaries for schemas (William Brack), regexp segfault 69 (William), xs:all problem (William), a number of XPointer bugfixes 70 (William), xmllint error go to stderr, DTD validation problem with 71 namespace, memory leak (William), SAX1 cleanup and minimal options fixes 72 (Mark Vadoc), parser context reset on error (Shaun McCance), XPath union 73 evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin), 74 XML Schemas double free (Steve Ball), XInclude with no href, argument 75 callbacks order for XPath callbacks (Frederic Peters)</li> 76 <li>Documentation: python scripts (William Brack), xslt stylesheets (John 77 Fleck), doc (Sven Zimmerman), I/O example.</li> 78 <li>Python bindings: fixes (William), enum support (St�phane Bidoul), 79 structured error reporting (St�phane Bidoul)</li> 80 <li>XInclude: various fixes for conformance, problem related to dictionnary 81 references (William & me), recursion (William)</li> 82 <li>xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred 83 Mickautsch),</li> 84 <li>xmlSchemas: normalizedString datatype (John Belmonte)</li> 85 <li>code cleanup for strings functions (William)</li> 86 <li>Windows: compiler patches (Mark Vakoc)</li> 87 <li>Parser optimizations, a few new XPath and dictionnary APIs for future 88 XSLT optimizations.</li> 89</ul><h3>2.6.4: Dec 24 2003</h3><ul><li>Windows build fixes (Igor Zlatkovic)</li> 90 <li>Some serious XInclude problems reported by Oleg Paraschenko and</li> 91 <li>Unix and Makefile packaging fixes (me, William Brack,</li> 92 <li>Documentation improvements (John Fleck, William Brack), example fix 93 (Lucas Brasilino)</li> 94 <li>bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of 95 NULL strings (William Brack) , API building reader or parser from 96 filedescriptor should not close it, changed XPath sorting to be stable 97 again (William Brack), xmlGetNodePath() generating '(null)' (William 98 Brack), DTD validation and namespace bug (William Brack), XML Schemas 99 double inclusion behaviour</li> 100</ul><h3>2.6.3: Dec 10 2003</h3><ul><li>documentation updates and cleanup (DV, William Brack, John Fleck)</li> 101 <li>added a repository of examples, examples from Aleksey Sanin, Dodji 102 Seketeli, Alfred Mickautsch</li> 103 <li>Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw 104 (Kenneth Haley)</li> 105 <li>Unicode range checking (William Brack)</li> 106 <li>code cleanup (William Brack)</li> 107 <li>Python bindings: doc (John Fleck), bug fixes</li> 108 <li>UTF-16 cleanup and BOM issues (William Brack)</li> 109 <li>bug fixes: ID and xmlReader validation, XPath (William Brack), 110 xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser 111 (James Bursa), attribute defaulting and validation, some serialization 112 cleanups, XML_GET_LINE macro, memory debug when using threads (William 113 Brack), serialization of attributes and entities content, xmlWriter 114 (Daniel Schulman)</li> 115 <li>XInclude bugfix, new APIs and update to the last version including the 116 namespace change.</li> 117 <li>XML Schemas improvements: include (Robert Stepanek), import and 118 namespace handling, fixed the regression tests troubles, added examples 119 based on Eric van der Vlist book, regexp fixes</li> 120 <li>preliminary pattern support for streaming (needed for schemas 121 constraints), added xmlTextReaderPreservePattern() to collect subdocument 122 when streaming.</li> 123 <li>various fixes in the structured error handling</li> 124</ul><h3>2.6.2: Nov 4 2003</h3><ul><li>XPath context unregistration fixes</li> 125 <li>text node coalescing fixes (Mark Lilback)</li> 126 <li>API to screate a W3C Schemas from an existing document (Steve Ball)</li> 127 <li>BeOS patches (Marcin 'Shard' Konicki)</li> 128 <li>xmlStrVPrintf function added (Aleksey Sanin)</li> 129 <li>compilation fixes (Mark Vakoc)</li> 130 <li>stdin parsing fix (William Brack)</li> 131 <li>a posteriori DTD validation fixes</li> 132 <li>xmlReader bug fixes: Walker fixes, python bindings</li> 133 <li>fixed xmlStopParser() to really stop the parser and errors</li> 134 <li>always generate line numbers when using the new xmlReadxxx 135 functions</li> 136 <li>added XInclude support to the xmlReader interface</li> 137 <li>implemented XML_PARSE_NONET parser option</li> 138 <li>DocBook XSLT processing bug fixed</li> 139 <li>HTML serialization for <p> elements (William Brack and me)</li> 140 <li>XPointer failure in XInclude are now handled as resource errors</li> 141 <li>fixed xmllint --html to use the HTML serializer on output (added 142 --xmlout to implement the previous behaviour of saving it using the XML 143 serializer)</li> 144</ul><h3>2.6.1: Oct 28 2003</h3><ul><li>Mostly bugfixes after the big 2.6.0 changes</li> 145 <li>Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup 146 (William Brack)</li> 147 <li>Windows compilation patches (Joachim Bauch, Stephane Bidoul, Igor 148 Zlatkovic)</li> 149 <li>xmlWriter bugfix (Alfred Mickautsch)</li> 150 <li>chvalid.[ch]: couple of fixes from Stephane Bidoul</li> 151 <li>context reset: error state reset, push parser reset (Graham 152 Bennett)</li> 153 <li>context reuse: generate errors if file is not readable</li> 154 <li>defaulted attributes for element coming from internal entities 155 (Stephane Bidoul)</li> 156 <li>Python: tab and spaces mix (William Brack)</li> 157 <li>Error handler could crash in DTD validation in 2.6.0</li> 158 <li>xmlReader: do not use the document or element _private field</li> 159 <li>testSAX.c: avoid a problem with some PIs (Massimo Morara)</li> 160 <li>general bug fixes: mandatory encoding in text decl, serializing 161 Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik), 162 XPath errors not reported, slow HTML parsing of large documents.</li> 163</ul><h3>2.6.0: Oct 20 2003</h3><ul><li>Major revision release: should be API and ABI compatible but got a lot 164 of change</li> 165 <li>Increased the library modularity, far more options can be stripped out, 166 a --with-minimum configuration will weight around 160KBytes</li> 167 <li>Use per parser and per document dictionnary, allocate names and small 168 text nodes from the dictionnary</li> 169 <li>Switch to a SAX2 like parser rewrote most of the XML parser core, 170 provides namespace resolution and defaulted attributes, minimize memory 171 allocations and copies, namespace checking and specific error handling, 172 immutable buffers, make predefined entities static structures, etc...</li> 173 <li>rewrote all the error handling in the library, all errors can be 174 intercepted at a structured level, with precise information 175 available.</li> 176 <li>New simpler and more generic XML and HTML parser APIs, allowing to 177 easilly modify the parsing options and reuse parser context for multiple 178 consecutive documents.</li> 179 <li>Similar new APIs for the xmlReader, for options and reuse, provided new 180 functions to access content as const strings, use them for Python 181 bindings</li> 182 <li>a lot of other smaller API improvements: xmlStrPrintf (Aleksey Sanin), 183 Walker i.e. reader on a document tree based on Alfred Mickautsch code, 184 make room in nodes for line numbers, reference counting and future PSVI 185 extensions, generation of character ranges to be checked with faster 186 algorithm (William), xmlParserMaxDepth (Crutcher Dunnavant), buffer 187 access</li> 188 <li>New xmlWriter API provided by Alfred Mickautsch</li> 189 <li>Schemas: base64 support by Anthony Carrico</li> 190 <li>Parser<->HTTP integration fix, proper processing of the Mime-Type 191 and charset informations if available.</li> 192 <li>Relax-NG: bug fixes including the one reported by Martijn Faassen and 193 zeroOrMore, better error reporting.</li> 194 <li>Python bindings (St�phane Bidoul), never use stdout for errors 195 output</li> 196 <li>Portability: all the headers have macros for export and calling 197 convention definitions (Igor Zlatkovic), VMS update (Craig A. Berry), 198 Windows: threads (Jesse Pelton), Borland compiler (Eric Zurcher, Igor), 199 Mingw (Igor), typos (Mark Vakoc), beta version (Stephane Bidoul), 200 warning cleanups on AIX and MIPS compilers (William Brack), BeOS (Marcin 201 'Shard' Konicki)</li> 202 <li>Documentation fixes and README (William Brack), search fix (William), 203 tutorial updates (John Fleck), namespace docs (Stefan Kost)</li> 204 <li>Bug fixes: xmlCleanupParser (Dave Beckett), threading uninitialized 205 mutexes, HTML doctype lowercase, SAX/IO (William), compression detection 206 and restore (William), attribute declaration in DTDs (William), namespace 207 on attribute in HTML output (William), input filename (Rob Richards), 208 namespace DTD validation, xmlReplaceNode (Chris Ryland), I/O callbacks 209 (Markus Keim), CDATA serialization (Shaun McCance), xmlReader (Peter 210 Derr), high codepoint charref like &#x10FFFF;, buffer access in push 211 mode (Justin Fletcher), TLS threads on Windows (Jesse Pelton), XPath bug 212 (William), xmlCleanupParser (Marc Liyanage), CDATA output (William), HTTP 213 error handling.</li> 214 <li>xmllint options: --dtdvalidfpi for Tobias Reif, --sax1 for compat 215 testing, --nodict for building without tree dictionnary, --nocdata to 216 replace CDATA by text, --nsclean to remove surperfluous namespace 217 declarations</li> 218 <li>added xml2-config --libtool-libs option from Kevin P. Fleming</li> 219 <li>a lot of profiling and tuning of the code, speedup patch for 220 xmlSearchNs() by Luca Padovani. The xmlReader should do far less 221 allocation and it speed should get closer to SAX. Chris Anderson worked 222 on speeding and cleaning up repetitive checking code.</li> 223 <li>cleanup of "make tests"</li> 224 <li>libxml-2.0-uninstalled.pc from Malcolm Tredinnick</li> 225 <li>deactivated the broken docBook SGML parser code and plugged the XML 226 parser instead.</li> 227</ul><h3>2.5.11: Sep 9 2003</h3><p>A bugfix only release:</p><ul><li>risk of crash in Relax-NG</li> 228 <li>risk of crash when using multithreaded programs</li> 229</ul><h3>2.5.10: Aug 15 2003</h3><p>A bugfixes only release</p><ul><li>Windows Makefiles (William Brack)</li> 230 <li>UTF-16 support fixes (Mark Itzcovitz)</li> 231 <li>Makefile and portability (William Brack) automake, Linux alpha, Mingw 232 on Windows (Mikhail Grushinskiy)</li> 233 <li>HTML parser (Oliver Stoeneberg)</li> 234 <li>XInclude performance problem reported by Kevin Ruscoe</li> 235 <li>XML parser performance problem reported by Grant Goodale</li> 236 <li>xmlSAXParseDTD() bug fix from Malcolm Tredinnick</li> 237 <li>and a couple other cleanup</li> 238</ul><h3>2.5.9: Aug 9 2003</h3><ul><li>bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build 239 (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading 240 (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli), 241 xmlReader, Relax-NG schemas compilation, namespace handling, EXSLT (Sean 242 Griffin), HTML parsing problem (William Brack), DTD validation for mixed 243 content + namespaces, HTML serialization, library initialization, 244 progressive HTML parser</li> 245 <li>better interfaces for Relax-NG error handling (Joachim Bauch, )</li> 246 <li>adding xmlXIncludeProcessTree() for XInclud'ing in a subtree</li> 247 <li>doc fixes and improvements (John Fleck)</li> 248 <li>configure flag for -with-fexceptions when embedding in C++</li> 249 <li>couple of new UTF-8 helper functions (William Brack)</li> 250 <li>general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)</li> 251 <li>xmlTextReader cleanup + enum for node types (Bjorn Reese)</li> 252 <li>general compilation/warning cleanup Solaris/HP-UX/... (William 253 Brack)</li> 254</ul><h3>2.5.8: Jul 6 2003</h3><ul><li>bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark 255 Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack), 256 PI related memleak, compilation without schemas or without xpath (Joerg 257 Schmitz-Linneweber/Garry Pennington), xmlUnlinkNode problem with DTDs, 258 rpm problem on , i86_64, removed a few compilation problems from 2.5.7, 259 xmlIOParseDTD, and xmlSAXParseDTD (Malcolm Tredinnick)</li> 260 <li>portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry)</li> 261 <li>William Brack fixed multithreading lock problems</li> 262 <li>IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro)</li> 263 <li>Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (St�phane 264 Bidoul)</li> 265 <li>A few W3C Schemas Structure improvements</li> 266 <li>W3C Schemas Datatype improvements (Charlie Bozeman)</li> 267 <li>Python bindings for thread globals (St�phane Bidoul), and method/class 268 generator</li> 269 <li>added --nonet option to xmllint</li> 270 <li>documentation improvements (John Fleck)</li> 271</ul><h3>2.5.7: Apr 25 2003</h3><ul><li>Relax-NG: Compiling to regexp and streaming validation on top of the 272 xmlReader interface, added to xmllint --stream</li> 273 <li>xmlReader: Expand(), Next() and DOM access glue, bug fixes</li> 274 <li>Support for large files: RGN validated a 4.5GB instance</li> 275 <li>Thread support is now configured in by default</li> 276 <li>Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes 277 (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser 278 and zero bytes handling, some missing Windows file path conversions, 279 behaviour of the parser and validator in the presence of "out of memory" 280 error conditions</li> 281 <li>extended the API to be able to plug a garbage collecting memory 282 allocator, added xmlMallocAtomic() and modified the allocations 283 accordingly.</li> 284 <li>Performances: removed excessive malloc() calls, speedup of the push and 285 xmlReader interfaces, removed excessive thread locking</li> 286 <li>Documentation: man page (John Fleck), xmlReader documentation</li> 287 <li>Python: adding binding for xmlCatalogAddLocal (Brent M Hendricks)</li> 288</ul><h3>2.5.6: Apr 1 2003</h3><ul><li>Fixed W3C XML Schemas datatype, should be compliant now except for 289 binHex and base64 which are not supported yet.</li> 290 <li>bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and 291 XInclude entities handling, encoding detection on external subsets, XML 292 Schemas bugs and memory leaks, HTML parser (James Bursa)</li> 293 <li>portability: python/trio (Albert Chin), Sun compiler warnings</li> 294 <li>documentation: added --relaxng option to xmllint man page (John)</li> 295 <li>improved error reporting: xml:space, start/end tag mismatches, Relax NG 296 errors</li> 297</ul><h3>2.5.5: Mar 24 2003</h3><ul><li>Lot of fixes on the Relax NG implementation. More testing including 298 DocBook and TEI examples.</li> 299 <li>Increased the support for W3C XML Schemas datatype</li> 300 <li>Several bug fixes in the URI handling layer</li> 301 <li>Bug fixes: HTML parser, xmlReader, DTD validation, XPath, encoding 302 conversion, line counting in the parser.</li> 303 <li>Added support for $XMLLINT_INDENT environment variable, FTP delete</li> 304 <li>Fixed the RPM spec file name</li> 305</ul><h3>2.5.4: Feb 20 2003</h3><ul><li>Conformance testing and lot of fixes on Relax NG and XInclude 306 implementation</li> 307 <li>Implementation of XPointer element() scheme</li> 308 <li>Bug fixes: XML parser, XInclude entities merge, validity checking on 309 namespaces, 310 <p>2 serialization bugs, node info generation problems, a DTD regexp 311 generation problem.</p> 312 </li> 313 <li>Portability: windows updates and path canonicalization (Igor)</li> 314 <li>A few typo fixes (Kjartan Maraas)</li> 315 <li>Python bindings generator fixes (Stephane Bidoul)</li> 316</ul><h3>2.5.3: Feb 10 2003</h3><ul><li>RelaxNG and XML Schemas datatypes improvements, and added a first 317 version of RelaxNG Python bindings</li> 318 <li>Fixes: XLink (Sean Chittenden), XInclude (Sean Chittenden), API fix for 319 serializing namespace nodes, encoding conversion bug, XHTML1 320 serialization</li> 321 <li>Portability fixes: Windows (Igor), AMD 64bits RPM spec file</li> 322</ul><h3>2.5.2: Feb 5 2003</h3><ul><li>First implementation of RelaxNG, added --relaxng flag to xmllint</li> 323 <li>Schemas support now compiled in by default.</li> 324 <li>Bug fixes: DTD validation, namespace checking, XInclude and entities, 325 delegateURI in XML Catalogs, HTML parser, XML reader (St�phane Bidoul), 326 XPath parser and evaluation, UTF8ToUTF8 serialization, XML reader memory 327 consumption, HTML parser, HTML serialization in the presence of 328 namespaces</li> 329 <li>added an HTML API to check elements and attributes.</li> 330 <li>Documentation improvement, PDF for the tutorial (John Fleck), doc 331 patches (Stefan Kost)</li> 332 <li>Portability fixes: NetBSD (Julio Merino), Windows (Igor Zlatkovic)</li> 333 <li>Added python bindings for XPointer, contextual error reporting 334 (St�phane Bidoul)</li> 335 <li>URI/file escaping problems (Stefano Zacchiroli)</li> 336</ul><h3>2.5.1: Jan 8 2003</h3><ul><li>Fixes a memory leak and configuration/compilation problems in 2.5.0</li> 337 <li>documentation updates (John)</li> 338 <li>a couple of XmlTextReader fixes</li> 339</ul><h3>2.5.0: Jan 6 2003</h3><ul><li>New <a href="xmlreader.html">XmltextReader interface</a> based on C# 340 API (with help of St�phane Bidoul)</li> 341 <li>Windows: more exports, including the new API (Igor)</li> 342 <li>XInclude fallback fix</li> 343 <li>Python: bindings for the new API, packaging (St�phane Bidoul), 344 drv_libxml2.py Python xml.sax driver (St�phane Bidoul), fixes, speedup 345 and iterators for Python-2.2 (Hannu Krosing)</li> 346 <li>Tutorial fixes (john Fleck and Niraj Tolia) xmllint man update 347 (John)</li> 348 <li>Fix an XML parser bug raised by Vyacheslav Pindyura</li> 349 <li>Fix for VMS serialization (Nigel Hall) and config (Craig A. Berry)</li> 350 <li>Entities handling fixes</li> 351 <li>new API to optionally track node creation and deletion (Lukas 352 Schroeder)</li> 353 <li>Added documentation for the XmltextReader interface and some <a href="guidelines.html">XML guidelines</a></li> 354</ul><h3>2.4.30: Dec 12 2002</h3><ul><li>2.4.29 broke the python bindings, rereleasing</li> 355 <li>Improvement/fixes of the XML API generator, and couple of minor code 356 fixes.</li> 357</ul><h3>2.4.29: Dec 11 2002</h3><ul><li>Windows fixes (Igor): Windows CE port, pthread linking, python bindings 358 (St�phane Bidoul), Mingw (Magnus Henoch), and export list updates</li> 359 <li>Fix for prev in python bindings (ERDI Gergo)</li> 360 <li>Fix for entities handling (Marcus Clarke)</li> 361 <li>Refactored the XML and HTML dumps to a single code path, fixed XHTML1 362 dump</li> 363 <li>Fix for URI parsing when handling URNs with fragment identifiers</li> 364 <li>Fix for HTTP URL escaping problem</li> 365 <li>added an TextXmlReader (C#) like API (work in progress)</li> 366 <li>Rewrote the API in XML generation script, includes a C parser and saves 367 more informations needed for C# bindings</li> 368</ul><h3>2.4.28: Nov 22 2002</h3><ul><li>a couple of python binding fixes</li> 369 <li>2 bug fixes in the XML push parser</li> 370 <li>potential memory leak removed (Martin Stoilov)</li> 371 <li>fix to the configure script for Unix (Dimitri Papadopoulos)</li> 372 <li>added encoding support for XInclude parse="text"</li> 373 <li>autodetection of XHTML1 and specific serialization rules added</li> 374 <li>nasty threading bug fixed (William Brack)</li> 375</ul><h3>2.4.27: Nov 17 2002</h3><ul><li>fixes for the Python bindings</li> 376 <li>a number of bug fixes: SGML catalogs, xmlParseBalancedChunkMemory(), 377 HTML parser, Schemas (Charles Bozeman), document fragment support 378 (Christian Glahn), xmlReconciliateNs (Brian Stafford), XPointer, 379 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr 380 Pajas), entities processing</li> 381 <li>added grep to xmllint --shell</li> 382 <li>VMS update patch from Craig A. Berry</li> 383 <li>cleanup of the Windows build with support for more compilers (Igor), 384 better thread support on Windows</li> 385 <li>cleanup of Unix Makefiles and spec file</li> 386 <li>Improvements to the documentation (John Fleck)</li> 387</ul><h3>2.4.26: Oct 18 2002</h3><ul><li>Patches for Windows CE port, improvements on Windows paths handling</li> 388 <li>Fixes to the validation code (DTD and Schemas), xmlNodeGetPath() , 389 HTML serialization, Namespace compliance, and a number of small 390 problems</li> 391</ul><h3>2.4.25: Sep 26 2002</h3><ul><li>A number of bug fixes: XPath, validation, Python bindings, DOM and 392 tree, xmlI/O, Html</li> 393 <li>Serious rewrite of XInclude</li> 394 <li>Made XML Schemas regexp part of the default build and APIs, small fix 395 and improvement of the regexp core</li> 396 <li>Changed the validation code to reuse XML Schemas regexp APIs</li> 397 <li>Better handling of Windows file paths, improvement of Makefiles (Igor, 398 Daniel Gehriger, Mark Vakoc)</li> 399 <li>Improved the python I/O bindings, the tests, added resolver and regexp 400 APIs</li> 401 <li>New logos from Marc Liyanage</li> 402 <li>Tutorial improvements: John Fleck, Christopher Harris</li> 403 <li>Makefile: Fixes for AMD x86_64 (Mandrake), DESTDIR (Christophe 404 Merlet)</li> 405 <li>removal of all stderr/perror use for error reporting</li> 406 <li>Better error reporting: XPath and DTD validation</li> 407 <li>update of the trio portability layer (Bjorn Reese)</li> 408</ul><p><strong>2.4.24: Aug 22 2002</strong></p><ul><li>XPath fixes (William), xf:escape-uri() (Wesley Terpstra)</li> 409 <li>Python binding fixes: makefiles (William), generator, rpm build, x86-64 410 (fcrozat)</li> 411 <li>HTML <style> and boolean attributes serializer fixes</li> 412 <li>C14N improvements by Aleksey</li> 413 <li>doc cleanups: Rick Jones</li> 414 <li>Windows compiler makefile updates: Igor and Elizabeth Barham</li> 415 <li>XInclude: implementation of fallback and xml:base fixup added</li> 416</ul><h3>2.4.23: July 6 2002</h3><ul><li>performances patches: Peter Jacobi</li> 417 <li>c14n fixes, testsuite and performances: Aleksey Sanin</li> 418 <li>added xmlDocFormatDump: Chema Celorio</li> 419 <li>new tutorial: John Fleck</li> 420 <li>new hash functions and performances: Sander Vesik, portability fix from 421 Peter Jacobi</li> 422 <li>a number of bug fixes: XPath (William Brack, Richard Jinks), XML and 423 HTML parsers, ID lookup function</li> 424 <li>removal of all remaining sprintf: Aleksey Sanin</li> 425</ul><h3>2.4.22: May 27 2002</h3><ul><li>a number of bug fixes: configure scripts, base handling, parser, memory 426 usage, HTML parser, XPath, documentation (Christian Cornelssen), 427 indentation, URI parsing</li> 428 <li>Optimizations for XMLSec, fixing and making public some of the network 429 protocol handlers (Aleksey)</li> 430 <li>performance patch from Gary Pennington</li> 431 <li>Charles Bozeman provided date and time support for XML Schemas 432 datatypes</li> 433</ul><h3>2.4.21: Apr 29 2002</h3><p>This release is both a bug fix release and also contains the early XML 434Schemas <a href="http://www.w3.org/TR/xmlschema-1/">structures</a> and <a href="http://www.w3.org/TR/xmlschema-2/">datatypes</a> code, beware, all 435interfaces are likely to change, there is huge holes, it is clearly a work in 436progress and don't even think of putting this code in a production system, 437it's actually not compiled in by default. The real fixes are:</p><ul><li>a couple of bugs or limitations introduced in 2.4.20</li> 438 <li>patches for Borland C++ and MSC by Igor</li> 439 <li>some fixes on XPath strings and conformance patches by Richard 440 Jinks</li> 441 <li>patch from Aleksey for the ExcC14N specification</li> 442 <li>OSF/1 bug fix by Bjorn</li> 443</ul><h3>2.4.20: Apr 15 2002</h3><ul><li>bug fixes: file descriptor leak, XPath, HTML output, DTD validation</li> 444 <li>XPath conformance testing by Richard Jinks</li> 445 <li>Portability fixes: Solaris, MPE/iX, Windows, OSF/1, python bindings, 446 libxml.m4</li> 447</ul><h3>2.4.19: Mar 25 2002</h3><ul><li>bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8 448 encoder</li> 449 <li>portability fixes in the HTTP code</li> 450 <li>memory allocation checks using valgrind, and profiling tests</li> 451 <li>revamp of the Windows build and Makefiles</li> 452</ul><h3>2.4.18: Mar 18 2002</h3><ul><li>bug fixes: tree, SAX, canonicalization, validation, portability, 453 XPath</li> 454 <li>removed the --with-buffer option it was becoming unmaintainable</li> 455 <li>serious cleanup of the Python makefiles</li> 456 <li>speedup patch to XPath very effective for DocBook stylesheets</li> 457 <li>Fixes for Windows build, cleanup of the documentation</li> 458</ul><h3>2.4.17: Mar 8 2002</h3><ul><li>a lot of bug fixes, including "namespace nodes have no parents in 459 XPath"</li> 460 <li>fixed/improved the Python wrappers, added more examples and more 461 regression tests, XPath extension functions can now return node-sets</li> 462 <li>added the XML Canonicalization support from Aleksey Sanin</li> 463</ul><h3>2.4.16: Feb 20 2002</h3><ul><li>a lot of bug fixes, most of them were triggered by the XML Testsuite 464 from OASIS and W3C. Compliance has been significantly improved.</li> 465 <li>a couple of portability fixes too.</li> 466</ul><h3>2.4.15: Feb 11 2002</h3><ul><li>Fixed the Makefiles, especially the python module ones</li> 467 <li>A few bug fixes and cleanup</li> 468 <li>Includes cleanup</li> 469</ul><h3>2.4.14: Feb 8 2002</h3><ul><li>Change of License to the <a href="http://www.opensource.org/licenses/mit-license.html">MIT 470 License</a> basically for integration in XFree86 codebase, and removing 471 confusion around the previous dual-licensing</li> 472 <li>added Python bindings, beta software but should already be quite 473 complete</li> 474 <li>a large number of fixes and cleanups, especially for all tree 475 manipulations</li> 476 <li>cleanup of the headers, generation of a reference API definition in 477 XML</li> 478</ul><h3>2.4.13: Jan 14 2002</h3><ul><li>update of the documentation: John Fleck and Charlie Bozeman</li> 479 <li>cleanup of timing code from Justin Fletcher</li> 480 <li>fixes for Windows and initial thread support on Win32: Igor and Serguei 481 Narojnyi</li> 482 <li>Cygwin patch from Robert Collins</li> 483 <li>added xmlSetEntityReferenceFunc() for Keith Isdale work on xsldbg</li> 484</ul><h3>2.4.12: Dec 7 2001</h3><ul><li>a few bug fixes: thread (Gary Pennington), xmllint (Geert Kloosterman), 485 XML parser (Robin Berjon), XPointer (Danny Jamshy), I/O cleanups 486 (robert)</li> 487 <li>Eric Lavigne contributed project files for MacOS</li> 488 <li>some makefiles cleanups</li> 489</ul><h3>2.4.11: Nov 26 2001</h3><ul><li>fixed a couple of errors in the includes, fixed a few bugs, some code 490 cleanups</li> 491 <li>xmllint man pages improvement by Heiko Rupp</li> 492 <li>updated VMS build instructions from John A Fotheringham</li> 493 <li>Windows Makefiles updates from Igor</li> 494</ul><h3>2.4.10: Nov 10 2001</h3><ul><li>URI escaping fix (Joel Young)</li> 495 <li>added xmlGetNodePath() (for paths or XPointers generation)</li> 496 <li>Fixes namespace handling problems when using DTD and validation</li> 497 <li>improvements on xmllint: Morus Walter patches for --format and 498 --encode, Stefan Kost and Heiko Rupp improvements on the --shell</li> 499 <li>fixes for xmlcatalog linking pointed by Weiqi Gao</li> 500 <li>fixes to the HTML parser</li> 501</ul><h3>2.4.9: Nov 6 2001</h3><ul><li>fixes more catalog bugs</li> 502 <li>avoid a compilation problem, improve xmlGetLineNo()</li> 503</ul><h3>2.4.8: Nov 4 2001</h3><ul><li>fixed SGML catalogs broken in previous release, updated xmlcatalog 504 tool</li> 505 <li>fixed a compile errors and some includes troubles.</li> 506</ul><h3>2.4.7: Oct 30 2001</h3><ul><li>exported some debugging interfaces</li> 507 <li>serious rewrite of the catalog code</li> 508 <li>integrated Gary Pennington thread safety patch, added configure option 509 and regression tests</li> 510 <li>removed an HTML parser bug</li> 511 <li>fixed a couple of potentially serious validation bugs</li> 512 <li>integrated the SGML DocBook support in xmllint</li> 513 <li>changed the nanoftp anonymous login passwd</li> 514 <li>some I/O cleanup and a couple of interfaces for Perl wrapper</li> 515 <li>general bug fixes</li> 516 <li>updated xmllint man page by John Fleck</li> 517 <li>some VMS and Windows updates</li> 518</ul><h3>2.4.6: Oct 10 2001</h3><ul><li>added an updated man pages by John Fleck</li> 519 <li>portability and configure fixes</li> 520 <li>an infinite loop on the HTML parser was removed (William)</li> 521 <li>Windows makefile patches from Igor</li> 522 <li>fixed half a dozen bugs reported for libxml or libxslt</li> 523 <li>updated xmlcatalog to be able to modify SGML super catalogs</li> 524</ul><h3>2.4.5: Sep 14 2001</h3><ul><li>Remove a few annoying bugs in 2.4.4</li> 525 <li>forces the HTML serializer to output decimal charrefs since some 526 version of Netscape can't handle hexadecimal ones</li> 527</ul><h3>1.8.16: Sep 14 2001</h3><ul><li>maintenance release of the old libxml1 branch, couple of bug and 528 portability fixes</li> 529</ul><h3>2.4.4: Sep 12 2001</h3><ul><li>added --convert to xmlcatalog, bug fixes and cleanups of XML 530 Catalog</li> 531 <li>a few bug fixes and some portability changes</li> 532 <li>some documentation cleanups</li> 533</ul><h3>2.4.3: Aug 23 2001</h3><ul><li>XML Catalog support see the doc</li> 534 <li>New NaN/Infinity floating point code</li> 535 <li>A few bug fixes</li> 536</ul><h3>2.4.2: Aug 15 2001</h3><ul><li>adds xmlLineNumbersDefault() to control line number generation</li> 537 <li>lot of bug fixes</li> 538 <li>the Microsoft MSC projects files should now be up to date</li> 539 <li>inheritance of namespaces from DTD defaulted attributes</li> 540 <li>fixes a serious potential security bug</li> 541 <li>added a --format option to xmllint</li> 542</ul><h3>2.4.1: July 24 2001</h3><ul><li>possibility to keep line numbers in the tree</li> 543 <li>some computation NaN fixes</li> 544 <li>extension of the XPath API</li> 545 <li>cleanup for alpha and ia64 targets</li> 546 <li>patch to allow saving through HTTP PUT or POST</li> 547</ul><h3>2.4.0: July 10 2001</h3><ul><li>Fixed a few bugs in XPath, validation, and tree handling.</li> 548 <li>Fixed XML Base implementation, added a couple of examples to the 549 regression tests</li> 550 <li>A bit of cleanup</li> 551</ul><h3>2.3.14: July 5 2001</h3><ul><li>fixed some entities problems and reduce memory requirement when 552 substituting them</li> 553 <li>lots of improvements in the XPath queries interpreter can be 554 substantially faster</li> 555 <li>Makefiles and configure cleanups</li> 556 <li>Fixes to XPath variable eval, and compare on empty node set</li> 557 <li>HTML tag closing bug fixed</li> 558 <li>Fixed an URI reference computation problem when validating</li> 559</ul><h3>2.3.13: June 28 2001</h3><ul><li>2.3.12 configure.in was broken as well as the push mode XML parser</li> 560 <li>a few more fixes for compilation on Windows MSC by Yon Derek</li> 561</ul><h3>1.8.14: June 28 2001</h3><ul><li>Zbigniew Chyla gave a patch to use the old XML parser in push mode</li> 562 <li>Small Makefile fix</li> 563</ul><h3>2.3.12: June 26 2001</h3><ul><li>lots of cleanup</li> 564 <li>a couple of validation fix</li> 565 <li>fixed line number counting</li> 566 <li>fixed serious problems in the XInclude processing</li> 567 <li>added support for UTF8 BOM at beginning of entities</li> 568 <li>fixed a strange gcc optimizer bugs in xpath handling of float, gcc-3.0 569 miscompile uri.c (William), Thomas Leitner provided a fix for the 570 optimizer on Tru64</li> 571 <li>incorporated Yon Derek and Igor Zlatkovic fixes and improvements for 572 compilation on Windows MSC</li> 573 <li>update of libxml-doc.el (Felix Natter)</li> 574 <li>fixed 2 bugs in URI normalization code</li> 575</ul><h3>2.3.11: June 17 2001</h3><ul><li>updates to trio, Makefiles and configure should fix some portability 576 problems (alpha)</li> 577 <li>fixed some HTML serialization problems (pre, script, and block/inline 578 handling), added encoding aware APIs, cleanup of this code</li> 579 <li>added xmlHasNsProp()</li> 580 <li>implemented a specific PI for encoding support in the DocBook SGML 581 parser</li> 582 <li>some XPath fixes (-Infinity, / as a function parameter and namespaces 583 node selection)</li> 584 <li>fixed a performance problem and an error in the validation code</li> 585 <li>fixed XInclude routine to implement the recursive behaviour</li> 586 <li>fixed xmlFreeNode problem when libxml is included statically twice</li> 587 <li>added --version to xmllint for bug reports</li> 588</ul><h3>2.3.10: June 1 2001</h3><ul><li>fixed the SGML catalog support</li> 589 <li>a number of reported bugs got fixed, in XPath, iconv detection, 590 XInclude processing</li> 591 <li>XPath string function should now handle unicode correctly</li> 592</ul><h3>2.3.9: May 19 2001</h3><p>Lots of bugfixes, and added a basic SGML catalog support:</p><ul><li>HTML push bugfix #54891 and another patch from Jonas Borgstr�m</li> 593 <li>some serious speed optimization again</li> 594 <li>some documentation cleanups</li> 595 <li>trying to get better linking on Solaris (-R)</li> 596 <li>XPath API cleanup from Thomas Broyer</li> 597 <li>Validation bug fixed #54631, added a patch from Gary Pennington, fixed 598 xmlValidGetValidElements()</li> 599 <li>Added an INSTALL file</li> 600 <li>Attribute removal added to API: #54433</li> 601 <li>added a basic support for SGML catalogs</li> 602 <li>fixed xmlKeepBlanksDefault(0) API</li> 603 <li>bugfix in xmlNodeGetLang()</li> 604 <li>fixed a small configure portability problem</li> 605 <li>fixed an inversion of SYSTEM and PUBLIC identifier in HTML document</li> 606</ul><h3>1.8.13: May 14 2001</h3><ul><li>bugfixes release of the old libxml1 branch used by Gnome</li> 607</ul><h3>2.3.8: May 3 2001</h3><ul><li>Integrated an SGML DocBook parser for the Gnome project</li> 608 <li>Fixed a few things in the HTML parser</li> 609 <li>Fixed some XPath bugs raised by XSLT use, tried to fix the floating 610 point portability issue</li> 611 <li>Speed improvement (8M/s for SAX, 3M/s for DOM, 1.5M/s for 612 DOM+validation using the XML REC as input and a 700MHz celeron).</li> 613 <li>incorporated more Windows cleanup</li> 614 <li>added xmlSaveFormatFile()</li> 615 <li>fixed problems in copying nodes with entities references (gdome)</li> 616 <li>removed some troubles surrounding the new validation module</li> 617</ul><h3>2.3.7: April 22 2001</h3><ul><li>lots of small bug fixes, corrected XPointer</li> 618 <li>Non deterministic content model validation support</li> 619 <li>added xmlDocCopyNode for gdome2</li> 620 <li>revamped the way the HTML parser handles end of tags</li> 621 <li>XPath: corrections of namespaces support and number formatting</li> 622 <li>Windows: Igor Zlatkovic patches for MSC compilation</li> 623 <li>HTML output fixes from P C Chow and William M. Brack</li> 624 <li>Improved validation speed sensible for DocBook</li> 625 <li>fixed a big bug with ID declared in external parsed entities</li> 626 <li>portability fixes, update of Trio from Bjorn Reese</li> 627</ul><h3>2.3.6: April 8 2001</h3><ul><li>Code cleanup using extreme gcc compiler warning options, found and 628 cleared half a dozen potential problem</li> 629 <li>the Eazel team found an XML parser bug</li> 630 <li>cleaned up the user of some of the string formatting function. used the 631 trio library code to provide the one needed when the platform is missing 632 them</li> 633 <li>xpath: removed a memory leak and fixed the predicate evaluation 634 problem, extended the testsuite and cleaned up the result. XPointer seems 635 broken ...</li> 636</ul><h3>2.3.5: Mar 23 2001</h3><ul><li>Biggest change is separate parsing and evaluation of XPath expressions, 637 there is some new APIs for this too</li> 638 <li>included a number of bug fixes(XML push parser, 51876, notations, 639 52299)</li> 640 <li>Fixed some portability issues</li> 641</ul><h3>2.3.4: Mar 10 2001</h3><ul><li>Fixed bugs #51860 and #51861</li> 642 <li>Added a global variable xmlDefaultBufferSize to allow default buffer 643 size to be application tunable.</li> 644 <li>Some cleanup in the validation code, still a bug left and this part 645 should probably be rewritten to support ambiguous content model :-\</li> 646 <li>Fix a couple of serious bugs introduced or raised by changes in 2.3.3 647 parser</li> 648 <li>Fixed another bug in xmlNodeGetContent()</li> 649 <li>Bjorn fixed XPath node collection and Number formatting</li> 650 <li>Fixed a loop reported in the HTML parsing</li> 651 <li>blank space are reported even if the Dtd content model proves that they 652 are formatting spaces, this is for XML conformance</li> 653</ul><h3>2.3.3: Mar 1 2001</h3><ul><li>small change in XPath for XSLT</li> 654 <li>documentation cleanups</li> 655 <li>fix in validation by Gary Pennington</li> 656 <li>serious parsing performances improvements</li> 657</ul><h3>2.3.2: Feb 24 2001</h3><ul><li>chasing XPath bugs, found a bunch, completed some TODO</li> 658 <li>fixed a Dtd parsing bug</li> 659 <li>fixed a bug in xmlNodeGetContent</li> 660 <li>ID/IDREF support partly rewritten by Gary Pennington</li> 661</ul><h3>2.3.1: Feb 15 2001</h3><ul><li>some XPath and HTML bug fixes for XSLT</li> 662 <li>small extension of the hash table interfaces for DOM gdome2 663 implementation</li> 664 <li>A few bug fixes</li> 665</ul><h3>2.3.0: Feb 8 2001 (2.2.12 was on 25 Jan but I didn't kept track)</h3><ul><li>Lots of XPath bug fixes</li> 666 <li>Add a mode with Dtd lookup but without validation error reporting for 667 XSLT</li> 668 <li>Add support for text node without escaping (XSLT)</li> 669 <li>bug fixes for xmlCheckFilename</li> 670 <li>validation code bug fixes from Gary Pennington</li> 671 <li>Patch from Paul D. Smith correcting URI path normalization</li> 672 <li>Patch to allow simultaneous install of libxml-devel and 673 libxml2-devel</li> 674 <li>the example Makefile is now fixed</li> 675 <li>added HTML to the RPM packages</li> 676 <li>tree copying bugfixes</li> 677 <li>updates to Windows makefiles</li> 678 <li>optimization patch from Bjorn Reese</li> 679</ul><h3>2.2.11: Jan 4 2001</h3><ul><li>bunch of bug fixes (memory I/O, xpath, ftp/http, ...)</li> 680 <li>added htmlHandleOmittedElem()</li> 681 <li>Applied Bjorn Reese's IPV6 first patch</li> 682 <li>Applied Paul D. Smith patches for validation of XInclude results</li> 683 <li>added XPointer xmlns() new scheme support</li> 684</ul><h3>2.2.10: Nov 25 2000</h3><ul><li>Fix the Windows problems of 2.2.8</li> 685 <li>integrate OpenVMS patches</li> 686 <li>better handling of some nasty HTML input</li> 687 <li>Improved the XPointer implementation</li> 688 <li>integrate a number of provided patches</li> 689</ul><h3>2.2.9: Nov 25 2000</h3><ul><li>erroneous release :-(</li> 690</ul><h3>2.2.8: Nov 13 2000</h3><ul><li>First version of <a href="http://www.w3.org/TR/xinclude">XInclude</a> 691 support</li> 692 <li>Patch in conditional section handling</li> 693 <li>updated MS compiler project</li> 694 <li>fixed some XPath problems</li> 695 <li>added an URI escaping function</li> 696 <li>some other bug fixes</li> 697</ul><h3>2.2.7: Oct 31 2000</h3><ul><li>added message redirection</li> 698 <li>XPath improvements (thanks TOM !)</li> 699 <li>xmlIOParseDTD() added</li> 700 <li>various small fixes in the HTML, URI, HTTP and XPointer support</li> 701 <li>some cleanup of the Makefile, autoconf and the distribution content</li> 702</ul><h3>2.2.6: Oct 25 2000:</h3><ul><li>Added an hash table module, migrated a number of internal structure to 703 those</li> 704 <li>Fixed a posteriori validation problems</li> 705 <li>HTTP module cleanups</li> 706 <li>HTML parser improvements (tag errors, script/style handling, attribute 707 normalization)</li> 708 <li>coalescing of adjacent text nodes</li> 709 <li>couple of XPath bug fixes, exported the internal API</li> 710</ul><h3>2.2.5: Oct 15 2000:</h3><ul><li>XPointer implementation and testsuite</li> 711 <li>Lot of XPath fixes, added variable and functions registration, more 712 tests</li> 713 <li>Portability fixes, lots of enhancements toward an easy Windows build 714 and release</li> 715 <li>Late validation fixes</li> 716 <li>Integrated a lot of contributed patches</li> 717 <li>added memory management docs</li> 718 <li>a performance problem when using large buffer seems fixed</li> 719</ul><h3>2.2.4: Oct 1 2000:</h3><ul><li>main XPath problem fixed</li> 720 <li>Integrated portability patches for Windows</li> 721 <li>Serious bug fixes on the URI and HTML code</li> 722</ul><h3>2.2.3: Sep 17 2000</h3><ul><li>bug fixes</li> 723 <li>cleanup of entity handling code</li> 724 <li>overall review of all loops in the parsers, all sprintf usage has been 725 checked too</li> 726 <li>Far better handling of larges Dtd. Validating against DocBook XML Dtd 727 works smoothly now.</li> 728</ul><h3>1.8.10: Sep 6 2000</h3><ul><li>bug fix release for some Gnome projects</li> 729</ul><h3>2.2.2: August 12 2000</h3><ul><li>mostly bug fixes</li> 730 <li>started adding routines to access xml parser context options</li> 731</ul><h3>2.2.1: July 21 2000</h3><ul><li>a purely bug fixes release</li> 732 <li>fixed an encoding support problem when parsing from a memory block</li> 733 <li>fixed a DOCTYPE parsing problem</li> 734 <li>removed a bug in the function allowing to override the memory 735 allocation routines</li> 736</ul><h3>2.2.0: July 14 2000</h3><ul><li>applied a lot of portability fixes</li> 737 <li>better encoding support/cleanup and saving (content is now always 738 encoded in UTF-8)</li> 739 <li>the HTML parser now correctly handles encodings</li> 740 <li>added xmlHasProp()</li> 741 <li>fixed a serious problem with &#38;</li> 742 <li>propagated the fix to FTP client</li> 743 <li>cleanup, bugfixes, etc ...</li> 744 <li>Added a page about <a href="encoding.html">libxml Internationalization 745 support</a></li> 746</ul><h3>1.8.9: July 9 2000</h3><ul><li>fixed the spec the RPMs should be better</li> 747 <li>fixed a serious bug in the FTP implementation, released 1.8.9 to solve 748 rpmfind users problem</li> 749</ul><h3>2.1.1: July 1 2000</h3><ul><li>fixes a couple of bugs in the 2.1.0 packaging</li> 750 <li>improvements on the HTML parser</li> 751</ul><h3>2.1.0 and 1.8.8: June 29 2000</h3><ul><li>1.8.8 is mostly a commodity package for upgrading to libxml2 according 752 to <a href="upgrade.html">new instructions</a>. It fixes a nasty problem 753 about &#38; charref parsing</li> 754 <li>2.1.0 also ease the upgrade from libxml v1 to the recent version. it 755 also contains numerous fixes and enhancements: 756 <ul><li>added xmlStopParser() to stop parsing</li> 757 <li>improved a lot parsing speed when there is large CDATA blocs</li> 758 <li>includes XPath patches provided by Picdar Technology</li> 759 <li>tried to fix as much as possible DTD validation and namespace 760 related problems</li> 761 <li>output to a given encoding has been added/tested</li> 762 <li>lot of various fixes</li> 763 </ul></li> 764</ul><h3>2.0.0: Apr 12 2000</h3><ul><li>First public release of libxml2. If you are using libxml, it's a good 765 idea to check the 1.x to 2.x upgrade instructions. NOTE: while initially 766 scheduled for Apr 3 the release occurred only on Apr 12 due to massive 767 workload.</li> 768 <li>The include are now located under $prefix/include/libxml (instead of 769 $prefix/include/gnome-xml), they also are referenced by 770 <pre>#include <libxml/xxx.h></pre> 771 <p>instead of</p> 772 <pre>#include "xxx.h"</pre> 773 </li> 774 <li>a new URI module for parsing URIs and following strictly RFC 2396</li> 775 <li>the memory allocation routines used by libxml can now be overloaded 776 dynamically by using xmlMemSetup()</li> 777 <li>The previously CVS only tool tester has been renamed 778 <strong>xmllint</strong> and is now installed as part of the libxml2 779 package</li> 780 <li>The I/O interface has been revamped. There is now ways to plug in 781 specific I/O modules, either at the URI scheme detection level using 782 xmlRegisterInputCallbacks() or by passing I/O functions when creating a 783 parser context using xmlCreateIOParserCtxt()</li> 784 <li>there is a C preprocessor macro LIBXML_VERSION providing the version 785 number of the libxml module in use</li> 786 <li>a number of optional features of libxml can now be excluded at 787 configure time (FTP/HTTP/HTML/XPath/Debug)</li> 788</ul><h3>2.0.0beta: Mar 14 2000</h3><ul><li>This is a first Beta release of libxml version 2</li> 789 <li>It's available only from<a href="ftp://xmlsoft.org/">xmlsoft.org 790 FTP</a>, it's packaged as libxml2-2.0.0beta and available as tar and 791 RPMs</li> 792 <li>This version is now the head in the Gnome CVS base, the old one is 793 available under the tag LIB_XML_1_X</li> 794 <li>This includes a very large set of changes. From a programmatic point 795 of view applications should not have to be modified too much, check the 796 <a href="upgrade.html">upgrade page</a></li> 797 <li>Some interfaces may changes (especially a bit about encoding).</li> 798 <li>the updates includes: 799 <ul><li>fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly 800 handled now</li> 801 <li>Better handling of entities, especially well-formedness checking 802 and proper PEref extensions in external subsets</li> 803 <li>DTD conditional sections</li> 804 <li>Validation now correctly handle entities content</li> 805 <li><a href="http://rpmfind.net/tools/gdome/messages/0039.html">change 806 structures to accommodate DOM</a></li> 807 </ul></li> 808 <li>Serious progress were made toward compliance, <a href="conf/result.html">here are the result of the test</a> against the 809 OASIS testsuite (except the Japanese tests since I don't support that 810 encoding yet). This URL is rebuilt every couple of hours using the CVS 811 head version.</li> 812</ul><h3>1.8.7: Mar 6 2000</h3><ul><li>This is a bug fix release:</li> 813 <li>It is possible to disable the ignorable blanks heuristic used by 814 libxml-1.x, a new function xmlKeepBlanksDefault(0) will allow this. Note 815 that for adherence to XML spec, this behaviour will be disabled by 816 default in 2.x . The same function will allow to keep compatibility for 817 old code.</li> 818 <li>Blanks in <a> </a> constructs are not ignored anymore, 819 avoiding heuristic is really the Right Way :-\</li> 820 <li>The unchecked use of snprintf which was breaking libxml-1.8.6 821 compilation on some platforms has been fixed</li> 822 <li>nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when processing 823 URIs</li> 824</ul><h3>1.8.6: Jan 31 2000</h3><ul><li>added a nanoFTP transport module, debugged until the new version of <a href="http://rpmfind.net/linux/rpm2html/rpmfind.html">rpmfind</a> can use 825 it without troubles</li> 826</ul><h3>1.8.5: Jan 21 2000</h3><ul><li>adding APIs to parse a well balanced chunk of XML (production <a href="http://www.w3.org/TR/REC-xml#NT-content">[43] content</a> of the 827 XML spec)</li> 828 <li>fixed a hideous bug in xmlGetProp pointed by Rune.Djurhuus@fast.no</li> 829 <li>Jody Goldberg <jgoldberg@home.com> provided another patch trying 830 to solve the zlib checks problems</li> 831 <li>The current state in gnome CVS base is expected to ship as 1.8.5 with 832 gnumeric soon</li> 833</ul><h3>1.8.4: Jan 13 2000</h3><ul><li>bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()</li> 834 <li>all exit() call should have been removed from libxml</li> 835 <li>fixed a problem with INCLUDE_WINSOCK on WIN32 platform</li> 836 <li>added newDocFragment()</li> 837</ul><h3>1.8.3: Jan 5 2000</h3><ul><li>a Push interface for the XML and HTML parsers</li> 838 <li>a shell-like interface to the document tree (try tester --shell :-)</li> 839 <li>lots of bug fixes and improvement added over XMas holidays</li> 840 <li>fixed the DTD parsing code to work with the xhtml DTD</li> 841 <li>added xmlRemoveProp(), xmlRemoveID() and xmlRemoveRef()</li> 842 <li>Fixed bugs in xmlNewNs()</li> 843 <li>External entity loading code has been revamped, now it uses 844 xmlLoadExternalEntity(), some fix on entities processing were added</li> 845 <li>cleaned up WIN32 includes of socket stuff</li> 846</ul><h3>1.8.2: Dec 21 1999</h3><ul><li>I got another problem with includes and C++, I hope this issue is fixed 847 for good this time</li> 848 <li>Added a few tree modification functions: xmlReplaceNode, 849 xmlAddPrevSibling, xmlAddNextSibling, xmlNodeSetName and 850 xmlDocSetRootElement</li> 851 <li>Tried to improve the HTML output with help from <a href="mailto:clahey@umich.edu">Chris Lahey</a></li> 852</ul><h3>1.8.1: Dec 18 1999</h3><ul><li>various patches to avoid troubles when using libxml with C++ compilers 853 the "namespace" keyword and C escaping in include files</li> 854 <li>a problem in one of the core macros IS_CHAR was corrected</li> 855 <li>fixed a bug introduced in 1.8.0 breaking default namespace processing, 856 and more specifically the Dia application</li> 857 <li>fixed a posteriori validation (validation after parsing, or by using a 858 Dtd not specified in the original document)</li> 859 <li>fixed a bug in</li> 860</ul><h3>1.8.0: Dec 12 1999</h3><ul><li>cleanup, especially memory wise</li> 861 <li>the parser should be more reliable, especially the HTML one, it should 862 not crash, whatever the input !</li> 863 <li>Integrated various patches, especially a speedup improvement for large 864 dataset from <a href="mailto:cnygard@bellatlantic.net">Carl Nygard</a>, 865 configure with --with-buffers to enable them.</li> 866 <li>attribute normalization, oops should have been added long ago !</li> 867 <li>attributes defaulted from DTDs should be available, xmlSetProp() now 868 does entities escaping by default.</li> 869</ul><h3>1.7.4: Oct 25 1999</h3><ul><li>Lots of HTML improvement</li> 870 <li>Fixed some errors when saving both XML and HTML</li> 871 <li>More examples, the regression tests should now look clean</li> 872 <li>Fixed a bug with contiguous charref</li> 873</ul><h3>1.7.3: Sep 29 1999</h3><ul><li>portability problems fixed</li> 874 <li>snprintf was used unconditionally, leading to link problems on system 875 were it's not available, fixed</li> 876</ul><h3>1.7.1: Sep 24 1999</h3><ul><li>The basic type for strings manipulated by libxml has been renamed in 877 1.7.1 from <strong>CHAR</strong> to <strong>xmlChar</strong>. The reason 878 is that CHAR was conflicting with a predefined type on Windows. However 879 on non WIN32 environment, compatibility is provided by the way of a 880 <strong>#define </strong>.</li> 881 <li>Changed another error : the use of a structure field called errno, and 882 leading to troubles on platforms where it's a macro</li> 883</ul><h3>1.7.0: Sep 23 1999</h3><ul><li>Added the ability to fetch remote DTD or parsed entities, see the <a href="html/libxml-nanohttp.html">nanohttp</a> module.</li> 884 <li>Added an errno to report errors by another mean than a simple printf 885 like callback</li> 886 <li>Finished ID/IDREF support and checking when validation</li> 887 <li>Serious memory leaks fixed (there is now a <a href="html/libxml-xmlmemory.html">memory wrapper</a> module)</li> 888 <li>Improvement of <a href="http://www.w3.org/TR/xpath">XPath</a> 889 implementation</li> 890 <li>Added an HTML parser front-end</li> 891</ul><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html> 892