VirtualBox

source: vbox/trunk/src/libs/libxml2-2.6.30/NEWS@ 25275

Last change on this file since 25275 was 6076, checked in by vboxsync, 17 years ago

Merged dmik/s2 branch (r25959:26751) to the trunk.

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

© 2023 Oracle
ContactPrivacy policyTerms of Use