blob: 564afcb1c912484223e648df714c120863b57693 [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
15to the CVS at
16http://cvs.gnome.org/viewcvs/libxml2/
Daniel Veillardeff45a92004-10-29 12:10:55 +000017 code base.There is the list of public releases:
182.6.15: Oct 27 2004:
19 - security fixes on the nanoftp and nanohttp modules
Daniel Veillard6927b102004-10-27 17:29:04 +000020 - build fixes: xmllint detection bug in configure, building outside the
21 source tree (Thomas Fitzsimmons)
22 - bug fixes: HTML parser on broken ASCII chars in names (William), Python
23 paths (Malcolm Tredinnick), xmlHasNsProp and default namespace (William),
24 saving to python file objects (Malcolm Tredinnick), DTD lookup fix
25 (Malcolm), save back <group> in catalogs (William), tree build
26 fixes (DV and Rob Richards), Schemas memory bug, structured error handler
27 on Python 64bits, thread local memory deallocation, memory leak reported
28 by Volker Roth, xmlValidateDtd in the presence of an internal subset,
29 entities and _private problem (William), xmlBuildRelativeURI error
30 (William).
31 - improvements: better XInclude error reports (William), tree debugging
32 module and tests, convenience functions at the Reader API (Graham
33 Bennett), add support for PI in the HTML parser.
34
35
Daniel Veillard22cdb842004-10-04 14:09:17 +0000362.6.14: Sep 29 2004:
37 - build fixes: configure paths for xmllint and xsltproc, compilation
38 without HTML parser, compilation warning cleanups (William Brack &
Daniel Veillard6927b102004-10-27 17:29:04 +000039 Malcolm Tredinnick), VMS makefile update (Craig Berry),
Daniel Veillard22cdb842004-10-04 14:09:17 +000040 - bug fixes: xmlGetUTF8Char (William Brack), QName properties (Kasimier
41 Buchcik), XInclude testing, Notation serialization, UTF8ToISO8859x
42 transcoding (Mark Itzcovitz), lots of XML Schemas cleanup and fixes
43 (Kasimier), ChangeLog cleanup (Stepan Kasal), memory fixes (Mark Vakoc),
44 handling of failed realloc(), out of bound array adressing in Schemas
45 date handling, Python space/tabs cleanups (Malcolm Tredinnick), NMTOKENS
Daniel Veillard6927b102004-10-27 17:29:04 +000046 E20 validation fix (Malcolm),
Daniel Veillard22cdb842004-10-04 14:09:17 +000047 - improvements: added W3C XML Schemas testsuite (Kasimier Buchcik), add
48 xmlSchemaValidateOneElement (Kasimier), Python exception hierearchy
49 (Malcolm Tredinnick), Python libxml2 driver improvement (Malcolm
50 Tredinnick), Schemas support for xsi:schemaLocation,
51 xsi:noNamespaceSchemaLocation, xsi:type (Kasimier Buchcik)
52
53
Daniel Veillardd1de4a32004-08-31 13:43:07 +0000542.6.13: Aug 31 2004:
55 - build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc,
Daniel Veillard22cdb842004-10-04 14:09:17 +000056 Solaris compiler warning, fixing RPM BuildRequires,
Daniel Veillardd1de4a32004-08-31 13:43:07 +000057 - fixes: DTD loading on Windows (Igor), Schemas error reports APIs
58 (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack
59 and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace
60 problem (William), Schemas hexbinary empty values, encoding error could
61 genrate a serialization loop.
62 - Improvements: Schemas validity improvements (Kasimier), added --path
63 and --load-trace options to xmllint
64 - documentation: tutorial update (John Fleck)
65
66
Daniel Veillardb331fff2004-08-22 14:21:57 +0000672.6.12: Aug 22 2004:
68 - build fixes: fix --with-minimum, elfgcchack.h fixes (Peter
69 Breitenlohner), perl path lookup (William), diff on Solaris (Albert
70 Chin), some 64bits cleanups.
71 - Python: avoid a warning with 2.3 (William Brack), tab and space mixes
72 (William), wrapper generator fixes (William), Cygwin support (Gerrit P.
73 Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support
74 (Torkel Lyng)
75 - Schemas: a lot of bug fixes and improvements from Kasimier Buchcik
76 - fixes: RVT fixes (William), XPath context resets bug (William), memory
77 debug (Steve Hay), catalog white space handling (Peter Breitenlohner),
78 xmlReader state after attribute reading (William), structured error
79 handler (William), XInclude generated xml:base fixup (William), Windows
80 memory reallocation problem (Steve Hay), Out of Memory conditions
81 handling (William and Olivier Andrieu), htmlNewDoc() charset bug,
82 htmlReadMemory init (William), a posteriori validation DTD base
83 (William), notations serialization missing, xmlGetNodePath (Dodji),
84 xmlCheckUTF8 (Diego Tartara), missing line numbers on entity
85 (William)
86 - improvements: DocBook catalog build scrip (William), xmlcatalog tool
87 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
88 xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude
89 to not generate start/end nodes, extend xmllint --version to include CVS
90 tag (William)
91 - documentation: web pages fixes, validity API docs fixes (William)
92 schemas API fix (Eric Haszlakiewicz), xmllint man page (John Fleck)
93
94
Daniel Veillard45cb0f42004-07-05 17:45:35 +0000952.6.11: July 5 2004:
96 - Schemas: a lot of changes and improvements by Kasimier Buchcik for
97 attributes, namespaces and simple types.
98 - build fixes: --with-minimum (William Brack), some gcc cleanup
99 (William), --with-thread-alloc (William)
100 - portability: Windows binary package change (Igor Zlatkovic), Catalog
101 path on Windows
102 - documentation: update to the tutorial (John Fleck), xmllint return code
Daniel Veillardb331fff2004-08-22 14:21:57 +0000103 (John Fleck), man pages (Ville Skytta),
Daniel Veillard45cb0f42004-07-05 17:45:35 +0000104 - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
105 properly initialize the library (William), empty node set in XPath
106 (William), xmlSchemas errors (William), invalid charref problem pointed
107 by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
Daniel Veillardb331fff2004-08-22 14:21:57 +0000108 with div processing (William), XPointer and xml:base problem(William),
Daniel Veillard45cb0f42004-07-05 17:45:35 +0000109 Reader and entities, xmllint return code for schemas (William), reader
110 streaming problem (Steve Ball), DTD serialization problem (William),
111 libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
112 Python classes, xmlReader buffer bug, Python bindings memory interfaces
113 improvement (with Stéphane Bidoul), Fixed the push parser to be back to
114 synchronous behaviour.
115 - improvement: custom per-thread I/O enhancement (Rob Richards), register
116 namespace in debug shell (Stefano Debenedetti), Python based regression
117 test for non-Unix users (William), dynamically increase the number of
118 XPath extension functions in Python and fix a memory leak (Marc-Antoine
119 Parent and William)
120 - performance: hack done with Arjan van de Ven to reduce ELF footprint
121 and generated code on Linux, plus use gcc runtime profiling to optimize
122 the code generated in the RPM packages.
123
124
Daniel Veillard81205012004-05-18 03:06:41 +00001252.6.10: May 17 2004:
126 - Web page generated for ChangeLog
127 - build fixes: --without-html problems, make check without make all
128 - portability: problem with xpath.c on Windows (MSC and Borland), memcmp
129 vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not
130 use "list" as parameter name, make tests work with Python 1.5 (Ed
131 Davis),
132 - improvements: made xmlTextReaderMode public, small buffers resizing
133 (Morten Welinder), add --maxmem option to xmllint, add
134 xmlPopInputCallback() for Matt Sergeant, refactoring of serialization
Daniel Veillard45cb0f42004-07-05 17:45:35 +0000135 escaping, added escaping customization
Daniel Veillard81205012004-05-18 03:06:41 +0000136 - bugfixes: xsd:extension (Taihei Goi), assorted regexp bugs (William
137 Brack), xmlReader end of stream problem, node deregistration with reader,
138 URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer), regexp
139 transition reduction (William), various XSD Schemas fixes (Kasimier
140 Buchcik), XInclude fallback problem (William), weird problems with DTD
141 (William), structured error handler callback context (William), reverse
142 xmlEncodeSpecialChars() behaviour back to escaping '"'
143
144
Daniel Veillardeca726d2004-04-18 21:47:34 +00001452.6.9: Apr 18 2004:
146 - implement xml:id Working Draft, relaxed XPath id() checking
147 - bugfixes: xmlCtxtReset (Brent Hendricks), line number and CDATA (Dave
148 Beckett), Relax-NG compilation (William Brack), Regexp patches (with
149 William), xmlUriEscape (Mark Vakoc), a Relax-NG notAllowed problem (with
150 William), Relax-NG name classes compares (William), XInclude duplicate
151 fallback (William), external DTD encoding detection (William), a DTD
152 validation bug (William), xmlReader Close() fix, recusive extention
153 schemas
154 - improvements: use xmlRead* APIs in test tools (Mark Vakoc), indenting
155 save optimization, better handle IIS broken HTTP redirect behaviour (Ian
156 Hummel), HTML parser frameset (James Bursa), libxml2-python RPM
157 dependancy, XML Schemas union support (Kasimier Buchcik), warning removal
158 clanup (William), keep ChangeLog compressed when installing from RPMs
159 - documentation: examples and xmlDocDumpMemory docs (John Fleck), new
Daniel Veillardaecc0dc2004-05-08 02:32:07 +0000160 example (load, xpath, modify, save), xmlCatalogDump() comments,
Daniel Veillardeca726d2004-04-18 21:47:34 +0000161 - Windows: Borland C++ builder (Eric Zurcher), work around Microsoft
162 compiler NaN handling bug (Mark Vakoc)
163
164
Daniel Veillard252004d2004-03-23 12:32:32 +00001652.6.8: Mar 23 2004:
166 - First step of the cleanup of the serialization code and APIs
167 - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam
168 Dickmeiss), anyURI for "" (John Belmonte)
169 - Python: Canonicalization C14N support added (Anthony Carrico)
170 - xmlDocCopyNode() extension (William)
171 - Relax-NG: fix when processing XInclude results (William), external
172 reference in interleave (William), missing error on <choice>
173 failure (William), memory leak in schemas datatype facets.
174 - xmlWriter: patch for better DTD support (Alfred Mickautsch)
175 - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William
176 Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to
177 URI on SYSTEM lookup failure, XInclude parse flags inheritance (William),
178 XInclude and XPointer fixes for entities (William), XML parser bug
179 reported by Holger Rauch, nanohttp fd leak (William), regexps char
180 groups '-' handling (William), dictionnary reference counting problems,
Daniel Veillard80c00922004-04-09 09:57:23 +0000181 do not close stderr.
Daniel Veillard252004d2004-03-23 12:32:32 +0000182 - performance patches from Petr Pajas
183 - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey)
184 - compilation and portability fixes: --without-valid, catalog cleanups
185 (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation
186 to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino
187 Vidal), Windows build (Eric Zurcher)
188
189
Daniel Veillard92914492004-02-23 16:33:21 +00001902.6.7: Feb 23 2004:
191 - documentation: tutorial updates (John Fleck), benchmark results
192 - xmlWriter: updates and fixes (Alfred Mickautsch, Lucas Brasilino)
193 - XPath optimization (Petr Pajas)
194 - DTD ID handling optimization
195 - bugfixes: xpath number with > 19 fractional (William Brack), push
196 mode with unescaped '>' characters, fix xmllint --stream --timing, fix
197 xmllint --memory --stream memory usage, xmlAttrSerializeTxtContent
198 handling NULL, trying to fix Relax-NG/Perl interface.
199 - python: 2.3 compatibility, whitespace fixes (Malcolm Tredinnick)
200 - Added relaxng option to xmllint --shell
201
202
Daniel Veillard5c9547e2004-02-12 15:31:49 +00002032.6.6: Feb 12 2004:
204 - nanohttp and nanoftp: buffer overflow error on URI parsing (Igor and
205 William) reported by Yuuichi Teranishi
206 - bugfixes: make test and path issues, xmlWriter attribute serialization
207 (William Brack), xmlWriter indentation (William), schemas validation
208 (Eric Haszlakiewicz), XInclude dictionnaries issues (William and Oleg
209 Paraschenko), XInclude empty fallback (William), HTML warnings (William),
210 XPointer in XInclude (William), Python namespace serialization,
211 isolat1ToUTF8 bound error (Alfred Mickautsch), output of parameter
212 entities in internal subset (William), internal subset bug in push mode,
213 <xs:all> fix (Alexey Sarytchev)
214 - Build: fix for automake-1.8 (Alexander Winston), warnings removal
215 (Philip Ludlam), SOCKLEN_T detection fixes (Daniel Richard), fix
216 --with-minimum configuration.
217 - XInclude: allow the 2001 namespace without warning.
218 - Documentation: missing example/index.html (John Fleck), version
219 dependancies (John Fleck)
220 - reader API: structured error reporting (Steve Ball)
221 - Windows compilation: mingw, msys (Mikhail Grushinskiy), function
222 prototype (Cameron Johnson), MSVC6 compiler warnings, _WINSOCKAPI_
223 patch
224 - Parsers: added xmlByteConsumed(ctxt) API to get the byte offest in
225 input.
226
227
Daniel Veillard189f46b2004-01-25 21:03:04 +00002282.6.5: Jan 25 2004:
229 - Bugfixes: dictionnaries for schemas (William Brack), regexp segfault
230 (William), xs:all problem (William), a number of XPointer bugfixes
231 (William), xmllint error go to stderr, DTD validation problem with
232 namespace, memory leak (William), SAX1 cleanup and minimal options fixes
233 (Mark Vadoc), parser context reset on error (Shaun McCance), XPath union
234 evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin),
235 XML Schemas double free (Steve Ball), XInclude with no href, argument
236 callbacks order for XPath callbacks (Frederic Peters)
237 - Documentation: python scripts (William Brack), xslt stylesheets (John
238 Fleck), doc (Sven Zimmerman), I/O example.
239 - Python bindings: fixes (William), enum support (Stéphane Bidoul),
240 structured error reporting (Stéphane Bidoul)
241 - XInclude: various fixes for conformance, problem related to dictionnary
242 references (William & me), recursion (William)
243 - xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred
Daniel Veillard5c9547e2004-02-12 15:31:49 +0000244 Mickautsch),
Daniel Veillard189f46b2004-01-25 21:03:04 +0000245 - xmlSchemas: normalizedString datatype (John Belmonte)
246 - code cleanup for strings functions (William)
247 - Windows: compiler patches (Mark Vakoc)
248 - Parser optimizations, a few new XPath and dictionnary APIs for future
249 XSLT optimizations.
250
251
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00002522.6.4: Dec 24 2003:
253 - Windows build fixes (Igor Zlatkovic)
Daniel Veillard189f46b2004-01-25 21:03:04 +0000254 - Some serious XInclude problems reported by Oleg Paraschenko and
255 - Unix and Makefile packaging fixes (me, William Brack,
Daniel Veillarde6e59cd2003-12-24 11:56:44 +0000256 - Documentation improvements (John Fleck, William Brack), example fix
257 (Lucas Brasilino)
258 - bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of
259 NULL strings (William Brack) , API building reader or parser from
260 filedescriptor should not close it, changed XPath sorting to be stable
261 again (William Brack), xmlGetNodePath() generating '(null)' (William
262 Brack), DTD validation and namespace bug (William Brack), XML Schemas
263 double inclusion behaviour
264
265
Daniel Veillardc480c4e2003-12-10 13:24:38 +00002662.6.3: Dec 10 2003:
267 - documentation updates and cleanup (DV, William Brack, John Fleck)
268 - added a repository of examples, examples from Aleksey Sanin, Dodji
Daniel Veillarde6e59cd2003-12-24 11:56:44 +0000269 Seketeli, Alfred Mickautsch
Daniel Veillardc480c4e2003-12-10 13:24:38 +0000270 - Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw
271 (Kenneth Haley)
272 - Unicode range checking (William Brack)
273 - code cleanup (William Brack)
274 - Python bindings: doc (John Fleck), bug fixes
275 - UTF-16 cleanup and BOM issues (William Brack)
276 - bug fixes: ID and xmlReader validation, XPath (William Brack),
277 xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser
278 (James Bursa), attribute defaulting and validation, some serialization
279 cleanups, XML_GET_LINE macro, memory debug when using threads (William
280 Brack), serialization of attributes and entities content, xmlWriter
281 (Daniel Schulman)
282 - XInclude bugfix, new APIs and update to the last version including the
283 namespace change.
284 - XML Schemas improvements: include (Robert Stepanek), import and
285 namespace handling, fixed the regression tests troubles, added examples
Daniel Veillarde6e59cd2003-12-24 11:56:44 +0000286 based on Eric van der Vlist book, regexp fixes
Daniel Veillardc480c4e2003-12-10 13:24:38 +0000287 - preliminary pattern support for streaming (needed for schemas
288 constraints), added xmlTextReaderPreservePattern() to collect subdocument
289 when streaming.
290 - various fixes in the structured error handling
291
292
Daniel Veillard6d373a22003-11-04 10:26:43 +00002932.6.2: Nov 4 2003:
294 - XPath context unregistration fixes
295 - text node coalescing fixes (Mark Lilback)
296 - API to screate a W3C Schemas from an existing document (Steve Ball)
297 - BeOS patches (Marcin 'Shard' Konicki)
298 - xmlStrVPrintf function added (Aleksey Sanin)
299 - compilation fixes (Mark Vakoc)
300 - stdin parsing fix (William Brack)
301 - a posteriori DTD validation fixes
Daniel Veillardc480c4e2003-12-10 13:24:38 +0000302 - xmlReader bug fixes: Walker fixes, python bindings
Daniel Veillard6d373a22003-11-04 10:26:43 +0000303 - fixed xmlStopParser() to really stop the parser and errors
304 - always generate line numbers when using the new xmlReadxxx
305 functions
306 - added XInclude support to the xmlReader interface
307 - implemented XML_PARSE_NONET parser option
308 - DocBook XSLT processing bug fixed
309 - HTML serialization for <p> elements (William Brack and me)
310 - XPointer failure in XInclude are now handled as resource errors
311 - fixed xmllint --html to use the HTML serializer on output (added
312 --xmlout to implement the previous behaviour of saving it using the XML
313 serializer)
314
315
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00003162.6.1: Oct 28 2003:
317 - Mostly bugfixes after the big 2.6.0 changes
318 - Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup
319 (William Brack)
320 - Windows compilation patches (Joachim Bauch, Stephane Bidoul, Igor
321 Zlatkovic)
322 - xmlWriter bugfix (Alfred Mickautsch)
323 - chvalid.[ch]: couple of fixes from Stephane Bidoul
Daniel Veillard6d373a22003-11-04 10:26:43 +0000324 - context reset: error state reset, push parser reset (Graham
325 Bennett)
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +0000326 - context reuse: generate errors if file is not readable
327 - defaulted attributes for element coming from internal entities
328 (Stephane Bidoul)
329 - Python: tab and spaces mix (William Brack)
330 - Error handler could crash in DTD validation in 2.6.0
331 - xmlReader: do not use the document or element _private field
332 - testSAX.c: avoid a problem with some PIs (Massimo Morara)
333 - general bug fixes: mandatory encoding in text decl, serializing
334 Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik),
335 XPath errors not reported, slow HTML parsing of large documents.
336
337
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00003382.6.0: Oct 20 2003:
339 - Major revision release: should be API and ABI compatible but got a lot
340 of change
341 - Increased the library modularity, far more options can be stripped out,
342 a --with-minimum configuration will weight around 160KBytes
343 - Use per parser and per document dictionnary, allocate names and small
344 text nodes from the dictionnary
345 - Switch to a SAX2 like parser rewrote most of the XML parser core,
346 provides namespace resolution and defaulted attributes, minimize memory
347 allocations and copies, namespace checking and specific error handling,
348 immutable buffers, make predefined entities static structures, etc...
349 - rewrote all the error handling in the library, all errors can be
350 intercepted at a structured level, with precise information
351 available.
352 - New simpler and more generic XML and HTML parser APIs, allowing to
353 easilly modify the parsing options and reuse parser context for multiple
354 consecutive documents.
355 - Similar new APIs for the xmlReader, for options and reuse, provided new
356 functions to access content as const strings, use them for Python
357 bindings
358 - a lot of other smaller API improvements: xmlStrPrintf (Aleksey Sanin),
359 Walker i.e. reader on a document tree based on Alfred Mickautsch code,
360 make room in nodes for line numbers, reference counting and future PSVI
361 extensions, generation of character ranges to be checked with faster
362 algorithm (William), xmlParserMaxDepth (Crutcher Dunnavant), buffer
363 access
364 - New xmlWriter API provided by Alfred Mickautsch
365 - Schemas: base64 support by Anthony Carrico
366 - Parser<->HTTP integration fix, proper processing of the Mime-Type
367 and charset informations if available.
368 - Relax-NG: bug fixes including the one reported by Martijn Faassen and
369 zeroOrMore, better error reporting.
370 - Python bindings (Stéphane Bidoul), never use stdout for errors
371 output
372 - Portability: all the headers have macros for export and calling
373 convention definitions (Igor Zlatkovic), VMS update (Craig A. Berry),
374 Windows: threads (Jesse Pelton), Borland compiler (Eric Zurcher, Igor),
375 Mingw (Igor), typos (Mark Vakoc), beta version (Stephane Bidoul),
376 warning cleanups on AIX and MIPS compilers (William Brack), BeOS (Marcin
377 'Shard' Konicki)
378 - Documentation fixes and README (William Brack), search fix (William),
379 tutorial updates (John Fleck), namespace docs (Stefan Kost)
380 - Bug fixes: xmlCleanupParser (Dave Beckett), threading uninitialized
381 mutexes, HTML doctype lowercase, SAX/IO (William), compression detection
382 and restore (William), attribute declaration in DTDs (William), namespace
383 on attribute in HTML output (William), input filename (Rob Richards),
384 namespace DTD validation, xmlReplaceNode (Chris Ryland), I/O callbacks
385 (Markus Keim), CDATA serialization (Shaun McCance), xmlReader (Peter
386 Derr), high codepoint charref like &#x10FFFF;, buffer access in push
387 mode (Justin Fletcher), TLS threads on Windows (Jesse Pelton), XPath bug
388 (William), xmlCleanupParser (Marc Liyanage), CDATA output (William), HTTP
389 error handling.
390 - xmllint options: --dtdvalidfpi for Tobias Reif, --sax1 for compat
391 testing, --nodict for building without tree dictionnary, --nocdata to
392 replace CDATA by text, --nsclean to remove surperfluous namespace
393 declarations
394 - added xml2-config --libtool-libs option from Kevin P. Fleming
395 - a lot of profiling and tuning of the code, speedup patch for
396 xmlSearchNs() by Luca Padovani. The xmlReader should do far less
397 allocation and it speed should get closer to SAX. Chris Anderson worked
398 on speeding and cleaning up repetitive checking code.
399 - cleanup of "make tests"
400 - libxml-2.0-uninstalled.pc from Malcolm Tredinnick
401 - deactivated the broken docBook SGML parser code and plugged the XML
402 parser instead.
403
404
Daniel Veillard07cb8222003-09-10 10:51:05 +00004052.5.11: Sep 9 2003:
406A bugfix only release: - risk of crash in Relax-NG
407 - risk of crash when using multithreaded programs
408
409
Daniel Veillardcfba2fe2003-08-15 00:33:43 +00004102.5.10: Aug 15 2003:
411A bugfixes only release - Windows Makefiles (William Brack)
412 - UTF-16 support fixes (Mark Itzcovitz)
413 - Makefile and portability (William Brack) automake, Linux alpha, Mingw
Daniel Veillard07cb8222003-09-10 10:51:05 +0000414 on Windows (Mikhail Grushinskiy)
Daniel Veillardcfba2fe2003-08-15 00:33:43 +0000415 - HTML parser (Oliver Stoeneberg)
416 - XInclude performance problem reported by Kevin Ruscoe
417 - XML parser performance problem reported by Grant Goodale
418 - xmlSAXParseDTD() bug fix from Malcolm Tredinnick
Daniel Veillard07cb8222003-09-10 10:51:05 +0000419 - and a couple other cleanup
Daniel Veillardcfba2fe2003-08-15 00:33:43 +0000420
421
Daniel Veillard83ee40d2003-08-09 22:24:09 +00004222.5.9: Aug 9 2003:
423 - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
424 (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
425 (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
426 xmlReader, Relax-NG schemas compilation, namespace handling, EXSLT (Sean
427 Griffin), HTML parsing problem (William Brack), DTD validation for mixed
428 content + namespaces, HTML serialization, library initialization,
429 progressive HTML parser
430 - better interfaces for Relax-NG error handling (Joachim Bauch, )
431 - adding xmlXIncludeProcessTree() for XInclud'ing in a subtree
432 - doc fixes and improvements (John Fleck)
433 - configure flag for -with-fexceptions when embedding in C++
434 - couple of new UTF-8 helper functions (William Brack)
435 - general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)
436 - xmlTextReader cleanup + enum for node types (Bjorn Reese)
437 - general compilation/warning cleanup Solaris/HP-UX/... (William
438 Brack)
439
440
Daniel Veillard75eb1ad2003-07-07 14:42:44 +00004412.5.8: Jul 6 2003:
442 - bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark
443 Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack),
444 PI related memleak, compilation without schemas or without xpath (Joerg
445 Schmitz-Linneweber/Garry Pennington), xmlUnlinkNode problem with DTDs,
446 rpm problem on , i86_64, removed a few compilation problems from 2.5.7,
447 xmlIOParseDTD, and xmlSAXParseDTD (Malcolm Tredinnick)
448 - portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry)
449 - William Brack fixed multithreading lock problems
450 - IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro)
451 - Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (Stéphane
452 Bidoul)
453 - A few W3C Schemas Structure improvements
454 - W3C Schemas Datatype improvements (Charlie Bozeman)
455 - Python bindings for thread globals (Stéphane Bidoul), and method/class
Daniel Veillard83ee40d2003-08-09 22:24:09 +0000456 generator
457 - added --nonet option to xmllint
Daniel Veillard75eb1ad2003-07-07 14:42:44 +0000458 - documentation improvements (John Fleck)
459
460
Daniel Veillard92fc02c2003-04-24 23:12:35 +00004612.5.7: Apr 25 2003:
462 - Relax-NG: Compiling to regexp and streaming validation on top of the
463 xmlReader interface, added to xmllint --stream
464 - xmlReader: Expand(), Next() and DOM access glue, bug fixes
465 - Support for large files: RGN validated a 4.5GB instance
466 - Thread support is now configured in by default
467 - Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes
468 (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser
469 and zero bytes handling, some missing Windows file path conversions,
470 behaviour of the parser and validator in the presence of "out of memory"
Daniel Veillard61c52202003-04-30 12:20:34 +0000471 error conditions
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000472 - extended the API to be able to plug a garbage collecting memory
473 allocator, added xmlMallocAtomic() and modified the allocations
474 accordingly.
475 - Performances: removed excessive malloc() calls, speedup of the push and
476 xmlReader interfaces, removed excessive thread locking
477 - Documentation: man page (John Fleck), xmlReader documentation
478 - Python: adding binding for xmlCatalogAddLocal (Brent M Hendricks)
479
480
Daniel Veillardc2d4a932003-04-01 11:13:05 +00004812.5.6: Apr 1 2003:
482 - Fixed W3C XML Schemas datatype, should be compliant now except for
483 binHex and base64 which are not supported yet.
484 - bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and
485 XInclude entities handling, encoding detection on external subsets, XML
486 Schemas bugs and memory leaks, HTML parser (James Bursa)
487 - portability: python/trio (Albert Chin), Sun compiler warnings
488 - documentation: added --relaxng option to xmllint man page (John)
489 - improved error reporting: xml:space, start/end tag mismatches, Relax NG
490 errors
491
492
4932.5.5: Mar 24 2003:
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000494 - Lot of fixes on the Relax NG implementation. More testing including
495 DocBook and TEI examples.
496 - Increased the support for W3C XML Schemas datatype
497 - Several bug fixes in the URI handling layer
498 - Bug fixes: HTML parser, xmlReader, DTD validation, XPath, encoding
499 conversion, line counting in the parser.
500 - Added support for $XMLLINT_INDENT environment variable, FTP delete
501 - Fixed the RPM spec file name
502
Daniel Veillard8ba17412003-01-01 19:13:12 +0000503
Daniel Veillard17bed982003-02-24 20:11:43 +00005042.5.4: Feb 20 2003:
505 - Conformance testing and lot of fixes on Relax NG and XInclude
506 implementation
507 - Implementation of XPointer element() scheme
508 - Bug fixes: XML parser, XInclude entities merge, validity checking on
509 namespaces,
510 2 serialization bugs, node info generation problems, a DTD regexp
511 generation problem.
512
513 - Portability: windows updates and path canonicalization (Igor)
514 - A few typo fixes (Kjartan Maraas)
515 - Python bindings generator fixes (Stephane Bidoul)
516
517
Daniel Veillard1d788d22003-02-10 16:21:58 +00005182.5.3: Feb 10 2003:
519 - RelaxNG and XML Schemas datatypes improvements, and added a first
520 version of RelaxNG Python bindings
521 - Fixes: XLink (Sean Chittenden), XInclude (Sean Chittenden), API fix for
522 serializing namespace nodes, encoding conversion bug, XHTML1
523 serialization
524 - Portability fixes: Windows (Igor), AMD 64bits RPM spec file
525
526
Daniel Veillard72fef162003-02-05 14:31:19 +00005272.5.2: Feb 5 2003:
528 - First implementation of RelaxNG, added --relaxng flag to xmllint
529 - Schemas support now compiled in by default.
530 - Bug fixes: DTD validation, namespace checking, XInclude and entities,
531 delegateURI in XML Catalogs, HTML parser, XML reader (Stéphane Bidoul),
532 XPath parser and evaluation, UTF8ToUTF8 serialization, XML reader memory
533 consumption, HTML parser, HTML serialization in the presence of
534 namespaces
535 - added an HTML API to check elements and attributes.
536 - Documentation improvement, PDF for the tutorial (John Fleck), doc
537 patches (Stefan Kost)
538 - Portability fixes: NetBSD (Julio Merino), Windows (Igor Zlatkovic)
539 - Added python bindings for XPointer, contextual error reporting
540 (Stéphane Bidoul)
541 - URI/file escaping problems (Stefano Zacchiroli)
542
543
Daniel Veillarde2830f12003-01-08 17:47:49 +00005442.5.1: Jan 8 2003:
545 - Fixes a memory leak and configuration/compilation problems in 2.5.0
546 - documentation updates (John)
547 - a couple of XmlTextReader fixes
548
549
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005502.5.0: Jan 6 2003:
551 - New XmltextReader interface based on C#
552 API (with help of Stéphane Bidoul)
553 - Windows: more exports, including the new API (Igor)
554 - XInclude fallback fix
555 - Python: bindings for the new API, packaging (Stéphane Bidoul),
556 drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup
557 and iterators for Python-2.2 (Hannu Krosing)
558 - Tutorial fixes (john Fleck and Niraj Tolia) xmllint man update
559 (John)
560 - Fix an XML parser bug raised by Vyacheslav Pindyura
561 - Fix for VMS serialization (Nigel Hall) and config (Craig A. Berry)
562 - Entities handling fixes
563 - new API to optionally track node creation and deletion (Lukas
564 Schroeder)
565 - Added documentation for the XmltextReader interface and some XML guidelines
566
567
Daniel Veillard8ba17412003-01-01 19:13:12 +00005682.4.30: Dec 12 2002:
569 - 2.4.29 broke the python bindings, rereleasing
570 - Improvement/fixes of the XML API generator, and couple of minor code
571 fixes.
572
573
5742.4.29: Dec 11 2002:
575 - Windows fixes (Igor): Windows CE port, pthread linking, python bindings
576 (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates
577 - Fix for prev in python bindings (ERDI Gergo)
578 - Fix for entities handling (Marcus Clarke)
579 - Refactored the XML and HTML dumps to a single code path, fixed XHTML1
580 dump
581 - Fix for URI parsing when handling URNs with fragment identifiers
582 - Fix for HTTP URL escaping problem
583 - added an TextXmlReader (C#) like API (work in progress)
584 - Rewrote the API in XML generation script, includes a C parser and saves
585 more informations needed for C# bindings
586
587
5882.4.28: Nov 22 2002:
589 - a couple of python binding fixes
590 - 2 bug fixes in the XML push parser
591 - potential memory leak removed (Martin Stoilov)
592 - fix to the configure script for Unix (Dimitri Papadopoulos)
593 - added encoding support for XInclude parse="text"
594 - autodetection of XHTML1 and specific serialization rules added
595 - nasty threading bug fixed (William Brack)
596
597
5982.4.27: Nov 17 2002:
599 - fixes for the Python bindings
600 - a number of bug fixes: SGML catalogs, xmlParseBalancedChunkMemory(),
601 HTML parser, Schemas (Charles Bozeman), document fragment support
602 (Christian Glahn), xmlReconciliateNs (Brian Stafford), XPointer,
603 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr
604 Pajas), entities processing
605 - added grep to xmllint --shell
606 - VMS update patch from Craig A. Berry
607 - cleanup of the Windows build with support for more compilers (Igor),
608 better thread support on Windows
609 - cleanup of Unix Makefiles and spec file
610 - Improvements to the documentation (John Fleck)
611
612
6132.4.26: Oct 18 2002:
614 - Patches for Windows CE port, improvements on Windows paths handling
615 - Fixes to the validation code (DTD and Schemas), xmlNodeGetPath() ,
616 HTML serialization, Namespace compliance, and a number of small
617 problems
618
619
6202.4.25: Sep 26 2002:
621 - A number of bug fixes: XPath, validation, Python bindings, DOM and
622 tree, xmlI/O, Html
623 - Serious rewrite of XInclude
624 - Made XML Schemas regexp part of the default build and APIs, small fix
625 and improvement of the regexp core
626 - Changed the validation code to reuse XML Schemas regexp APIs
627 - Better handling of Windows file paths, improvement of Makefiles (Igor,
628 Daniel Gehriger, Mark Vakoc)
629 - Improved the python I/O bindings, the tests, added resolver and regexp
630 APIs
631 - New logos from Marc Liyanage
632 - Tutorial improvements: John Fleck, Christopher Harris
633 - Makefile: Fixes for AMD x86_64 (Mandrake), DESTDIR (Christophe
634 Merlet)
635 - removal of all stderr/perror use for error reporting
636 - Better error reporting: XPath and DTD validation
637 - update of the trio portability layer (Bjorn Reese)
638
Daniel Veillard1177ca42003-04-26 22:29:54 +00006392.4.24: Aug 22 2002 - XPath fixes (William), xf:escape-uri() (Wesley Terpstra)
Daniel Veillard8ba17412003-01-01 19:13:12 +0000640 - Python binding fixes: makefiles (William), generator, rpm build, x86-64
641 (fcrozat)
642 - HTML <style> and boolean attributes serializer fixes
643 - C14N improvements by Aleksey
644 - doc cleanups: Rick Jones
645 - Windows compiler makefile updates: Igor and Elizabeth Barham
646 - XInclude: implementation of fallback and xml:base fixup added
647
648
6492.4.23: July 6 2002:
650 - performances patches: Peter Jacobi
651 - c14n fixes, testsuite and performances: Aleksey Sanin
652 - added xmlDocFormatDump: Chema Celorio
653 - new tutorial: John Fleck
654 - new hash functions and performances: Sander Vesik, portability fix from
655 Peter Jacobi
656 - a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
657 HTML parsers, ID lookup function
658 - removal of all remaining sprintf: Aleksey Sanin
659
660
6612.4.22: May 27 2002:
662 - a number of bug fixes: configure scripts, base handling, parser, memory
663 usage, HTML parser, XPath, documentation (Christian Cornelssen),
664 indentation, URI parsing
665 - Optimizations for XMLSec, fixing and making public some of the network
666 protocol handlers (Aleksey)
667 - performance patch from Gary Pennington
668 - Charles Bozeman provided date and time support for XML Schemas
669 datatypes
670
671
6722.4.21: Apr 29 2002:
673This release is both a bug fix release and also contains the early XML
674Schemas structures at
675http://www.w3.org/TR/xmlschema-1/
676 and datatypes at
677http://www.w3.org/TR/xmlschema-2/
678 code, beware, all
679interfaces are likely to change, there is huge holes, it is clearly a work in
680progress and don't even think of putting this code in a production system,
Daniel Veillard1177ca42003-04-26 22:29:54 +0000681it'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 +0000682 - patches for Borland C++ and MSC by Igor
683 - some fixes on XPath strings and conformance patches by Richard
684 Jinks
685 - patch from Aleksey for the ExcC14N specification
686 - OSF/1 bug fix by Bjorn
687
688
6892.4.20: Apr 15 2002:
690 - bug fixes: file descriptor leak, XPath, HTML output, DTD validation
691 - XPath conformance testing by Richard Jinks
692 - Portability fixes: Solaris, MPE/iX, Windows, OSF/1, python bindings,
693 libxml.m4
694
695
6962.4.19: Mar 25 2002:
697 - bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8
698 encoder
699 - portability fixes in the HTTP code
700 - memory allocation checks using valgrind, and profiling tests
701 - revamp of the Windows build and Makefiles
702
703
7042.4.18: Mar 18 2002:
705 - bug fixes: tree, SAX, canonicalization, validation, portability,
706 XPath
707 - removed the --with-buffer option it was becoming unmaintainable
708 - serious cleanup of the Python makefiles
709 - speedup patch to XPath very effective for DocBook stylesheets
710 - Fixes for Windows build, cleanup of the documentation
711
712
7132.4.17: Mar 8 2002:
714 - a lot of bug fixes, including "namespace nodes have no parents in
715 XPath"
716 - fixed/improved the Python wrappers, added more examples and more
717 regression tests, XPath extension functions can now return node-sets
718 - added the XML Canonicalization support from Aleksey Sanin
719
720
7212.4.16: Feb 20 2002:
722 - a lot of bug fixes, most of them were triggered by the XML Testsuite
723 from OASIS and W3C. Compliance has been significantly improved.
724 - a couple of portability fixes too.
725
726
7272.4.15: Feb 11 2002:
728 - Fixed the Makefiles, especially the python module ones
729 - A few bug fixes and cleanup
730 - Includes cleanup
731
732
7332.4.14: Feb 8 2002:
734 - Change of License to the MIT
735 License basically for integration in XFree86 codebase, and removing
736 confusion around the previous dual-licensing
737 - added Python bindings, beta software but should already be quite
738 complete
739 - a large number of fixes and cleanups, especially for all tree
740 manipulations
741 - cleanup of the headers, generation of a reference API definition in
742 XML
743
744
7452.4.13: Jan 14 2002:
746 - update of the documentation: John Fleck and Charlie Bozeman
747 - cleanup of timing code from Justin Fletcher
748 - fixes for Windows and initial thread support on Win32: Igor and Serguei
749 Narojnyi
750 - Cygwin patch from Robert Collins
751 - added xmlSetEntityReferenceFunc() for Keith Isdale work on xsldbg
752
753
7542.4.12: Dec 7 2001:
755 - a few bug fixes: thread (Gary Pennington), xmllint (Geert Kloosterman),
756 XML parser (Robin Berjon), XPointer (Danny Jamshy), I/O cleanups
757 (robert)
758 - Eric Lavigne contributed project files for MacOS
759 - some makefiles cleanups
760
761
7622.4.11: Nov 26 2001:
763 - fixed a couple of errors in the includes, fixed a few bugs, some code
764 cleanups
765 - xmllint man pages improvement by Heiko Rupp
766 - updated VMS build instructions from John A Fotheringham
767 - Windows Makefiles updates from Igor
768
769
7702.4.10: Nov 10 2001:
771 - URI escaping fix (Joel Young)
772 - added xmlGetNodePath() (for paths or XPointers generation)
773 - Fixes namespace handling problems when using DTD and validation
774 - improvements on xmllint: Morus Walter patches for --format and
775 --encode, Stefan Kost and Heiko Rupp improvements on the --shell
776 - fixes for xmlcatalog linking pointed by Weiqi Gao
777 - fixes to the HTML parser
778
779
7802.4.9: Nov 6 2001:
781 - fixes more catalog bugs
782 - avoid a compilation problem, improve xmlGetLineNo()
783
784
7852.4.8: Nov 4 2001:
786 - fixed SGML catalogs broken in previous release, updated xmlcatalog
787 tool
788 - fixed a compile errors and some includes troubles.
789
790
7912.4.7: Oct 30 2001:
792 - exported some debugging interfaces
793 - serious rewrite of the catalog code
794 - integrated Gary Pennington thread safety patch, added configure option
795 and regression tests
796 - removed an HTML parser bug
797 - fixed a couple of potentially serious validation bugs
798 - integrated the SGML DocBook support in xmllint
799 - changed the nanoftp anonymous login passwd
800 - some I/O cleanup and a couple of interfaces for Perl wrapper
801 - general bug fixes
802 - updated xmllint man page by John Fleck
803 - some VMS and Windows updates
804
805
8062.4.6: Oct 10 2001:
807 - added an updated man pages by John Fleck
808 - portability and configure fixes
809 - an infinite loop on the HTML parser was removed (William)
810 - Windows makefile patches from Igor
811 - fixed half a dozen bugs reported for libxml or libxslt
812 - updated xmlcatalog to be able to modify SGML super catalogs
813
814
8152.4.5: Sep 14 2001:
816 - Remove a few annoying bugs in 2.4.4
817 - forces the HTML serializer to output decimal charrefs since some
818 version of Netscape can't handle hexadecimal ones
819
820
8211.8.16: Sep 14 2001:
822 - maintenance release of the old libxml1 branch, couple of bug and
823 portability fixes
824
825
8262.4.4: Sep 12 2001:
827 - added --convert to xmlcatalog, bug fixes and cleanups of XML
828 Catalog
829 - a few bug fixes and some portability changes
830 - some documentation cleanups
831
832
8332.4.3: Aug 23 2001:
834 - XML Catalog support see the doc
835 - New NaN/Infinity floating point code
836 - A few bug fixes
837
838
8392.4.2: Aug 15 2001:
840 - adds xmlLineNumbersDefault() to control line number generation
841 - lot of bug fixes
842 - the Microsoft MSC projects files should now be up to date
843 - inheritance of namespaces from DTD defaulted attributes
844 - fixes a serious potential security bug
845 - added a --format option to xmllint
846
847
8482.4.1: July 24 2001:
849 - possibility to keep line numbers in the tree
850 - some computation NaN fixes
851 - extension of the XPath API
852 - cleanup for alpha and ia64 targets
853 - patch to allow saving through HTTP PUT or POST
854
855
8562.4.0: July 10 2001:
857 - Fixed a few bugs in XPath, validation, and tree handling.
858 - Fixed XML Base implementation, added a couple of examples to the
859 regression tests
860 - A bit of cleanup
861
862
8632.3.14: July 5 2001:
864 - fixed some entities problems and reduce memory requirement when
865 substituting them
866 - lots of improvements in the XPath queries interpreter can be
867 substantially faster
868 - Makefiles and configure cleanups
869 - Fixes to XPath variable eval, and compare on empty node set
870 - HTML tag closing bug fixed
871 - Fixed an URI reference computation problem when validating
872
873
8742.3.13: June 28 2001:
875 - 2.3.12 configure.in was broken as well as the push mode XML parser
876 - a few more fixes for compilation on Windows MSC by Yon Derek
877
878
8791.8.14: June 28 2001:
880 - Zbigniew Chyla gave a patch to use the old XML parser in push mode
881 - Small Makefile fix
882
883
8842.3.12: June 26 2001:
885 - lots of cleanup
886 - a couple of validation fix
887 - fixed line number counting
888 - fixed serious problems in the XInclude processing
889 - added support for UTF8 BOM at beginning of entities
890 - fixed a strange gcc optimizer bugs in xpath handling of float, gcc-3.0
891 miscompile uri.c (William), Thomas Leitner provided a fix for the
892 optimizer on Tru64
893 - incorporated Yon Derek and Igor Zlatkovic fixes and improvements for
894 compilation on Windows MSC
895 - update of libxml-doc.el (Felix Natter)
896 - fixed 2 bugs in URI normalization code
897
898
8992.3.11: June 17 2001:
900 - updates to trio, Makefiles and configure should fix some portability
901 problems (alpha)
902 - fixed some HTML serialization problems (pre, script, and block/inline
903 handling), added encoding aware APIs, cleanup of this code
904 - added xmlHasNsProp()
905 - implemented a specific PI for encoding support in the DocBook SGML
906 parser
907 - some XPath fixes (-Infinity, / as a function parameter and namespaces
908 node selection)
909 - fixed a performance problem and an error in the validation code
910 - fixed XInclude routine to implement the recursive behaviour
911 - fixed xmlFreeNode problem when libxml is included statically twice
912 - added --version to xmllint for bug reports
913
914
9152.3.10: June 1 2001:
916 - fixed the SGML catalog support
917 - a number of reported bugs got fixed, in XPath, iconv detection,
918 XInclude processing
919 - XPath string function should now handle unicode correctly
920
921
9222.3.9: May 19 2001:
Daniel Veillard1177ca42003-04-26 22:29:54 +0000923Lots 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 +0000924 - some serious speed optimization again
925 - some documentation cleanups
926 - trying to get better linking on Solaris (-R)
927 - XPath API cleanup from Thomas Broyer
928 - Validation bug fixed #54631, added a patch from Gary Pennington, fixed
929 xmlValidGetValidElements()
930 - Added an INSTALL file
931 - Attribute removal added to API: #54433
932 - added a basic support for SGML catalogs
933 - fixed xmlKeepBlanksDefault(0) API
934 - bugfix in xmlNodeGetLang()
935 - fixed a small configure portability problem
936 - fixed an inversion of SYSTEM and PUBLIC identifier in HTML document
937
938
9391.8.13: May 14 2001:
940 - bugfixes release of the old libxml1 branch used by Gnome
941
942
9432.3.8: May 3 2001:
944 - Integrated an SGML DocBook parser for the Gnome project
945 - Fixed a few things in the HTML parser
946 - Fixed some XPath bugs raised by XSLT use, tried to fix the floating
947 point portability issue
948 - Speed improvement (8M/s for SAX, 3M/s for DOM, 1.5M/s for
949 DOM+validation using the XML REC as input and a 700MHz celeron).
950 - incorporated more Windows cleanup
951 - added xmlSaveFormatFile()
952 - fixed problems in copying nodes with entities references (gdome)
953 - removed some troubles surrounding the new validation module
954
955
9562.3.7: April 22 2001:
957 - lots of small bug fixes, corrected XPointer
958 - Non deterministic content model validation support
959 - added xmlDocCopyNode for gdome2
960 - revamped the way the HTML parser handles end of tags
961 - XPath: corrections of namespaces support and number formatting
962 - Windows: Igor Zlatkovic patches for MSC compilation
963 - HTML output fixes from P C Chow and William M. Brack
964 - Improved validation speed sensible for DocBook
965 - fixed a big bug with ID declared in external parsed entities
966 - portability fixes, update of Trio from Bjorn Reese
967
968
9692.3.6: April 8 2001:
970 - Code cleanup using extreme gcc compiler warning options, found and
971 cleared half a dozen potential problem
972 - the Eazel team found an XML parser bug
973 - cleaned up the user of some of the string formatting function. used the
974 trio library code to provide the one needed when the platform is missing
975 them
976 - xpath: removed a memory leak and fixed the predicate evaluation
977 problem, extended the testsuite and cleaned up the result. XPointer seems
978 broken ...
979
980
9812.3.5: Mar 23 2001:
982 - Biggest change is separate parsing and evaluation of XPath expressions,
983 there is some new APIs for this too
984 - included a number of bug fixes(XML push parser, 51876, notations,
985 52299)
986 - Fixed some portability issues
987
988
9892.3.4: Mar 10 2001:
990 - Fixed bugs #51860 and #51861
991 - Added a global variable xmlDefaultBufferSize to allow default buffer
992 size to be application tunable.
993 - Some cleanup in the validation code, still a bug left and this part
994 should probably be rewritten to support ambiguous content model :-\
995 - Fix a couple of serious bugs introduced or raised by changes in 2.3.3
996 parser
997 - Fixed another bug in xmlNodeGetContent()
998 - Bjorn fixed XPath node collection and Number formatting
999 - Fixed a loop reported in the HTML parsing
1000 - blank space are reported even if the Dtd content model proves that they
1001 are formatting spaces, this is for XML conformance
1002
1003
10042.3.3: Mar 1 2001:
1005 - small change in XPath for XSLT
1006 - documentation cleanups
1007 - fix in validation by Gary Pennington
1008 - serious parsing performances improvements
1009
1010
10112.3.2: Feb 24 2001:
1012 - chasing XPath bugs, found a bunch, completed some TODO
1013 - fixed a Dtd parsing bug
1014 - fixed a bug in xmlNodeGetContent
1015 - ID/IDREF support partly rewritten by Gary Pennington
1016
1017
10182.3.1: Feb 15 2001:
1019 - some XPath and HTML bug fixes for XSLT
1020 - small extension of the hash table interfaces for DOM gdome2
1021 implementation
1022 - A few bug fixes
1023
1024
10252.3.0: Feb 8 2001 (2.2.12 was on 25 Jan but I didn't kept track):
1026 - Lots of XPath bug fixes
1027 - Add a mode with Dtd lookup but without validation error reporting for
1028 XSLT
1029 - Add support for text node without escaping (XSLT)
1030 - bug fixes for xmlCheckFilename
1031 - validation code bug fixes from Gary Pennington
1032 - Patch from Paul D. Smith correcting URI path normalization
1033 - Patch to allow simultaneous install of libxml-devel and
1034 libxml2-devel
1035 - the example Makefile is now fixed
1036 - added HTML to the RPM packages
1037 - tree copying bugfixes
1038 - updates to Windows makefiles
1039 - optimization patch from Bjorn Reese
1040
1041
10422.2.11: Jan 4 2001:
1043 - bunch of bug fixes (memory I/O, xpath, ftp/http, ...)
1044 - added htmlHandleOmittedElem()
1045 - Applied Bjorn Reese's IPV6 first patch
1046 - Applied Paul D. Smith patches for validation of XInclude results
1047 - added XPointer xmlns() new scheme support
1048
1049
10502.2.10: Nov 25 2000:
1051 - Fix the Windows problems of 2.2.8
1052 - integrate OpenVMS patches
1053 - better handling of some nasty HTML input
1054 - Improved the XPointer implementation
1055 - integrate a number of provided patches
1056
1057
10582.2.9: Nov 25 2000:
1059 - erroneous release :-(
1060
1061
10622.2.8: Nov 13 2000:
1063 - First version of XInclude
1064 support
1065 - Patch in conditional section handling
1066 - updated MS compiler project
1067 - fixed some XPath problems
1068 - added an URI escaping function
1069 - some other bug fixes
1070
1071
10722.2.7: Oct 31 2000:
1073 - added message redirection
1074 - XPath improvements (thanks TOM !)
1075 - xmlIOParseDTD() added
1076 - various small fixes in the HTML, URI, HTTP and XPointer support
1077 - some cleanup of the Makefile, autoconf and the distribution content
1078
1079
10802.2.6: Oct 25 2000::
1081 - Added an hash table module, migrated a number of internal structure to
1082 those
1083 - Fixed a posteriori validation problems
1084 - HTTP module cleanups
1085 - HTML parser improvements (tag errors, script/style handling, attribute
1086 normalization)
1087 - coalescing of adjacent text nodes
1088 - couple of XPath bug fixes, exported the internal API
1089
1090
10912.2.5: Oct 15 2000::
1092 - XPointer implementation and testsuite
1093 - Lot of XPath fixes, added variable and functions registration, more
1094 tests
1095 - Portability fixes, lots of enhancements toward an easy Windows build
1096 and release
1097 - Late validation fixes
1098 - Integrated a lot of contributed patches
1099 - added memory management docs
1100 - a performance problem when using large buffer seems fixed
1101
1102
11032.2.4: Oct 1 2000::
1104 - main XPath problem fixed
1105 - Integrated portability patches for Windows
1106 - Serious bug fixes on the URI and HTML code
1107
1108
11092.2.3: Sep 17 2000:
1110 - bug fixes
1111 - cleanup of entity handling code
1112 - overall review of all loops in the parsers, all sprintf usage has been
1113 checked too
1114 - Far better handling of larges Dtd. Validating against DocBook XML Dtd
1115 works smoothly now.
1116
1117
11181.8.10: Sep 6 2000:
1119 - bug fix release for some Gnome projects
1120
1121
11222.2.2: August 12 2000:
1123 - mostly bug fixes
1124 - started adding routines to access xml parser context options
1125
1126
11272.2.1: July 21 2000:
1128 - a purely bug fixes release
1129 - fixed an encoding support problem when parsing from a memory block
1130 - fixed a DOCTYPE parsing problem
1131 - removed a bug in the function allowing to override the memory
1132 allocation routines
1133
1134
11352.2.0: July 14 2000:
1136 - applied a lot of portability fixes
1137 - better encoding support/cleanup and saving (content is now always
1138 encoded in UTF-8)
1139 - the HTML parser now correctly handles encodings
1140 - added xmlHasProp()
1141 - fixed a serious problem with &#38;
1142 - propagated the fix to FTP client
1143 - cleanup, bugfixes, etc ...
1144 - Added a page about libxml Internationalization
1145 support
1146
1147
Daniel Veillard8ba17412003-01-01 19:13:12 +000011481.8.9: July 9 2000:
1149 - fixed the spec the RPMs should be better
1150 - fixed a serious bug in the FTP implementation, released 1.8.9 to solve
1151 rpmfind users problem
1152
1153
11542.1.1: July 1 2000:
1155 - fixes a couple of bugs in the 2.1.0 packaging
1156 - improvements on the HTML parser
1157
1158
11592.1.0 and 1.8.8: June 29 2000:
1160 - 1.8.8 is mostly a commodity package for upgrading to libxml2 according
1161 to new instructions. It fixes a nasty problem
1162 about &#38; charref parsing
1163 - 2.1.0 also ease the upgrade from libxml v1 to the recent version. it
1164 also contains numerous fixes and enhancements:
1165 added xmlStopParser() to stop parsing
1166 improved a lot parsing speed when there is large CDATA blocs
1167 includes XPath patches provided by Picdar Technology
1168 tried to fix as much as possible DTD validation and namespace
1169 related problems
1170 output to a given encoding has been added/tested
1171 lot of various fixes
1172
1173 - added xmlStopParser() to stop parsing
1174 - improved a lot parsing speed when there is large CDATA blocs
1175 - includes XPath patches provided by Picdar Technology
1176 - tried to fix as much as possible DTD validation and namespace
1177 related problems
1178 - output to a given encoding has been added/tested
1179 - lot of various fixes
1180
1181
11822.0.0: Apr 12 2000:
1183 - First public release of libxml2. If you are using libxml, it's a good
1184 idea to check the 1.x to 2.x upgrade instructions. NOTE: while initially
1185 scheduled for Apr 3 the release occurred only on Apr 12 due to massive
1186 workload.
1187 - The include are now located under $prefix/include/libxml (instead of
1188 $prefix/include/gnome-xml), they also are referenced by
1189 #include <libxml/xxx.h>
1190 instead of
1191 #include "xxx.h"
1192
1193 - a new URI module for parsing URIs and following strictly RFC 2396
1194 - the memory allocation routines used by libxml can now be overloaded
1195 dynamically by using xmlMemSetup()
1196 - The previously CVS only tool tester has been renamed
1197 xmllint and is now installed as part of the libxml2
1198 package
1199 - The I/O interface has been revamped. There is now ways to plug in
1200 specific I/O modules, either at the URI scheme detection level using
1201 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
1202 parser context using xmlCreateIOParserCtxt()
1203 - there is a C preprocessor macro LIBXML_VERSION providing the version
1204 number of the libxml module in use
1205 - a number of optional features of libxml can now be excluded at
1206 configure time (FTP/HTTP/HTML/XPath/Debug)
1207
1208
12092.0.0beta: Mar 14 2000:
1210 - This is a first Beta release of libxml version 2
1211 - It's available only fromxmlsoft.org
1212 FTP, it's packaged as libxml2-2.0.0beta and available as tar and
1213 RPMs
1214 - This version is now the head in the Gnome CVS base, the old one is
1215 available under the tag LIB_XML_1_X
1216 - This includes a very large set of changes. From a programmatic point
1217 of view applications should not have to be modified too much, check the
1218 upgrade page
Daniel Veillard8ba17412003-01-01 19:13:12 +00001219 - Some interfaces may changes (especially a bit about encoding).
1220 - the updates includes:
1221 fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
1222 handled now
1223 Better handling of entities, especially well-formedness checking
1224 and proper PEref extensions in external subsets
1225 DTD conditional sections
1226 Validation now correctly handle entities content
1227 change
1228 structures to accommodate DOM
1229
1230 - fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
1231 handled now
1232 - Better handling of entities, especially well-formedness checking
1233 and proper PEref extensions in external subsets
1234 - DTD conditional sections
1235 - Validation now correctly handle entities content
1236 - change
1237 structures to accommodate DOM
1238 - Serious progress were made toward compliance, here are the result of the test against the
1239 OASIS testsuite (except the Japanese tests since I don't support that
1240 encoding yet). This URL is rebuilt every couple of hours using the CVS
1241 head version.
1242
1243
12441.8.7: Mar 6 2000:
1245 - This is a bug fix release:
1246 - It is possible to disable the ignorable blanks heuristic used by
1247 libxml-1.x, a new function xmlKeepBlanksDefault(0) will allow this. Note
1248 that for adherence to XML spec, this behaviour will be disabled by
1249 default in 2.x . The same function will allow to keep compatibility for
1250 old code.
1251 - Blanks in <a> </a> constructs are not ignored anymore,
1252 avoiding heuristic is really the Right Way :-\
1253 - The unchecked use of snprintf which was breaking libxml-1.8.6
1254 compilation on some platforms has been fixed
1255 - nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when processing
1256 URIs
1257
1258
12591.8.6: Jan 31 2000:
1260 - added a nanoFTP transport module, debugged until the new version of rpmfind can use
1261 it without troubles
1262
1263
12641.8.5: Jan 21 2000:
1265 - adding APIs to parse a well balanced chunk of XML (production [43] content of the
1266 XML spec)
1267 - fixed a hideous bug in xmlGetProp pointed by Rune.Djurhuus@fast.no
1268 - Jody Goldberg <jgoldberg@home.com> provided another patch trying
1269 to solve the zlib checks problems
1270 - The current state in gnome CVS base is expected to ship as 1.8.5 with
1271 gnumeric soon
1272
1273
12741.8.4: Jan 13 2000:
1275 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()
1276 - all exit() call should have been removed from libxml
1277 - fixed a problem with INCLUDE_WINSOCK on WIN32 platform
1278 - added newDocFragment()
1279
1280
12811.8.3: Jan 5 2000:
1282 - a Push interface for the XML and HTML parsers
1283 - a shell-like interface to the document tree (try tester --shell :-)
1284 - lots of bug fixes and improvement added over XMas holidays
1285 - fixed the DTD parsing code to work with the xhtml DTD
1286 - added xmlRemoveProp(), xmlRemoveID() and xmlRemoveRef()
1287 - Fixed bugs in xmlNewNs()
1288 - External entity loading code has been revamped, now it uses
1289 xmlLoadExternalEntity(), some fix on entities processing were added
1290 - cleaned up WIN32 includes of socket stuff
1291
1292
12931.8.2: Dec 21 1999:
1294 - I got another problem with includes and C++, I hope this issue is fixed
1295 for good this time
1296 - Added a few tree modification functions: xmlReplaceNode,
1297 xmlAddPrevSibling, xmlAddNextSibling, xmlNodeSetName and
1298 xmlDocSetRootElement
1299 - Tried to improve the HTML output with help from Chris Lahey
1300
1301
Daniel Veillard8ba17412003-01-01 19:13:12 +000013021.8.1: Dec 18 1999:
1303 - various patches to avoid troubles when using libxml with C++ compilers
1304 the "namespace" keyword and C escaping in include files
1305 - a problem in one of the core macros IS_CHAR was corrected
1306 - fixed a bug introduced in 1.8.0 breaking default namespace processing,
1307 and more specifically the Dia application
1308 - fixed a posteriori validation (validation after parsing, or by using a
1309 Dtd not specified in the original document)
1310 - fixed a bug in
1311
1312
13131.8.0: Dec 12 1999:
1314 - cleanup, especially memory wise
1315 - the parser should be more reliable, especially the HTML one, it should
1316 not crash, whatever the input !
1317 - Integrated various patches, especially a speedup improvement for large
1318 dataset from Carl Nygard,
1319 configure with --with-buffers to enable them.
1320 - attribute normalization, oops should have been added long ago !
1321 - attributes defaulted from DTDs should be available, xmlSetProp() now
1322 does entities escaping by default.
1323
1324
13251.7.4: Oct 25 1999:
1326 - Lots of HTML improvement
1327 - Fixed some errors when saving both XML and HTML
1328 - More examples, the regression tests should now look clean
1329 - Fixed a bug with contiguous charref
1330
1331
13321.7.3: Sep 29 1999:
1333 - portability problems fixed
1334 - snprintf was used unconditionally, leading to link problems on system
1335 were it's not available, fixed
1336
1337
13381.7.1: Sep 24 1999:
1339 - The basic type for strings manipulated by libxml has been renamed in
1340 1.7.1 from CHAR to xmlChar. The reason
1341 is that CHAR was conflicting with a predefined type on Windows. However
1342 on non WIN32 environment, compatibility is provided by the way of a
1343 #define .
1344 - Changed another error : the use of a structure field called errno, and
1345 leading to troubles on platforms where it's a macro
1346
1347
13481.7.0: Sep 23 1999:
1349 - Added the ability to fetch remote DTD or parsed entities, see the nanohttp module.
1350 - Added an errno to report errors by another mean than a simple printf
1351 like callback
1352 - Finished ID/IDREF support and checking when validation
1353 - Serious memory leaks fixed (there is now a memory wrapper module)
1354 - Improvement of XPath
1355 implementation
1356 - Added an HTML parser front-end
1357
1358Daniel Veillard at
1359bugs.html