blob: 2ccdc10a9d2e754a64de0e3ce92c814507dd640c [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 Veillardc0826a72004-08-10 14:17:33 +00004The change log at
5ChangeLog.html
6 describes the recents commits
Daniel Veillard726f67e2014-10-16 15:40:16 +08007to the GIT at
Haibo Huangcfd91dc2020-07-30 23:01:33 -07008https://gitlab.gnome.org/GNOME/libxml2
William M. Brack7a12e572007-02-16 17:11:09 +00009 code base.Here is the list of public releases:
Elliott Hughesecdab2a2022-02-23 14:33:50 -080010v2.9.13: Feb 19 2022:
11 - Security:
12 [CVE-2022-23308] Use-after-free of ID and IDREF attributes
13 (Thanks to Shinji Sato for the report)
14 Use-after-free in xmlXIncludeCopyRange (David Kilzer)
15 Fix Null-deref-in-xmlSchemaGetComponentTargetNs (huangduirong)
16 Fix memory leak in xmlXPathCompNodeTest
17 Fix null pointer deref in xmlStringGetNodeList
18 Fix several memory leaks found by Coverity (David King)
19
20 - Fixed regressions:
21 Fix regression in RelaxNG pattern matching
22 Properly handle nested documents in xmlFreeNode
23 Fix regression with PEs in external DTD
24 Fix random dropping of characters on dumping ASCII encoded XML (Mohammad Razavi)
25 Revert "Make schema validation fail with multiple top-level elements"
26 Fix regression when parsing invalid HTML tags in push mode
27 Fix regression parsing public IDs literals in HTML
28 Fix buffering in xmlOutputBufferWrite
29 Fix whitespace when serializing empty HTML documents
30 Fix XPath recursion limit
31 Fix regression in xmlNodeDumpOutputInternal
32 Work around lxml API abuse
33
34 - Bug fixes:
35 Fix xmlSetTreeDoc with entity references
36 Fix double counting of CRLF in comments
37 Make sure to grow input buffer in xmlParseMisc
38 Don't ignore xmllint options after "-"
39 Don't normalize namespace URIs in XPointer xmlns() scheme
40 Fix handling of XSD with empty namespace
41 Also register HTML document nodes
42 Make xmllint return an error if arguments are missing
43 Fix handling of ctxt->base in xmlXPtrEvalXPtrPart
44 Fix xmllint --maxmem
45 Fix htmlReadFd, which was using a mix of xml and html context functions (Finn Barber)
46 Move current position before possible calling of ctxt->sax->characters (Yulin Li)
47 Fix parse failure when 4-byte character in UTF-16 BE is split across a chunk (David Kilzer)
48 Patch to forbid epsilon-reduction of final states (Arne Becker)
49 Avoid segfault at exit when using custom memory functions (Mike Dalessio)
50
51 - Tests, code quality, fuzzing:
52 Remove .travis.yml
53 Make xmlFuzzReadString return a zero size in error case
54 Fix unused function warning in testapi.c
55 Update NewsML DTD in test suite
56 Add more checks for malloc failures in xmllint.c
57 Avoid potential integer overflow in xmlstring.c
58 Run CI tests with UBSan implicit-conversion checks
59 Fix casting of line numbers in SAX2.c
60 Fix integer conversion warnings in hash.c
61 Add explicit casts in runtest.c
62 Fix integer conversion warning in xmlIconvWrapper
63 Add suffix to unsigned constant in xmlmemory.c
64 Add explicit casts in testchar.c
65 Fix integer conversion warnings in xmlstring.c
66 Add explicit cast in xmlURIUnescapeString
67 Remove unused variable in xmlCharEncOutFunc (David King)
68
69 - Build system, portability:
70 Remove xmlwin32version.h
71 Fix fuzzer test with VPATH build
72 Support custom prefix when installing Python module
73 Remove Makefile.win
74 Remove CVS and SVN-related code
75 Port python 3.x module to Windows and improve distutils (Chun-wei Fan)
76 Correctly install the HTML examples into their subdirectory (Mattia Rizzolo)
77 Refactor the settings of $docdir (Mattia Rizzolo)
78 Remove unused configure checks (Ben Boeckel)
79 python/Makefile.am: use *_LIBADD, not *_LDFLAGS for LIBS (Sam James)
80 Fix check for libtool in autogen.sh
81 Use version in configure.ac for CMake (Timothy Lyanguzov)
82 Add CMake alias targets for embedded projects (Markus Rickert)
83
84 - Documentation:
85 Remove SVN keyword anchors
86 Rework README
87 Remove README.cvs-commits
88 Remove old ChangeLog
89 Update hyperlinks
90 Remove README.docs
91 Remove MAINTAINERS
92 Remove xmltutorial.pdf
93 Upload documentation to GitLab pages
94 Document how to escape XML_CATALOG_FILES
95 Fix libxml2.doap
96 Update URL for libxml++ C++ binding (Kjell Ahlstedt)
97 Generate devhelp2 index file (Emmanuele Bassi)
98 Mention XML_CATALOG_FILES is space-separated (Jan Tojnar)
99 Add documentaiton for xmllint exit code 10 (Rainer Canavan)
100 Fix some validation errors in the FAQ (David King)
101 Add instructions on how to use CMake to compile libxml (Markus Rickert)
102
103
104
105v2.9.12: May 13 2021:
106 - Build system:
107 Add fuzz.h and seed/regexp to EXTRA_DIST
108
109
110
111v2.9.11: May 13 2021:
112 - Security:
113 Patch for security issue CVE-2021-3541 (Daniel Veillard)
114
115 - Documentation:
116 Clarify xmlNewDocProp documentation (Nick Wellnhofer)
117
118 - Portability:
119 CMake: Only add postfixes if MSVC (Christopher Degawa),
120 Fix XPath NaN/Inf for older GCC versions (Nick Wellnhofer),
121 Use CMake PROJECT_VERSION (Markus Rickert),
122 Fix warnings in libxml.m4 with autoconf 2.70+. (Simon Josefsson),
123 Add CI for CMake on MSVC (Markus Rickert),
124 Update minimum required CMake version (Markus Rickert),
125 Add variables for configured options to CMake config files (Markus Rickert),
126 Check if variables exist when defining targets (Markus Rickert),
127 Check if target exists when reading target properties (Markus Rickert),
128 Add xmlcatalog target and definition to config files (Markus Rickert),
129 Remove include directories for link-only dependencies (Markus Rickert),
130 Fix ICU build in CMake (Markus Rickert),
131 Configure pkgconfig, xml2-config, and xml2Conf.sh file (Markus Rickert),
132 Update CMake config files (Markus Rickert),
133 Add xmlcatalog and xmllint to CMake export (Markus Rickert),
134 Simplify xmlexports.h (Nick Wellnhofer),
135 Require dependencies based on enabled CMake options (Markus Rickert),
136 Use NAMELINK_COMPONENT in CMake install (Markus Rickert),
137 Add CMake files to EXTRA_DIST (Markus Rickert),
138 Add missing compile definition for static builds to CMake (Markus Rickert),
139 Add CI for CMake on Linux and MinGW (Markus Rickert),
140 Fix variable name in win32/configure.js (Nick Wellnhofer),
141 Fix version parsing in win32/configure.js (Nick Wellnhofer),
142 Fix autotools warnings (Nick Wellnhofer),
143 Update config.h.cmake.in (Markus Rickert),
144 win32: allow passing *FLAGS on command line (Michael Stahl),
145 Configure file xmlwin32version.h.in on MSVC (Markus Rickert),
146 List headers individually (Markus Rickert),
147 Add CMake build files (Markus Rickert),
148 Parenthesize Py<type>_Check() in ifs (Miro Hrončok),
149 Minor fixes to configure.js (Nick Wellnhofer)
150
151 - Bug Fixes:
152 Fix null deref in legacy SAX1 parser (Nick Wellnhofer),
153 Fix handling of unexpected EOF in xmlParseContent (Nick Wellnhofer),
154 Fix line numbers in error messages for mismatched tags (Nick Wellnhofer),
155 Fix htmlTagLookup (Nick Wellnhofer),
156 Propagate error in xmlParseElementChildrenContentDeclPriv (Nick Wellnhofer),
157 Fix user-after-free with `xmllint --xinclude --dropdtd` (Nick Wellnhofer),
158 Fix dangling pointer with `xmllint --dropdtd` (Nick Wellnhofer),
159 Validate UTF8 in xmlEncodeEntities (Joel Hockey),
160 Fix use-after-free with `xmllint --html --push` (Nick Wellnhofer),
161 Allow FP division by zero in xmlXPathInit (Nick Wellnhofer),
162 Fix xmlGetNodePath with invalid node types (Nick Wellnhofer),
163 Fix exponential behavior with recursive entities (Nick Wellnhofer),
164 Fix quadratic behavior when looking up xml:* attributes (Nick Wellnhofer),
165 Fix slow parsing of HTML with encoding errors (Nick Wellnhofer),
166 Fix null deref introduced with previous commit (Nick Wellnhofer),
167 Check for invalid redeclarations of predefined entities (Nick Wellnhofer),
168 Add the copy of type from original xmlDoc in xmlCopyDoc() (SVGAnimate),
169 parser.c: shrink the input buffer when appropriate (Mike Dalessio),
170 Fix infinite loop in HTML parser introduced with recent commits (Nick Wellnhofer),
171 Fix quadratic runtime when parsing CDATA sections (Nick Wellnhofer),
172 Fix timeout when handling recursive entities (Nick Wellnhofer),
173 Fix memory leak in xmlParseElementMixedContentDecl (Nick Wellnhofer),
174 Fix null deref in xmlStringGetNodeList (Nick Wellnhofer),
175 use new htmlParseLookupCommentEnd to find comment ends (Mike Dalessio),
176 htmlParseComment: treat `--!>` as if it closed the comment (Mike Dalessio),
177 Fix integer overflow in xmlSchemaGetParticleTotalRangeMin (Nick Wellnhofer),
178 encoding: fix memleak in xmlRegisterCharEncodingHandler() (Xiaoming Ni),
179 xmlschemastypes.c: xmlSchemaGetFacetValueAsULong add, check "facet->val" (Xiaoming Ni),
180 Fix null pointer deref in xmlXPtrRangeInsideFunction (Nick Wellnhofer),
181 Fix quadratic runtime in HTML push parser with null bytes (Nick Wellnhofer),
182 Avoid quadratic checking of identity-constraints (Michael Matz),
183 Fix building with ICU 68. (Frederik Seiffert),
184 Convert python/libxml.c to PY_SSIZE_T_CLEAN (Victor Stinner),
185 Fix xmlURIEscape memory leaks. (Elliott Hughes),
186 Avoid call stack overflow with XML reader and recursive XIncludes (Nick Wellnhofer),
187 Fix caret in regexp character group (Nick Wellnhofer),
188 parser.c: xmlParseCharData peek behavior fixed wrt newlines (Mike Dalessio),
189 Fix memory leaks in XPointer string-range function (Nick Wellnhofer),
190 Fix use-after-free when XIncluding text from Reader (Nick Wellnhofer),
191 Fix SEGV in xmlSAXParseFileWithData (yanjinjq),
192 Fix null deref in XPointer expression error path (Nick Wellnhofer),
193 Don't call xmlXPathInit directly (Nick Wellnhofer),
194 Fix cleanup of attributes in XML reader (Nick Wellnhofer),
195 Fix double free in XML reader with XIncludes (Nick Wellnhofer),
196 Fix memory leak in xmlXIncludeAddNode error paths (Nick Wellnhofer),
197 Revert "Fix quadratic runtime in xi:fallback processing" (Nick Wellnhofer),
198 Fix error reporting with xi:fallback (Nick Wellnhofer),
199 Fix quadratic runtime in xi:fallback processing (Nick Wellnhofer),
200 Fix corner case with empty xi:fallback (Nick Wellnhofer),
201 Fix XInclude regression introduced with recent commit (Nick Wellnhofer),
202 Fix memory leak in runtest.c (Nick Wellnhofer),
203 Make "xmllint --push --recovery" work (Nick Wellnhofer),
204 Revert "Do not URI escape in server side includes" (Nick Wellnhofer),
205 Fix column number accounting in xmlParse*NameAndCompare (Nick Wellnhofer),
206 Stop counting nbChars in parser context (Nick Wellnhofer),
207 Fix out-of-bounds read with 'xmllint --htmlout' (Nick Wellnhofer),
208 Fix exponential runtime and memory in xi:fallback processing (Nick Wellnhofer),
209 Don't process siblings of root in xmlXIncludeProcess (Nick Wellnhofer),
210 Don't recurse into xi:include children in xmlXIncludeDoProcess (Nick Wellnhofer),
211 Fix memory leak in xmlXIncludeIncludeNode error paths (Nick Wellnhofer),
212 Check for custom free function in global destructor (Nick Wellnhofer),
213 Fix integer overflow when comparing schema dates (Nick Wellnhofer),
214 Fix exponential runtime in xmlFARecurseDeterminism (Nick Wellnhofer),
215 Don't try to handle namespaces when building HTML documents (Nick Wellnhofer),
216 Fix several quadratic runtime issues in HTML push parser (Nick Wellnhofer),
217 Fix quadratic runtime when push parsing HTML start tags (Nick Wellnhofer),
218 Reset XML parser input before reporting errors (David Kilzer),
219 Fix quadratic runtime when push parsing HTML entity refs (Nick Wellnhofer),
220 Fix HTML push parser lookahead (Nick Wellnhofer),
221 Make htmlCurrentChar always translate U+0000 (Nick Wellnhofer),
222 Fix UTF-8 decoder in HTML parser (Nick Wellnhofer),
223 Fix quadratic runtime when parsing HTML script content (Nick Wellnhofer),
224 Reset HTML parser input before reporting error (Nick Wellnhofer),
225 Fix more quadratic runtime issues in HTML push parser (Nick Wellnhofer),
226 Fix regression introduced with 477c7f6a (Nick Wellnhofer),
227 Fix quadratic runtime in HTML parser (Nick Wellnhofer),
228 Reset HTML parser input before reporting encoding error (Nick Wellnhofer),
229 Fix integer overflow in xmlFAParseQuantExact (Nick Wellnhofer),
230 Fix return value of xmlC14NDocDumpMemory (Nick Wellnhofer),
231 Don't follow next pointer on documents in xmlXPathRunStreamEval (Nick Wellnhofer),
232 Fix integer overflow in _xmlSchemaParseGYear (Nick Wellnhofer),
233 Fix integer overflow when parsing {min,max}Occurs (Nick Wellnhofer),
234 Fix another memory leak in xmlSchemaValAtomicType (Nick Wellnhofer),
235 Fix unsigned integer overflow in htmlParseTryOrFinish (Nick Wellnhofer),
236 Fix integer overflow in htmlParseCharRef (Nick Wellnhofer),
237 Fix undefined behavior in UTF16LEToUTF8 (Nick Wellnhofer),
238 Fix return value of xmlCharEncOutput (Nick Wellnhofer),
239 Never expand parameter entities in text declaration (Nick Wellnhofer),
240 Fix undefined behavior in xmlXPathTryStreamCompile (Nick Wellnhofer),
241 Fix use-after-free with validating reader (Nick Wellnhofer),
242 xmlParseBalancedChunkMemory must not be called with NULL doc (Nick Wellnhofer),
243 Revert "Fix memory leak in xmlParseBalancedChunkMemoryRecover" (Nick Wellnhofer),
244 Fix memory leak in xmlXIncludeLoadDoc error path (Nick Wellnhofer),
245 Make schema validation fail with multiple top-level elements (Nick Wellnhofer),
246 Call xmlCleanupParser on ELF destruction (Samuel Thibault),
247 Fix copying of entities in xmlParseReference (Nick Wellnhofer),
248 Fix memory leak in xmlSchemaValidateStream (Zhipeng Xie),
249 Fix xmlSchemaGetCanonValue formatting for date and dateTime (Kevin Puetz),
250 Fix memory leak when shared libxml.dll is unloaded (Kevin Puetz),
251 Fix potentially-uninitialized critical section in Win32 DLL builds (Kevin Puetz),
252 Fix integer overflow in xmlBufferResize (Nick Wellnhofer),
253 Check for overflow when allocating two-dimensional arrays (Nick Wellnhofer),
254 Remove useless comparisons (Nick Wellnhofer),
255 Fix overflow check in xmlNodeDump (Nick Wellnhofer),
256 Fix infinite loop in xmlStringLenDecodeEntities (Zhipeng Xie),
257 Fix freeing of nested documents (Nick Wellnhofer),
258 Fix more memory leaks in error paths of XPath parser (Nick Wellnhofer),
259 Fix memory leaks of encoding handlers in xmlsave.c (Nick Wellnhofer),
260 Fix xml2-config error code (Nick Wellnhofer),
261 Fix memory leak in error path of XPath expr parser (Nick Wellnhofer),
262 Fix overflow handling in xmlBufBackToBuffer (Nick Wellnhofer),
263 Null pointer handling in catalog.c (raniervf),
264 xml2-config.in: fix regressions introduced by commit 2f2bf4b2c (Dmitry V. Levin)
265
266 - Improvements:
267 Store per-element parser state in a struct (Nick Wellnhofer),
268 update for xsd:language type check (PaulHiggs),
269 Update INSTALL.libxml2 (Nick Wellnhofer),
270 Fix include order in c14n.h (Nick Wellnhofer),
271 Fix duplicate xmlStrEqual calls in htmlParseEndTag (Nick Wellnhofer),
272 Speed up htmlCheckAutoClose (Nick Wellnhofer),
273 Speed up htmlTagLookup (Nick Wellnhofer),
274 Stop checking attributes for UTF-8 validity (Nick Wellnhofer),
275 Reduce some fuzzer timeouts (Nick Wellnhofer),
276 Only run a few CI tests unless scheduled (Nick Wellnhofer),
277 Improve fuzzer stability (Nick Wellnhofer),
278 Check for feature flags in fuzzer tests (Nick Wellnhofer),
279 Another attempt at improving fuzzer stability (Nick Wellnhofer),
280 Revert "Improve HTML fuzzer stability" (Nick Wellnhofer),
281 Add charset names to fuzzing dictionaries (Nick Wellnhofer),
282 Improve HTML fuzzer stability (Nick Wellnhofer),
283 Add CI for MSVC x86 (Markus Rickert),
284 Add a flag to not output anything when xmllint succeeded (hhb),
285 Speed up HTML fuzzer (Nick Wellnhofer),
286 Remove unused encoding parameter of HTML output functions (Nick Wellnhofer),
287 Handle malloc failures in fuzzing code (Nick Wellnhofer),
288 add test coverage for incorrectly-closed comments (Mike Dalessio),
289 Enforce maximum length of fuzz input (Nick Wellnhofer),
290 Remove temporary members from struct _xmlXPathContext (Nick Wellnhofer),
291 Build the Python extension with PY_SSIZE_T_CLEAN (Victor Stinner),
292 Add CI test for Python 3 (Nick Wellnhofer),
293 Add fuzzing dictionaries to EXTRA_DIST (Nick Wellnhofer),
294 Add 'fuzz' subdirectory to DIST_SUBDIRS (Nick Wellnhofer),
295 Allow port numbers up to INT_MAX (Nick Wellnhofer),
296 Handle dumps of corrupted documents more gracefully (Nick Wellnhofer),
297 Limit size of free lists in XML reader when fuzzing (Nick Wellnhofer),
298 Hardcode maximum XPath recursion depth (Nick Wellnhofer),
299 Pass URL of main entity in XML fuzzer (Nick Wellnhofer),
300 Consolidate seed corpus generation (Nick Wellnhofer),
301 Test fuzz targets with dummy driver (Nick Wellnhofer),
302 Fix regression introduced with commit d88df4b (Nick Wellnhofer),
303 Fix regression introduced with commit 74dcc10b (Nick Wellnhofer),
304 Add TODO comment in xinclude.c (Nick Wellnhofer),
305 Stop using maxParserDepth in xpath.c (Nick Wellnhofer),
306 Remove dead code in xinclude.c (Nick Wellnhofer),
307 Don't add formatting newlines to XInclude nodes (Nick Wellnhofer),
308 Don't use SAX1 if all element handlers are NULL (Nick Wellnhofer),
309 Remove unneeded progress checks in HTML parser (Nick Wellnhofer),
310 Use strcmp when fuzzing (Nick Wellnhofer),
311 Fix XPath fuzzer (Nick Wellnhofer),
312 Fuzz XInclude engine (Nick Wellnhofer),
313 Add XPath and XPointer fuzzer (Nick Wellnhofer),
314 Update fuzzing code (Nick Wellnhofer),
315 More *NodeDumpOutput fixes (Nick Wellnhofer),
316 Fix *NodeDumpOutput functions (Nick Wellnhofer),
317 Make xmlNodeDumpOutputInternal non-recursive (Nick Wellnhofer),
318 Make xhtmlNodeDumpOutput non-recursive (Nick Wellnhofer),
319 Make htmlNodeDumpFormatOutput non-recursive (Nick Wellnhofer),
320 Fix .gitattributes (Nick Wellnhofer),
321 Rework control flow in htmlCurrentChar (Nick Wellnhofer),
322 Make 'xmllint --html --push -' read from stdin (Nick Wellnhofer),
323 Remove misleading comments in xpath.c (Nick Wellnhofer),
324 Update to Devhelp index file format version 2 (Andre Klapper),
325 Set project language to C (Markus Rickert),
326 Add variable for working directory of XML Conformance Test Suite (Markus Rickert),
327 Add additional tests and XML Conformance Test Suite (Markus Rickert),
328 Add command line option for temp directory in runtest (Markus Rickert),
329 Ensure LF line endings for test files (Markus Rickert),
330 Enable runtests and testThreads (Markus Rickert),
331 Limit regexp nesting depth (Nick Wellnhofer),
332 Fix return values and documentation in encoding.c (Nick Wellnhofer),
333 Add regexp regression tests (David Kilzer),
334 Report error for invalid regexp quantifiers (Nick Wellnhofer),
335 Fix rebuilding docs, by hiding __attribute__((...)) behind a macro. (Martin Vidner),
336 Copy xs:duration parser from libexslt (Nick Wellnhofer),
337 Fuzz target for XML Schemas (Nick Wellnhofer),
338 Move entity recorder to fuzz.c (Nick Wellnhofer),
339 Fuzz target for HTML parser (Nick Wellnhofer),
340 Update GitLab CI container (Nick Wellnhofer),
341 Add options file for xml fuzzer (Nick Wellnhofer),
342 Add a couple of libFuzzer targets (Nick Wellnhofer),
343 Guard new calls to xmlValidatePopElement in xml_reader.c (Daniel Cheng),
344 Add LIBXML_VALID_ENABLED to xmlreader (Łukasz Wojniłowicz),
345 Fix typos (Nick Wellnhofer),
346 Disable LeakSanitizer (Nick Wellnhofer),
347 Stop calling SAX getEntity handler from XMLReader (Nick Wellnhofer),
348 Add test case for recursive external parsed entities (Nick Wellnhofer),
349 Enable error tests with entity substitution (Nick Wellnhofer),
350 Don't load external entity from xmlSAX2GetEntity (Nick Wellnhofer),
351 Merge code paths loading external entities (Nick Wellnhofer),
352 Copy some XMLReader option flags to parser context (Nick Wellnhofer),
353 Add xmlPopOutputCallbacks (Nick Wellnhofer),
354 Updated Python test reader2.py (Pieter van Oostrum),
355 Updated python/tests/tstLastError.py (Pieter van Oostrum),
356 Use random seed in xmlDictComputeFastKey (Ranier Vilela),
357 Enable more undefined behavior sanitizers (Nick Wellnhofer)
358
359
360
361v2.9.10: Oct 30 2019:
362 - Documentation:
363 Fix a few more typos ("fonction") (Nick Wellnhofer),
364 Large batch of typo fixes (Jared Yanovich),
365 Fix typos: tree: move{ -> s}, reconcil{i -> }ed, h{o -> e}ld by... (Jan Pokorný),
366 Fix typo: xpath: simpli{ -> fi}ed (Jan Pokorný),
367 Doc: do not mislead towards "infeasible" scenario wrt. xmlBufNodeDump (Jan Pokorný),
368 Fix comments in test code (zhouzhongyuan),
369 fix comment in testReader.c (zhouzhongyuan)
370
371 - Portability:
372 Fix some release issues on Fedora 30 (Daniel Veillard),
373 Fix exponent digits when running tests under old MSVC (Daniel Richard G),
374 Work around buggy ceil() function on AIX (Daniel Richard G),
375 Don't call printf with NULL string in runtest.c (Daniel Richard G),
376 Switched from unsigned long to ptrdiff_t in parser.c (Stephen Chenney),
377 timsort.h: support older GCCs (Jérôme Duval),
378 Make configure.ac work with older pkg-config (Nick Wellnhofer),
379 Stop defining _REENTRANT on some Win32 platforms (Nick Wellnhofer),
380 Fix nanohttp.c on MinGW (Nick Wellnhofer),
381 Fix Windows compiler warning in testC14N.c (Nick Wellnhofer),
382 Merge testThreadsWin32.c into testThreads.c (Nick Wellnhofer),
383 Fix Python bindings under Windows (Nick Wellnhofer)
384
385 - Bug Fixes:
386 Another fix for conditional sections at end of document (Nick Wellnhofer),
387 Fix for conditional sections at end of document (Nick Wellnhofer),
388 Make sure that Python tests exit with error code (Nick Wellnhofer),
389 Audit memory error handling in xpath.c (Nick Wellnhofer),
390 Fix error code in xmlTextWriterStartDocument (Nick Wellnhofer),
391 Fix integer overflow when counting written bytes (Nick Wellnhofer),
392 Fix uninitialized memory access in HTML parser (Nick Wellnhofer),
393 Fix memory leak in xmlSchemaValAtomicType (Nick Wellnhofer),
394 Disallow conditional sections in internal subset (Nick Wellnhofer),
395 Fix use-after-free in xmlTextReaderFreeNodeList (Nick Wellnhofer),
396 Fix Regextests (Nick Wellnhofer),
397 Fix empty branch in regex (Nick Wellnhofer),
398 Fix integer overflow in entity recursion check (Nick Wellnhofer),
399 Don't read external entities or XIncludes from stdin (Nick Wellnhofer),
400 Fix Schema determinism check of ##other namespaces (Nick Wellnhofer),
401 Fix potential null deref in xmlSchemaIDCFillNodeTables (zhouzhongyuan),
402 Fix potential memory leak in xmlBufBackToBuffer (Nick Wellnhofer),
403 Fix error message when processing XIncludes with fallbacks (Nick Wellnhofer),
404 Fix memory leak in xmlRegEpxFromParse (zhouzhongyuan),
405 14:00 is a valid timezone for xs:dateTime (Nick Wellnhofer),
406 Fix memory leak in xmlParseBalancedChunkMemoryRecover (Zhipeng Xie),
407 Fix potential null deref in xmlRelaxNGParsePatterns (Nick Wellnhofer),
408 Misleading error message with xs:{min|max}Inclusive (bettermanzzy),
409 Fix memory leak in xmlXIncludeLoadTxt (Wang Kirin),
410 Partial fix for comparison of xs:durations (Nick Wellnhofer),
411 Fix null deref in xmlreader buffer (zhouzhongyuan),
412 Fix unability to RelaxNG-validate grammar with choice-based name class (Jan Pokorný),
413 Fix unability to validate ambiguously constructed interleave for RelaxNG (Jan Pokorný),
414 Fix possible null dereference in xmlXPathIdFunction (zhouzhongyuan),
415 fix memory leak in xmlAllocOutputBuffer (zhouzhongyuan),
416 Fix unsigned int overflow (Jens Eggerstedt),
417 dict.h: gcc 2.95 doesn't allow multiple storage classes (Nick Wellnhofer),
418 Fix another code path in xmlParseQName (Nick Wellnhofer),
419 Make sure that xmlParseQName returns NULL in error case (Nick Wellnhofer),
420 Fix build without reader but with pattern (Nick Wellnhofer),
421 Fix memory leak in xmlAllocOutputBufferInternal error path (Nick Wellnhofer),
422 Fix unsigned integer overflow (Nick Wellnhofer),
423 Fix return value of xmlOutputBufferWrite (Nick Wellnhofer),
424 Fix parser termination from "Double hyphen within comment" error (David Warring),
425 Fix call stack overflow in xmlFreePattern (Nick Wellnhofer),
426 Fix null deref in previous commit (Nick Wellnhofer),
427 Fix memory leaks in xmlXPathParseNameComplex error paths (Nick Wellnhofer),
428 Check for integer overflow in xmlXPtrEvalChildSeq (Nick Wellnhofer),
429 Fix xmllint dump of XPath namespace nodes (Nick Wellnhofer),
430 Fix float casts in xmlXPathSubstringFunction (Nick Wellnhofer),
431 Fix null deref in xmlregexp error path (Nick Wellnhofer),
432 Fix null pointer dereference in xmlTextReaderReadOuterXml (Nick Wellnhofer),
433 Fix memory leaks in xmlParseStartTag2 error paths (Nick Wellnhofer),
434 Fix memory leak in xmlSAX2StartElement (Nick Wellnhofer),
435 Fix commit "Memory leak in xmlFreeID (xmlreader.c)" (Nick Wellnhofer),
436 Fix NULL pointer deref in xmlTextReaderValidateEntity (Nick Wellnhofer),
437 Memory leak in xmlFreeTextReader (Nick Wellnhofer),
438 Memory leak in xmlFreeID (xmlreader.c) (Nick Wellnhofer)
439
440 - Improvements:
441 Run XML conformance tests under CI (Nick Wellnhofer),
442 Update GitLab CI config (Nick Wellnhofer),
443 Propagate memory errors in valuePush (Nick Wellnhofer),
444 Propagate memory errors in xmlXPathCompExprAdd (Nick Wellnhofer),
445 Make xmlFreeDocElementContent non-recursive (Nick Wellnhofer),
446 Enable continuous integration via GitLab CI (Nick Wellnhofer),
447 Avoid ignored attribute warnings under GCC (Nick Wellnhofer),
448 Make xmlDumpElementContent non-recursive (Nick Wellnhofer),
449 Make apibuild.py ignore ATTRIBUTE_NO_SANITIZE (Nick Wellnhofer),
450 Mark xmlExp* symbols as removed (Nick Wellnhofer),
451 Make xmlParseConditionalSections non-recursive (Nick Wellnhofer),
452 Adjust expected error in Python tests (Nick Wellnhofer),
453 Make xmlTextReaderFreeNodeList non-recursive (Nick Wellnhofer),
454 Make xmlFreeNodeList non-recursive (Nick Wellnhofer),
455 Make xmlParseContent and xmlParseElement non-recursive (Nick Wellnhofer),
456 Remove executable bit from non-executable files (Nick Wellnhofer),
457 Fix expected output of test/schemas/any4 (Nick Wellnhofer),
458 Optimize build instructions in README (zhouzhongyuan),
459 xml2-config.in: Output CFLAGS and LIBS on the same line (Hugh McMaster),
460 xml2-config: Add a --dynamic switch to print only shared libraries (Hugh McMaster),
461 Annotate functions with __attribute__((no_sanitize)) (Nick Wellnhofer),
462 Fix warnings when compiling without reader or push parser (Nick Wellnhofer),
463 Remove unused member `doc` in xmlSaveCtxt (Nick Wellnhofer),
464 Limit recursion depth in xmlXPathCompOpEvalPredicate (Nick Wellnhofer),
465 Remove -Wno-array-bounds (Nick Wellnhofer),
466 Remove unreachable code in xmlXPathCountFunction (Nick Wellnhofer),
467 Improve XPath predicate and filter evaluation (Nick Wellnhofer),
468 Limit recursion depth in xmlXPathOptimizeExpression (Nick Wellnhofer),
469 Disable hash randomization when fuzzing (Nick Wellnhofer),
470 Optional recursion limit when parsing XPath expressions (Nick Wellnhofer),
471 Optional recursion limit when evaluating XPath expressions (Nick Wellnhofer),
472 Use break statements in xmlXPathCompOpEval (Nick Wellnhofer),
473 Optional XPath operation limit (Nick Wellnhofer),
474 Fix compilation with --with-minimum (Nick Wellnhofer),
475 Check XPath stack after calling functions (Nick Wellnhofer),
476 Remove debug printf in xmlreader.c (Nick Wellnhofer),
477 Always define LIBXML_THREAD_ENABLED when enabled (Michael Haubenwallner),
478 Regenerate NEWS (Nick Wellnhofer),
479 Change git repo URL (Nick Wellnhofer),
480 Change bug tracker URL (Nick Wellnhofer),
481 Remove outdated HTML file (Nick Wellnhofer),
482 Fix unused function warning in testapi.c (Nick Wellnhofer),
483 Add some generated test files to .gitignore (Nick Wellnhofer),
484 Remove unneeded function pointer casts (Nick Wellnhofer),
485 Fix -Wcast-function-type warnings (GCC 8) (Nick Wellnhofer),
486 Fix -Wformat-truncation warnings (GCC 8) (Nick Wellnhofer)
487
488 - Cleanups:
489 Rebuild docs (Nick Wellnhofer),
490 Disable xmlExp regex code (Nick Wellnhofer),
491 Remove redundant code in xmlRelaxNGValidateState (Nick Wellnhofer),
492 Remove redundant code in xmlXPathCompRelationalExpr (Nick Wellnhofer)
493
494
495
Haibo Huangcfd91dc2020-07-30 23:01:33 -0700496v2.9.9: Jan 03 2019:
497 - Security:
498 CVE-2018-9251 CVE-2018-14567 Fix infinite loop in LZMA decompression (Nick Wellnhofer),
499 CVE-2018-14404 Fix nullptr deref with XPath logic ops (Nick Wellnhofer),
500
501 - Documentation:
502 reader: Fix documentation comment (Mohammed Sadiq)
503
504 - Portability:
505 Fix MSVC build with lzma (Nick Wellnhofer),
506 Variables need 'extern' in static lib on Cygwin (Michael Haubenwallner),
507 Really declare dllexport/dllimport for Cygwin (Michael Haubenwallner),
508 Merge branch 'patch-2' into 'master' (Nick Wellnhofer),
509 Change dir to $THEDIR after ACLOCAL_PATH check autoreconf creates aclocal.m4 in $srcdir (Vitaly Buka),
510 Improve error message if pkg.m4 couldn't be found (Nick Wellnhofer),
511 NaN and Inf fixes for pre-C99 compilers (Nick Wellnhofer)
512
513 - Bug Fixes:
514 Revert "Support xmlTextReaderNextSibling w/o preparsed doc" (Nick Wellnhofer),
515 Fix building relative URIs (Thomas Holder),
516 Problem with data in interleave in RelaxNG validation (Nikolai Weibull),
517 Fix memory leak in xmlSwitchInputEncodingInt error path (Nick Wellnhofer),
518 Set doc on element obtained from freeElems (Nick Wellnhofer),
519 Fix HTML serialization with UTF-8 encoding (Nick Wellnhofer),
520 Use actual doc in xmlTextReaderRead*Xml (Nick Wellnhofer),
521 Unlink node before freeing it in xmlSAX2StartElement (Nick Wellnhofer),
522 Check return value of nodePush in xmlSAX2StartElement (Nick Wellnhofer),
523 Free input buffer in xmlHaltParser (Nick Wellnhofer),
524 Reset HTML parser input pointers on encoding failure (Nick Wellnhofer),
525 Don't run icu_parse_test if EUC-JP is unsupported (Nick Wellnhofer),
526 Fix xmlSchemaValidCtxtPtr reuse memory leak (Greg Hildstrom),
527 Fix xmlTextReaderNext with preparsed document (Felix Bünemann),
528 Remove stray character from comment (Nick Wellnhofer),
529 Remove a misleading line from xmlCharEncOutput (Andrey Bienkowski),
530 HTML noscript should not close p (Daniel Veillard),
531 Don't change context node in xmlXPathRoot (Nick Wellnhofer),
532 Stop using XPATH_OP_RESET (Nick Wellnhofer),
533 Revert "Change calls to xmlCharEncInput to set flush false" (Nick Wellnhofer)
534
535 - Improvements:
536 Fix "Problem with data in interleave in RelaxNG validation" (Nikolai Weibull),
537 cleanup: remove some unreachable code (Thomas Holder),
538 add --relative to testURI (Thomas Holder),
539 Remove redefined starts and defines inside include elements (Nikolai Weibull),
540 Allow choice within choice in nameClass in RELAX NG (Nikolai Weibull),
541 Look inside divs for starts and defines inside include (Nikolai Weibull),
542 Add compile and libxml2-config.cmake to .gitignore (Nikolai Weibull),
543 Stop using doc->charset outside parser code (Nick Wellnhofer),
544 Add newlines to 'xmllint --xpath' output (Nick Wellnhofer),
545 Don't include SAX.h from globals.h (Nick Wellnhofer),
546 Support xmlTextReaderNextSibling w/o preparsed doc (Felix Bünemann),
547 Don't instruct user to run make when autogen.sh failed (林博仁(Buo-ren Lin)),
548 Run Travis ASan tests with "sudo: required" (Nick Wellnhofer),
549 Improve restoring of context size and position (Nick Wellnhofer),
550 Simplify and harden nodeset filtering (Nick Wellnhofer),
551 Avoid unnecessary backups of the context node (Nick Wellnhofer),
552 Fix inconsistency in xmlXPathIsInf (Nick Wellnhofer)
553
554 - Cleanups:
555
556
557
558v2.9.8: Mar 05 2018:
559 - Portability:
560 python: remove single use of _PyVerify_fd (Patrick Welche),
561 Build more test executables on Windows/MSVC (Nick Wellnhofer),
562 Stop including ansidecl.h (Nick Wellnhofer),
563 Fix libz and liblzma detection (Nick Wellnhofer),
564 Revert "Compile testapi with -Wno-unused-function" (Nick Wellnhofer)
565
566 - Bug Fixes:
567 Fix xmlParserEntityCheck (Nick Wellnhofer),
568 Halt parser in case of encoding error (Nick Wellnhofer),
569 Clear entity content in case of errors (Nick Wellnhofer),
570 Change calls to xmlCharEncInput to set flush false when not final call. Having flush incorrectly set to true causes errors for ICU. (Joel Hockey),
571 Fix buffer over-read in xmlParseNCNameComplex (Nick Wellnhofer),
572 Fix ICU library filenames on Windows/MSVC (Nick Wellnhofer),
573 Fix xmlXPathIsNaN broken by recent commit (Nick Wellnhofer),
574 Fix -Wenum-compare warnings (Nick Wellnhofer),
575 Fix callback signature in testapi.c (Nick Wellnhofer),
576 Fix unused parameter warning without ICU (Nick Wellnhofer),
577 Fix IO callback signatures (Nick Wellnhofer),
578 Fix misc callback signatures (Nick Wellnhofer),
579 Fix list callback signatures (Nick Wellnhofer),
580 Fix hash callback signatures (Nick Wellnhofer),
581 Refactor name and type signature for xmlNop (Vlad Tsyrklevich),
582 Fixed ICU to set flush correctly and provide pivot buffer. (Joel Hockey),
583 Skip EBCDIC tests if EBCDIC isn't supported (Nick Wellnhofer)
584
585 - Improvements:
586 Disable pointer-overflow UBSan checks under Travis (Nick Wellnhofer),
587 Improve handling of context input_id (Daniel Veillard),
588 Add resource file to Windows DLL (ccpaging),
589 Run Travis tests with -Werror (Nick Wellnhofer),
590 Build with "-Wall -Wextra" (Nick Wellnhofer),
591 Fix -Wtautological-pointer-compare warnings (Nick Wellnhofer),
592 Remove unused AC_CHECKs (Nick Wellnhofer),
593 Update information about contributing (Nick Wellnhofer),
594 Fix -Wmisleading-indentation warnings (Nick Wellnhofer),
595 Don't touch CFLAGS in configure.ac (Nick Wellnhofer),
596 Ignore function pointer cast warnings (Nick Wellnhofer),
597 Simplify XPath NaN, inf and -0 handling (Nick Wellnhofer),
598 Introduce xmlPosixStrdup and update xmlMemStrdup (Nick Wellnhofer),
599 Add test for ICU flush and pivot buffer (Nick Wellnhofer),
600 Compile testapi with -Wno-unused-function (Nick Wellnhofer)
601
602
603
6042.9.7: Nov 02 2017:
605 - Documentation:
Elliott Hughesecdab2a2022-02-23 14:33:50 -0800606 xmlcatalog: refresh man page wrt. querying system catalog easily (Jan Pokorný)
Haibo Huangcfd91dc2020-07-30 23:01:33 -0700607
608 - Portability:
609 Fix deprecated Travis compiler flag (Nick Wellnhofer),
610 Add declaration for DllMain (J. Peter Mugaas),
611 Fix preprocessor conditional in threads.h (J. Peter Mugaas),
612 Fix pointer comparison warnings on 64-bit Windows (J. Peter Mugaas),
613 Fix macro redefinition warning (J. Peter Mugaas),
614 Default to native threads on MinGW-w64 (Nick Wellnhofer),
615 Simplify Windows IO functions (Nick Wellnhofer),
616 Fix runtest on Windows (Nick Wellnhofer),
617 socklen_t is always int on Windows (Nick Wellnhofer),
618 Don't redefine socket error codes on Windows (Nick Wellnhofer),
619 Fix pointer/int cast warnings on 64-bit Windows (Nick Wellnhofer),
620 Fix Windows compiler warnings in xmlCanonicPath (Nick Wellnhofer)
621
622 - Bug Fixes:
623 xmlcatalog: restore ability to query system catalog easily (Jan Pokorný),
624 Fix comparison of nodesets to strings (Nick Wellnhofer)
625
626 - Improvements:
627 Add Makefile rules to rebuild HTML man pages (Nick Wellnhofer),
628 Fix mixed decls and code in timsort.h (Nick Wellnhofer),
629 Rework handling of return values in thread tests (Nick Wellnhofer),
630 Fix unused variable warnings in testrecurse (Nick Wellnhofer),
631 Fix -Wimplicit-fallthrough warnings (J. Peter Mugaas),
632 Upgrade timsort.h to latest revision (Nick Wellnhofer),
633 Increase warning level to /W3 under MSVC (Nick Wellnhofer),
634 Fix a couple of warnings in dict.c and threads.c (Nick Wellnhofer),
635 Update .gitignore for Windows (Nick Wellnhofer),
636 Fix unused variable warnings in nanohttp.c (Nick Wellnhofer),
637 Fix the Windows header mess (Nick Wellnhofer),
638 Don't include winsock2.h in xmllint.c (Nick Wellnhofer),
639 Remove generated file python/setup.py from version control (Nick Wellnhofer),
640 Use __linux__ macro in generated code (Nick Wellnhofer)
641
642
643
644v2.9.6: Oct 06 2017:
645 - Portability:
646 Change preprocessor OS tests to __linux__ (Nick Wellnhofer)
647
648 - Bug Fixes:
649 Fix XPath stack frame logic (Nick Wellnhofer),
650 Report undefined XPath variable error message (Nick Wellnhofer),
651 Fix regression with librsvg (Nick Wellnhofer),
652 Handle more invalid entity values in recovery mode (Nick Wellnhofer),
653 Fix structured validation errors (Nick Wellnhofer),
654 Fix memory leak in LZMA decompressor (Nick Wellnhofer),
655 Set memory limit for LZMA decompression (Nick Wellnhofer),
656 Handle illegal entity values in recovery mode (Nick Wellnhofer),
657 Fix debug dump of streaming XPath expressions (Nick Wellnhofer),
658 Fix memory leak in nanoftp (Nick Wellnhofer),
659 Fix memory leaks in SAX1 parser (Nick Wellnhofer)
660
661
662
663v2.9.5: Sep 04 2017:
664 - Security:
665 Detect infinite recursion in parameter entities (Nick Wellnhofer),
666 Fix handling of parameter-entity references (Nick Wellnhofer),
667 Disallow namespace nodes in XPointer ranges (Nick Wellnhofer),
668 Fix XPointer paths beginning with range-to (Nick Wellnhofer)
669
670 - Documentation:
671 Documentation fixes (Nick Wellnhofer),
672 Spelling and grammar fixes (Nick Wellnhofer)
673
674 - Portability:
675 Adding README.zOS to list of extra files for the release (Daniel Veillard),
676 Description of work needed to compile on zOS (Stéphane Michaut),
677 Porting libxml2 on zOS encoding of code (Stéphane Michaut),
678 small changes for OS/400 (Patrick Monnerat),
679 relaxng.c, xmlschemas.c: Fix build on pre-C99 compilers (Chun-wei Fan)
680
681 - Bug Fixes:
682 Problem resolving relative URIs (Daniel Veillard),
683 Fix unwanted warnings when switching encodings (Nick Wellnhofer),
684 Fix signature of xmlSchemaAugmentImportedIDC (Daniel Veillard),
685 Heap-buffer-overflow read of size 1 in xmlFAParsePosCharGroup (David Kilzer),
686 Fix NULL pointer deref in xmlFAParseCharClassEsc (Nick Wellnhofer),
687 Fix infinite loops with push parser in recovery mode (Nick Wellnhofer),
688 Send xmllint usage error to stderr (Nick Wellnhofer),
689 Fix NULL deref in xmlParseExternalEntityPrivate (Nick Wellnhofer),
690 Make sure not to call IS_BLANK_CH when parsing the DTD (Nick Wellnhofer),
691 Fix xmlHaltParser (Nick Wellnhofer),
692 Fix pathological performance when outputting charrefs (Nick Wellnhofer),
693 Fix invalid-source-encoding warnings in testWriter.c (Nick Wellnhofer),
694 Fix duplicate SAX callbacks for entity content (David Kilzer),
695 Treat URIs with scheme as absolute in C14N (Nick Wellnhofer),
696 Fix copy-paste errors in error messages (Nick Wellnhofer),
697 Fix sanity check in htmlParseNameComplex (Nick Wellnhofer),
698 Fix potential infinite loop in xmlStringLenDecodeEntities (Nick Wellnhofer),
699 Reset parser input pointers on encoding failure (Nick Wellnhofer),
700 Fix memory leak in xmlParseEntityDecl error path (Nick Wellnhofer),
701 Fix xmlBuildRelativeURI for URIs starting with './' (Nick Wellnhofer),
702 Fix type confusion in xmlValidateOneNamespace (Nick Wellnhofer),
703 Fix memory leak in xmlStringLenGetNodeList (Nick Wellnhofer),
704 Fix NULL pointer deref in xmlDumpElementContent (Daniel Veillard),
705 Fix memory leak in xmlBufAttrSerializeTxtContent (Nick Wellnhofer),
706 Stop parser on unsupported encodings (Nick Wellnhofer),
707 Check for integer overflow in memory debug code (Nick Wellnhofer),
708 Fix buffer size checks in xmlSnprintfElementContent (Nick Wellnhofer),
709 Avoid reparsing in xmlParseStartTag2 (Nick Wellnhofer),
710 Fix undefined behavior in xmlRegExecPushStringInternal (Nick Wellnhofer),
711 Check XPath exponents for overflow (Nick Wellnhofer),
712 Check for overflow in xmlXPathIsPositionalPredicate (Nick Wellnhofer),
713 Fix spurious error message (Nick Wellnhofer),
714 Fix memory leak in xmlCanonicPath (Nick Wellnhofer),
715 Fix memory leak in xmlXPathCompareNodeSetValue (Nick Wellnhofer),
716 Fix memory leak in pattern error path (Nick Wellnhofer),
717 Fix memory leak in parser error path (Nick Wellnhofer),
718 Fix memory leaks in XPointer error paths (Nick Wellnhofer),
719 Fix memory leak in xmlXPathNodeSetMergeAndClear (Nick Wellnhofer),
720 Fix memory leak in XPath filter optimizations (Nick Wellnhofer),
721 Fix memory leaks in XPath error paths (Nick Wellnhofer),
722 Do not leak the new CData node if adding fails (David Tardon),
723 Prevent unwanted external entity reference (Neel Mehta),
724 Increase buffer space for port in HTTP redirect support (Daniel Veillard),
725 Fix more NULL pointer derefs in xpointer.c (Nick Wellnhofer),
726 Avoid function/data pointer conversion in xpath.c (Nick Wellnhofer),
727 Fix format string warnings (Nick Wellnhofer),
728 Disallow namespace nodes in XPointer points (Nick Wellnhofer),
729 Fix comparison with root node in xmlXPathCmpNodes (Nick Wellnhofer),
730 Fix attribute decoding during XML schema validation (Alex Henrie),
731 Fix NULL pointer deref in XPointer range-to (Nick Wellnhofer)
732
733 - Improvements:
734 Updating the spec file to reflect Fedora 24 (Daniel Veillard),
735 Add const in five places to move 1 KiB to .rdata (Bruce Dawson),
736 Fix missing part of comment for function xmlXPathEvalExpression() (Daniel Veillard),
737 Get rid of "blanks wrapper" for parameter entities (Nick Wellnhofer),
738 Simplify handling of parameter entity references (Nick Wellnhofer),
739 Deduplicate code in encoding.c (Nick Wellnhofer),
740 Make HTML parser functions take const pointers (Nick Wellnhofer),
741 Build test programs only when needed (Nick Wellnhofer),
742 Fix doc/examples/index.py (Nick Wellnhofer),
743 Fix compiler warnings in threads.c (Nick Wellnhofer),
744 Fix empty-body warning in nanohttp.c (Nick Wellnhofer),
745 Fix cast-align warnings (Nick Wellnhofer),
746 Fix unused-parameter warnings (Nick Wellnhofer),
747 Rework entity boundary checks (Nick Wellnhofer),
748 Don't switch encoding for internal parameter entities (Nick Wellnhofer),
749 Merge duplicate code paths handling PE references (Nick Wellnhofer),
750 Test SAX2 callbacks with entity substitution (Nick Wellnhofer),
751 Support catalog and threads tests under --without-sax1 (Nick Wellnhofer),
752 Misc fixes for 'make tests' (Nick Wellnhofer),
753 Initialize keepBlanks in HTML parser (Nick Wellnhofer),
754 Add test cases for bug 758518 (David Kilzer),
755 Fix compiler warning in htmlParseElementInternal (Nick Wellnhofer),
756 Remove useless check in xmlParseAttributeListDecl (Nick Wellnhofer),
757 Allow zero sized memory input buffers (Nick Wellnhofer),
758 Add TODO comment in xmlSwitchEncoding (Nick Wellnhofer),
759 Check for integer overflow in xmlXPathFormatNumber (Nick Wellnhofer),
760 Make Travis print UBSan stacktraces (Nick Wellnhofer),
761 Add .travis.yml (Nick Wellnhofer),
762 Fix expected error output in Python tests (Nick Wellnhofer),
763 Simplify control flow in xmlParseStartTag2 (Nick Wellnhofer),
764 Disable LeakSanitizer when running API tests (Nick Wellnhofer),
765 Avoid out-of-bound array access in API tests (Nick Wellnhofer),
766 Avoid spurious UBSan errors in parser.c (Nick Wellnhofer),
767 Parse small XPath numbers more accurately (Nick Wellnhofer),
768 Rework XPath rounding functions (Nick Wellnhofer),
769 Fix white space in test output (Nick Wellnhofer),
770 Fix axis traversal from attribute and namespace nodes (Nick Wellnhofer),
771 Check for trailing characters in XPath expressions earlier (Nick Wellnhofer),
772 Rework final handling of XPath results (Nick Wellnhofer),
773 Make xmlXPathEvalExpression call xmlXPathEval (Nick Wellnhofer),
774 Remove unused variables (Nick Wellnhofer),
775 Don't print generic error messages in XPath tests (Nick Wellnhofer)
776
777 - Cleanups:
778 Fix a couple of misleading indentation errors (Daniel Veillard),
779 Remove unnecessary calls to xmlPopInput (Nick Wellnhofer)
780
781
782
7832.9.4: May 23 2016:
784 - Security:
785 More format string warnings with possible format string vulnerability (David Kilzer),
786 Avoid building recursive entities (Daniel Veillard),
787 Heap-based buffer overread in htmlCurrentChar (Pranjal Jumde),
788 Heap-based buffer-underreads due to xmlParseName (David Kilzer),
789 Heap use-after-free in xmlSAX2AttributeNs (Pranjal Jumde),
790 Heap use-after-free in htmlParsePubidLiteral and htmlParseSystemiteral (Pranjal Jumde),
791 Fix some format string warnings with possible format string vulnerability (David Kilzer),
792 Detect change of encoding when parsing HTML names (Hugh Davenport),
793 Fix inappropriate fetch of entities content (Daniel Veillard),
794 Bug 759398: Heap use-after-free in xmlDictComputeFastKey <https://bugzilla.gnome.org/show_bug.cgi?id=759398> (Pranjal Jumde),
795 Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla.gnome.org/show_bug.cgi?id=758605> (Pranjal Jumde),
796 Bug 758588: Heap-based buffer overread in xmlParserPrintFileContextInternal <https://bugzilla.gnome.org/show_bug.cgi?id=758588> (David Kilzer),
797 Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup <https://bugzilla.gnome.org/show_bug.cgi?id=757711> (Pranjal Jumde),
798 Add missing increments of recursion depth counter to XML parser. (Peter Simons)
799
800 - Documentation:
801 Fix typo: s{ ec -> cr }cipt (Jan Pokorný),
802 Fix typos: dictio{ nn -> n }ar{y,ies} (Jan Pokorný),
803 Fix typos: PATH_{ SEAPARATOR -> SEPARATOR } (Jan Pokorný),
804 Correct a typo. (Shlomi Fish)
805
806 - Portability:
807 Correct the usage of LDFLAGS (Mattias Hansson),
808 Revert the use of SAVE_LDFLAGS in configure.ac (Mattias Hansson),
809 libxml2 hardcodes -L/lib in zlib/lzma tests which breaks cross-compiles (Mike Frysinger),
810 Fix apibuild for a recently added construct (Daniel Veillard),
811 Use pkg-config to locate zlib when possible (Stewart Brodie),
812 Use pkg-config to locate ICU when possible (Stewart Brodie),
813 Portability to non C99 compliant compilers (Patrick Monnerat),
814 dict.h: Move xmlDictPtr definition before includes to allow direct inclusion. (Patrick Monnerat),
815 os400: tell about xmllint and xmlcatalog in README400. (Patrick Monnerat),
816 os400: properly process SGML add in XMLCATALOG command. (Patrick Monnerat),
817 os400: implement CL command XMLCATALOG. (Patrick Monnerat),
818 os400: compile and install program xmlcatalog (qshell-only). (Patrick Monnerat),
819 os400: expand tabs in sources, strip trailing blanks. (Patrick Monnerat),
820 os400: implement CL command XMLLINT. (Patrick Monnerat),
821 os400: compile and install program xmllint (qshell-only). (Patrick Monnerat),
822 os400: initscript make_module(): Use options instead of positional parameters. (Patrick Monnerat),
823 os400: c14n.rpgle: allow *omit for nullable reference parameters. (Patrick Monnerat),
824 os400: use like() for double type. (Patrick Monnerat),
825 os400: use like() for int type. (Patrick Monnerat),
826 os400: use like() for unsigned int type. (Patrick Monnerat),
827 os400: use like() for enum types. (Patrick Monnerat),
828 Add xz to xml2-config --libs output (Baruch Siach),
829 Bug 760190: configure.ac should be able to build --with-icu without icu-config tool <https://bugzilla.gnome.org/show_bug.cgi?id=760190> (David Kilzer),
830 win32\VC10\config.h and VS 2015 (Bruce Dawson),
831 Add configure maintainer mode (orzen)
832
833 - Bug Fixes:
834 Avoid an out of bound access when serializing malformed strings (Daniel Veillard),
835 Unsigned addition may overflow in xmlMallocAtomicLoc() (David Kilzer),
836 Integer signed/unsigned type mismatch in xmlParserInputGrow() (David Kilzer),
837 Bug 763071: heap-buffer-overflow in xmlStrncat <https://bugzilla.gnome.org/show_bug.cgi?id=763071> (Pranjal Jumde),
838 Integer overflow parsing port number in URI (Michael Paddon),
839 Fix an error with regexp on nullable counted char transition (Daniel Veillard),
840 Fix memory leak with XPath namespace nodes (Nick Wellnhofer),
841 Fix namespace axis traversal (Nick Wellnhofer),
842 Fix null pointer deref in docs with no root element (Hugh Davenport),
843 Fix XSD validation of URIs with ampersands (Alex Henrie),
844 xmlschemastypes.c: accept endOfDayFrag Times set to "24:00:00" mean "end of day" and should not cause an error. (Patrick Monnerat),
845 xmlcatalog: flush stdout before interactive shell input. (Patrick Monnerat),
846 xmllint: flush stdout before interactive shell input. (Patrick Monnerat),
847 Don't recurse into OP_VALUEs in xmlXPathOptimizeExpression (Nick Wellnhofer),
848 Fix namespace::node() XPath expression (Nick Wellnhofer),
849 Fix OOB write in xmlXPathEmptyNodeSet (Nick Wellnhofer),
850 Fix parsing of NCNames in XPath (Nick Wellnhofer),
851 Fix OOB read with invalid UTF-8 in xmlUTF8Strsize (Nick Wellnhofer),
852 Do normalize string-based datatype value in RelaxNG facet checking (Audric Schiltknecht),
853 Bug 760921: REGRESSION (8eb55d78): doc/examples/io1 test fails after fix for "xmlSaveUri() incorrectly recomposes URIs with rootless paths" <https://bugzilla.gnome.org/show_bug.cgi?id=760921> (David Kilzer),
854 Bug 760861: REGRESSION (bf9c1dad): Missing results for test/schemas/regexp-char-ref_[01].xsd <https://bugzilla.gnome.org/show_bug.cgi?id=760861> (David Kilzer),
855 error.c: *input->cur == 0 does not mean no error (Pavel Raiskup),
856 Add missing RNG test files (David Kilzer),
857 Bug 760183: REGRESSION (v2.9.3): XML push parser fails with bogus UTF-8 encoding error when multi-byte character in large CDATA section is split across buffer <https://bugzilla.gnome.org/show_bug.cgi?id=760183> (David Kilzer),
858 Bug 758572: ASAN crash in make check <https://bugzilla.gnome.org/show_bug.cgi?id=758572> (David Kilzer),
859 Bug 721158: Missing ICU string when doing --version on xmllint <https://bugzilla.gnome.org/show_bug.cgi?id=721158> (David Kilzer),
860 python 3: libxml2.c wrappers create Unicode str already (Michael Stahl),
861 Add autogen.sh to distrib (orzen),
862 Heap-based buffer overread in xmlNextChar (Daniel Veillard)
863
864 - Improvements:
865 Add more debugging info to runtest (Daniel Veillard),
866 Implement "runtest -u" mode (David Kilzer),
867 Add a make rule to rebuild for ASAN (Daniel Veillard)
868
869
870
871v2.9.3: Nov 20 2015:
872 - Security:
873 CVE-2015-8242 Buffer overead with HTML parser in push mode (Hugh Davenport),
874 CVE-2015-7500 Fix memory access error due to incorrect entities boundaries (Daniel Veillard),
875 CVE-2015-7499-2 Detect incoherency on GROW (Daniel Veillard),
876 CVE-2015-7499-1 Add xmlHaltParser() to stop the parser (Daniel Veillard),
877 CVE-2015-5312 Another entity expansion issue (David Drysdale),
878 CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKey (David Drysdale),
879 CVE-2015-7498 Avoid processing entities after encoding conversion failures (Daniel Veillard),
880 CVE-2015-8035 Fix XZ compression support loop (Daniel Veillard),
881 CVE-2015-7942-2 Fix an error in previous Conditional section patch (Daniel Veillard),
882 CVE-2015-7942 Another variation of overflow in Conditional sections (Daniel Veillard),
883 CVE-2015-1819 Enforce the reader to run in constant memory (Daniel Veillard)
884 CVE-2015-7941_2 Cleanup conditional section error handling (Daniel Veillard),
885 CVE-2015-7941_1 Stop parsing on entities boundaries errors (Daniel Veillard),
886
887 - Documentation:
888 Correct spelling of "calling" (Alex Henrie),
889 Fix a small error in xmllint --format description (Fabien Degomme),
890 Avoid XSS on the search of xmlsoft.org (Daniel Veillard)
891
892 - Portability:
893 threads: use forward declarations only for glibc (Michael Heimpold),
894 Update Win32 configure.js to search for configure.ac (Daniel Veillard)
895
896 - Bug Fixes:
897 Bug on creating new stream from entity (Daniel Veillard),
898 Fix some loop issues embedding NEXT (Daniel Veillard),
899 Do not print error context when there is none (Daniel Veillard),
900 Avoid extra processing of MarkupDecl when EOF (Hugh Davenport),
901 Fix parsing short unclosed comment uninitialized access (Daniel Veillard),
902 Add missing Null check in xmlParseExternalEntityPrivate (Gaurav Gupta),
903 Fix a bug in CData error handling in the push parser (Daniel Veillard),
904 Fix a bug on name parsing at the end of current input buffer (Daniel Veillard),
905 Fix the spurious ID already defined error (Daniel Veillard),
906 Fix previous change to node sort order (Nick Wellnhofer),
907 Fix a self assignment issue raised by clang (Scott Graham),
908 Fail parsing early on if encoding conversion failed (Daniel Veillard),
909 Do not process encoding values if the declaration if broken (Daniel Veillard),
910 Silence clang's -Wunknown-attribute (Michael Catanzaro),
911 xmlMemUsed is not thread-safe (Martin von Gagern),
912 Fix support for except in nameclasses (Daniel Veillard),
913 Fix order of root nodes (Nick Wellnhofer),
914 Allow attributes on descendant-or-self axis (Nick Wellnhofer),
915 Fix the fix to Windows locking (Steve Nairn),
916 Fix timsort invariant loop re: Envisage article (Christopher Swenson),
917 Don't add IDs in xmlSetTreeDoc (Nick Wellnhofer),
918 Account for ID attributes in xmlSetTreeDoc (Nick Wellnhofer),
919 Remove various unused value assignments (Philip Withnall),
920 Fix missing entities after CVE-2014-3660 fix (Daniel Veillard),
921 Revert "Missing initialization for the catalog module" (Daniel Veillard)
922
923 - Improvements:
924 Reuse xmlHaltParser() where it makes sense (Daniel Veillard),
925 xmlStopParser reset errNo (Daniel Veillard),
Elliott Hughesecdab2a2022-02-23 14:33:50 -0800926 Re-enable xz support by default (Daniel Veillard),
Haibo Huangcfd91dc2020-07-30 23:01:33 -0700927 Recover unescaped less-than character in HTML recovery parsing (Daniel Veillard),
928 Allow HTML serializer to output HTML5 DOCTYPE (Shaun McCance),
929 Regression test for bug #695699 (Nick Wellnhofer),
930 Add a couple of XPath tests (Nick Wellnhofer),
931 Add Python 3 rpm subpackage (Tomas Radej),
932 libxml2-config.cmake.in: update include directories (Samuel Martin),
933 Adding example from bugs 738805 to regression tests (Daniel Veillard)
934
935 - Cleanups:
936
937
938
Daniel Veillard726f67e2014-10-16 15:40:16 +08009392.9.2: Oct 16 2014:
940 - Security:
941 Fix for CVE-2014-3660 billion laugh variant (Daniel Veillard),
942 CVE-2014-0191 Do not fetch external parameter entities (Daniel Veillard)
943
944 - Bug Fixes:
945 fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC (Bart De Schuymer),
946 xmlmemory: handle realloc properly (Yegor Yefremov),
947 Python generator bug raised by the const change (Daniel Veillard),
948 Windows Critical sections not released correctly (Daniel Veillard),
949 Parser error on repeated recursive entity expansion containing &lt; (Daniel Veillard),
950 xpointer : fixing Null Pointers (Gaurav Gupta),
951 Remove Unnecessary Null check in xpointer.c (Gaurav Gupta),
952 parser bug on misformed namespace attributes (Dennis Filder),
953 Pointer dereferenced before null check (Daniel Veillard),
954 Leak of struct addrinfo in xmlNanoFTPConnect() (Gaurav Gupta),
955 Possible overflow in HTMLParser.c (Daniel Veillard),
956 python/tests/sync.py assumes Python dictionaries are ordered (John Beck),
957 Fix Enum check and missing break (Gaurav Gupta),
958 xmlIO: Handle error returns from dup() (Philip Withnall),
959 Fix a problem properly saving URIs (Daniel Veillard),
960 wrong error column in structured error when parsing attribute values (Juergen Keil),
961 wrong error column in structured error when skipping whitespace in xml decl (Juergen Keil),
962 no error column in structured error handler for xml schema validation errors (Juergen Keil),
963 Couple of Missing Null checks (Gaurav Gupta),
964 Add couple of missing Null checks (Daniel Veillard),
965 xmlschemastypes: Fix potential array overflow (Philip Withnall),
966 runtest: Fix a memory leak on parse failure (Philip Withnall),
967 xmlIO: Fix an FD leak on gzdopen() failure (Philip Withnall),
968 xmlcatalog: Fix a memory leak on quit (Philip Withnall),
969 HTMLparser: Correctly initialise a stack allocated structure (Philip Withnall),
970 Check for tmon in _xmlSchemaDateAdd() is incorrect (David Kilzer),
971 Avoid Possible Null Pointer in trio.c (Gaurav Gupta),
972 Fix processing in SAX2 in case of an allocation failure (Daniel Veillard),
973 XML Shell command "cd" does not handle "/" at end of path (Daniel Veillard),
974 Fix various Missing Null checks (Gaurav Gupta),
975 Fix a potential NULL dereference (Daniel Veillard),
976 Add a couple of misisng check in xmlRelaxNGCleanupTree (Gaurav Gupta),
977 Add a missing argument check (Gaurav Gupta),
978 Adding a check in case of allocation error (Gaurav Gupta),
979 xmlSaveUri() incorrectly recomposes URIs with rootless paths (Dennis Filder),
980 Adding some missing NULL checks (Gaurav),
981 Fixes for xmlInitParserCtxt (Daniel Veillard),
982 Fix regressions introduced by CVE-2014-0191 patch (Daniel Veillard),
983 erroneously ignores a validation error if no error callback set (Daniel Veillard),
984 xmllint was not parsing the --c14n11 flag (Sérgio Batista),
985 Avoid Possible null pointer dereference in memory debug mode (Gaurav),
986 Avoid Double Null Check (Gaurav),
987 Restore context size and position after XPATH_OP_ARG (Nick Wellnhofer),
988 Fix xmlParseInNodeContext() if node is not element (Daniel Veillard),
989 Avoid a possible NULL pointer dereference (Gaurav),
990 Fix xmlTextWriterWriteElement when a null content is given (Daniel Veillard),
991 Fix an typo 'onrest' in htmlScriptAttributes (Daniel Veillard),
992 fixing a ptotential uninitialized access (Daniel Veillard),
993 Fix an fd leak in an error case (Daniel Veillard),
994 Missing initialization for the catalog module (Daniel Veillard),
995 Handling of XPath function arguments in error case (Nick Wellnhofer),
996 Fix a couple of missing NULL checks (Gaurav),
997 Avoid a possibility of dangling encoding handler (Gaurav),
998 Fix HTML push parser to accept HTML_PARSE_NODEFDTD (Arnold Hendriks),
999 Fix a bug loading some compressed files (Mike Alexander),
1000 Fix XPath node comparison bug (Gaurav),
1001 Type mismatch in xmlschemas.c (Gaurav),
1002 Type mismatch in xmlschemastypes.c (Gaurav),
1003 Avoid a deadcode in catalog.c (Daniel Veillard),
1004 run close socket on Solaris, same as we do on other platforms (Denis Pauk),
1005 Fix pointer dereferenced before null check (Gaurav),
1006 Fix a potential NULL dereference in tree code (Daniel Veillard),
1007 Fix potential NULL pointer dereferences in regexp code (Gaurav),
1008 xmllint --pretty crashed without following numeric argument (Tim Galeckas),
1009 Fix XPath expressions of the form '@ns:*' (Nick Wellnhofer),
1010 Fix XPath '//' optimization with predicates (Nick Wellnhofer),
1011 Clear up a potential NULL dereference (Daniel Veillard),
1012 Fix a possible NULL dereference (Gaurav),
1013 Avoid crash if allocation fails (Daniel Veillard),
1014 Remove occasional leading space in XPath number formatting (Daniel Veillard),
1015 Fix handling of mmap errors (Daniel Veillard),
1016 Catch malloc error and exit accordingly (Daniel Veillard),
1017 missing else in xlink.c (Ami Fischman),
1018 Fix a parsing bug on non-ascii element and CR/LF usage (Daniel Veillard),
1019 Fix a regression in xmlGetDocCompressMode() (Daniel Veillard),
1020 properly quote the namespace uris written out during c14n (Aleksey Sanin),
1021 Remove premature XInclude check on URI being relative (Alexey Neyman),
1022 Fix missing break on last() function for attributes (dcb),
1023 Do not URI escape in server side includes (Romain Bondue),
1024 Fix an error in xmlCleanupParser (Alexander Pastukhov)
1025
1026 - Documentation:
1027 typo in error messages "colon are forbidden from..." (Daniel Veillard),
1028 Fix a link to James SAX documentation old page (Daniel Veillard),
1029 Fix typos in relaxng.c (Jan Pokorný),
1030 Fix a doc typo (Daniel Veillard),
1031 Fix typos in {tree,xpath}.c (errror) (Jan Pokorný),
1032 Add limitations about encoding conversion (Daniel Veillard),
1033 Fix typos in xmlschemas{,types}.c (Jan Pokorný),
1034 Fix incorrect spelling entites->entities (Jan Pokorný),
1035 Forgot to document 2.9.1 release, regenerate docs (Daniel Veillard)
1036
1037 - Portability:
1038 AC_CONFIG_FILES and executable bit (Roumen Petrov),
1039 remove HAVE_CONFIG_H dependency in testlimits.c (Roumen Petrov),
1040 fix some tabs mixing incompatible with python3 (Roumen Petrov),
1041 Visual Studio 14 CTP defines snprintf() (Francis Dupont),
1042 OS400: do not try to copy unexisting doc files (Patrick Monnerat),
1043 OS400: use either configure.ac or configure.in. (Patrick Monnerat),
1044 os400: make-src.sh: create physical file with target CCSID (Patrick Monnerat),
1045 OS400: Add some more C macros equivalent procedures. (Patrick Monnerat),
1046 OS400: use C macros to implement equivalent RPG support procedures. (Patrick Monnerat),
1047 OS400: implement XPath macros as procedures for ILE/RPG support. (Patrick Monnerat),
1048 OS400: include in distribution tarball. (Patrick Monnerat),
1049 OS400: Add README: compilation directives and OS/400 specific stuff. (Patrick Monnerat),
1050 OS400: Add compilation scripts. (Patrick Monnerat),
1051 OS400: ILE RPG language header files. (Patrick Monnerat),
1052 OS400: implement some macros as functions for ILE/RPG language support (that as no macros). (Patrick Monnerat),
1053 OS400: UTF8<-->EBCDIC wrappers for system and external library calls (Patrick Monnerat),
1054 OS400: Easy character transcoding support (Patrick Monnerat),
1055 OS400: iconv functions compatibility wrappers and table builder. (Patrick Monnerat),
1056 OS400: create architecture directory. Implement dlfcn emulation. (Patrick Monnerat),
1057 Fix building when configuring without xpath and xptr (Daniel Veillard),
1058 configure: Add --with-python-install-dir (Jonas Eriksson),
1059 Fix compilation with minimum and xinclude. (Nicolas Le Cam),
1060 Compile out use of xmlValidateNCName() when not available. (Nicolas Le Cam),
1061 Fix compilation with minimum and schematron. (Nicolas Le Cam),
1062 Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement(). (Nicolas Le Cam),
1063 Don't use xmlValidateName() when not available. (Nicolas Le Cam),
1064 Fix a portability issue on Windows (Longstreth Jon),
1065 Various portability patches for OpenVMS (Jacob (Jouk) Jansen),
1066 Use specific macros for portability to OS/400 (Patrick Monnerat),
1067 Add macros needed for OS/400 portability (Patrick Monnerat),
1068 Portability patch for fopen on OS/400 (Patrick Monnerat),
1069 Portability fixes for OS/400 (Patrick Monnerat),
1070 Improve va_list portability (Patrick Monnerat),
1071 Portability fix (Patrick Monnerat),
1072 Portability fix (Patrick Monnerat),
1073 Generic portability fix (Patrick Monnerat),
1074 Shortening lines in headers (Patrick Monnerat),
1075 build: Use pkg-config to find liblzma in preference to AC_CHECK_LIB (Philip Withnall),
1076 build: Add @LZMA_LIBS@ to libxml’s pkg-config files (Philip Withnall),
1077 fix some tabs mixing incompatible with python3 (Daniel Veillard),
1078 add additional defines checks for support "./configure --with-minimum" (Denis Pauk),
1079 Another round of fixes for older versions of Python (Arfrever Frehtes Taifersar Arahesis),
1080 python: fix drv_libxml2.py for python3 compatibility (Alexandre Rostovtsev),
1081 python: Fix compiler warnings when building python3 bindings (Armin K),
1082 Fix for compilation with python 2.6.8 (Petr Sumbera)
1083
1084 - Improvements:
1085 win32/libxml2.def.src after rebuild in doc (Roumen Petrov),
1086 elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement() (Roumen Petrov),
1087 elfgcchack.h: add xmlXPathNodeEval and xmlXPathSetContextNode (Roumen Petrov),
1088 Provide cmake module (Samuel Martin),
1089 Fix a couple of issues raised by make dist (Daniel Veillard),
1090 Fix and add const qualifiers (Kurt Roeckx),
1091 Preparing for upcoming release of 2.9.2 (Daniel Veillard),
1092 Fix zlib and lzma libraries check via command line (Dmitriy),
1093 wrong error column in structured error when parsing end tag (Juergen Keil),
1094 doc/news.html: small update to avoid line join while generating NEWS. (Patrick Monnerat),
1095 Add methods for python3 iterator (Ron Angeles),
1096 Support element node traversal in document fragments. (Kyle VanderBeek),
1097 xmlNodeSetName: Allow setting the name to a substring of the currently set name (Tristan Van Berkom),
1098 Added macros for argument casts (Eric Zurcher),
1099 adding init calls to xml and html Read parsing entry points (Daniel Veillard),
1100 Get rid of 'REPLACEMENT CHARACTER' Unicode chars in xmlschemas.c (Jan Pokorný),
1101 Implement choice for name classes on attributes (Shaun McCance),
1102 Two small namespace tweaks (Daniel Veillard),
1103 xmllint --memory should fail on empty files (Daniel Veillard),
1104 Cast encoding name to char pointer to match arg type (Nikolay Sivov)
1105
1106 - Cleanups:
1107 Removal of old configure.in (Daniel Veillard),
1108 Unreachable code in tree.c (Gaurav Gupta),
1109 Remove a couple of dead conditions (Gaurav Gupta),
1110 Avoid some dead code and cleanup in relaxng.c (Gaurav),
1111 Drop not needed checks (Denis Pauk),
1112 Fix a wrong test (Daniel Veillard)
1113
1114
1115
11162.9.1: Apr 19 2013:
1117 - Features:
1118 Support for Python3 (Daniel Veillard),
1119 Add xmlXPathSetContextNode and xmlXPathNodeEval (Alex Bligh)
1120
1121 - Documentation:
1122 Add documentation for xmllint --xpath (Daniel Veillard),
1123 Fix the URL of the SAX documentation from James (Daniel Veillard),
1124 Fix spelling of "length". (Michael Wood)
1125
1126 - Portability:
1127 Fix python bindings with versions older than 2.7 (Daniel Veillard),
1128 rebuild docs:Makefile.am (Roumen Petrov),
1129 elfgcchack.h after rebuild in doc (Roumen Petrov),
1130 elfgcchack for buf module (Roumen Petrov),
1131 Fix a uneeded and wrong extra link parameter (Daniel Veillard),
1132 Few cleanup patches for Windows (Denis Pauk),
1133 Fix rpmbuild --nocheck (Mark Salter),
1134 Fix for win32/configure.js and WITH_THREAD_ALLOC (Daniel Richard),
1135 Fix Broken multi-arch support in xml2-config (Daniel Veillard),
1136 Fix a portability issue for GCC < 3.4.0 (Daniel Veillard),
1137 Windows build fixes (Daniel Richard),
1138 Fix a thread portability problem (Friedrich Haubensak),
1139 Downgrade autoconf requirement to 2.63 (Daniel Veillard)
1140
1141 - Bug Fixes:
1142 Fix a linking error for python bindings (Daniel Veillard),
1143 Fix a couple of return without value (Jüri Aedla),
1144 Improve the hashing functions (Daniel Franke),
1145 Improve handling of xmlStopParser() (Daniel Veillard),
1146 Remove risk of lockup in dictionary initialization (Daniel Veillard),
1147 Activate detection of encoding in external subset (Daniel Veillard),
1148 Fix an output buffer flushing conversion bug (Mikhail Titov),
1149 Fix an old bug in xmlSchemaValidateOneElement (Csaba László),
1150 Fix configure cannot remove messages (Gilles Espinasse),
1151 fix schema validation in combination with xsi:nil (Daniel Veillard),
1152 xmlCtxtReadFile doesn't work with literal IPv6 URLs (Steve Wolf),
1153 Fix a few problems with setEntityLoader (Alexey Neyman),
1154 Detect excessive entities expansion upon replacement (Daniel Veillard),
1155 Fix the flushing out of raw buffers on encoding conversions (Daniel,
1156Veillard),
1157 Fix some buffer conversion issues (Daniel Veillard),
1158 When calling xmlNodeDump make sure we grow the buffer quickly (Daniel,
1159Veillard),
1160 Fix an error in the progressive DTD parsing code (Dan Winship),
1161 xmllint should not load DTD by default when using the reader (Daniel,
1162Veillard),
1163 Try IBM-037 when looking for EBCDIC handlers (Petr Sumbera),
1164 Fix potential out of bound access (Daniel Veillard),
1165 Fix large parse of file from memory (Daniel Veillard),
1166 Fix a bug in the nsclean option of the parser (Daniel Veillard),
1167 Fix a regression in 2.9.0 breaking validation while streaming (Daniel,
1168Veillard),
1169 Remove potential calls to exit() (Daniel Veillard)
1170
1171 - Improvements:
1172 Regenerated API, and testapi, rebuild documentation (Daniel Veillard),
1173 Fix tree iterators broken by 2to3 script (Daniel Veillard),
1174 update all tests for Python3 and Python2 (Daniel Veillard),
1175 A few more fixes for python 3 affecting libxml2.py (Daniel Veillard),
1176 Fix compilation on Python3 (Daniel Veillard),
1177 Converting apibuild.py to python3 (Daniel Veillard),
1178 First pass at starting porting to python3 (Daniel Veillard),
1179 updated configure.in for python3 (Daniel Veillard),
1180 Add support for xpathRegisterVariable in Python (Shaun McCance),
1181 Added a regression tests from bug 694228 data (Daniel Veillard),
1182 Cache presence of '<' in entities content (Daniel Veillard),
1183 Avoid extra processing on entities (Daniel Veillard),
1184 Python binding for xmlRegisterInputCallback (Alexey Neyman),
1185 Python bindings: DOM casts everything to xmlNode (Alexey Neyman),
1186 Define LIBXML_THREAD_ALLOC_ENABLED via xmlversion.h (Tim Starling),
1187 Adding streaming validation to runtest checks (Daniel Veillard),
1188 Add a --pushsmall option to xmllint (Daniel Veillard)
1189
1190 - Cleanups:
1191 Switched comment in file to UTF-8 encoding (Daniel Veillard),
1192 Extend gitignore (Daniel Veillard),
1193 Silent the new python test on input (Alexey Neyman),
1194 Cleanup of a duplicate test (Daniel Veillard),
1195 Cleanup on duplicate test expressions (Daniel Veillard),
1196 Fix compiler warning after 153cf15905cf4ec080612ada6703757d10caba1e (Patrick,
1197Gansterer),
1198 Spec cleanups and a fix for multiarch support (Daniel Veillard),
1199 Silence a clang warning (Daniel Veillard),
1200 Cleanup the Copyright to be pure MIT Licence wording (Daniel Veillard),
1201 rand_seed should be static in dict.c (Wouter Van Rooy),
1202 Fix typos in parser comments (Jan Pokorný)
1203
1204
1205
12062.9.0: Sep 11 2012:
1207 - Features:
1208 A few new API entry points,
1209 More resilient push parser mode,
1210 A lot of portability improvement,
1211 Faster XPath evaluation
1212
1213 - Documentation:
1214 xml2-config.1 markup error (Christian Weisgerber),
1215 libxml(3) manpage typo fix (John Bradshaw),
1216 More cleanups to the documentation part of libxml2 (Daniel Richard G)
1217
1218 - Portability:
1219 Bug 676544 - fails to build with --without-sax1 (Akira TAGOH),
1220 fix builds not having stdint.h (Rob Richards),
1221 GetProcAddressA is available only on WinCE (Daniel Veillard),
1222 More updates and cleanups on autotools and Makefiles (Daniel Richard G),
1223 More changes for Win32 compilation (Eric Zurcher),
1224 Basic changes for Win32 builds of release 2.9.0: compile buf.c (Eric Zurcher),
1225 Bundles all generated files for python into the distribution (Daniel Richard G),
1226 Fix compiler warnings of wincecompat.c (Patrick Gansterer),
1227 Fix non __GNUC__ build (Patrick Gansterer),
1228 Fix windows unicode build (Patrick Gansterer),
1229 clean redefinition of {v}snprintf in C-source (Roumen Petrov),
1230 use xmlBuf... if DEBUG_INPUT is defined (Roumen Petrov),
1231 fix runtests to use pthreads support for various Unix platforms (Daniel Richard G),
1232 Various "make distcheck" and portability fixups 2nd part (Daniel Richard G),
1233 Various "make distcheck" and portability fixups (Daniel Richard G),
1234 Fix compilation on older Visual Studio (Daniel Veillard)
1235
1236 - Bug Fixes:
1237 Change the XPath code to percolate allocation errors (Daniel Veillard),
1238 Fix reuse of xmlInitParser (Daniel Veillard),
1239 Fix potential crash on entities errors (Daniel Veillard),
1240 initialize var (Rob Richards),
1241 Fix the XPath arity check to also check the XPath stack limits (Daniel Veillard),
1242 Fix problem with specific and generic error handlers (Pietro Cerutti),
1243 Avoid a potential infinite recursion (Daniel Veillard),
1244 Fix an XSD error when generating internal automata (Daniel Veillard),
1245 Patch for xinclude of text using multibyte characters (Vitaly Ostanin),
1246 Fix a segfault on XSD validation on pattern error (Daniel Veillard),
1247 Fix missing xmlsave.h module which was ignored in recent builds (Daniel Veillard),
1248 Add a missing element check (Daniel Veillard),
1249 Adding various checks on node type though the API (Daniel Veillard),
1250 Namespace nodes can't be unlinked with xmlUnlinkNode (Daniel Veillard),
1251 Fix make dist to include new private header files (Daniel Veillard),
1252 More fixups on the push parser behaviour (Daniel Veillard),
1253 Strengthen behaviour of the push parser in problematic situations (Daniel Veillard),
1254 Enforce XML_PARSER_EOF state handling through the parser (Daniel Veillard),
1255 Fixup limits parser (Daniel Veillard),
1256 Do not fetch external parsed entities (Daniel Veillard),
1257 Fix an error in previous commit (Aron Xu),
1258 Fix entities local buffers size problems (Daniel Veillard),
1259 Fix parser local buffers size problems (Daniel Veillard),
1260 Fix a failure to report xmlreader parsing failures (Daniel Veillard)
1261
1262 - Improvements:
1263 Keep libxml2.syms when running "make distclean" (Daniel Veillard),
1264 Allow to set the quoting character of an xmlWriter (Csaba Raduly),
1265 Keep non-significant blanks node in HTML parser (Daniel Veillard),
1266 Add a forbidden variable error number and message to XPath (Daniel Veillard),
1267 Support long path names on WNT (Michael Stahl),
1268 Improve HTML escaping of attribute on output (Daniel Veillard),
1269 Handle ICU_LIBS as LIBADD, not LDFLAGS to prevent linking errors (Arfrever Frehtes Taifersar Arahesis),
1270 Switching XPath node sorting to Timsort (Vojtech Fried),
1271 Optimizing '//' in XPath expressions (Nick Wellnhofer),
1272 Expose xmlBufShrink in the public tree API (Daniel Veillard),
1273 Visible HTML elements close the head tag (Conrad Irwin),
1274 Fix file and line report for XSD SAX and reader streaming validation (Daniel Veillard),
1275 Fix const qualifyer to definition of xmlBufferDetach (Daniel Veillard),
1276 minimize use of HAVE_CONFIG_H (Roumen Petrov),
1277 fixup regression in Various "make distcheck" and portability fixups (Roumen Petrov),
1278 Add support for big line numbers in error reporting (Daniel Veillard),
1279 Avoid using xmlBuffer for serialization (Daniel Veillard),
1280 Improve compatibility between xmlBuf and xmlBuffer (Daniel Veillard),
1281 Provide new accessors for xmlOutputBuffer (Daniel Veillard),
1282 Improvements for old buffer compatibility (Daniel Veillard),
1283 Expand the limit test program (Daniel Veillard),
1284 Improve error reporting on parser errors (Daniel Veillard),
1285 Implement some default limits in the XPath module (Daniel Veillard),
1286 Introduce some default parser limits (Daniel Veillard),
1287 Cleanups and new limit APIs for dictionaries (Daniel Veillard),
1288 Fixup for buf.c (Daniel Veillard),
1289 Cleanup URI module memory allocation code (Daniel Veillard),
1290 Extend testlimits (Daniel Veillard),
1291 More avoid quadratic behaviour (Daniel Veillard),
1292 Impose a reasonable limit on PI size (Daniel Veillard),
1293 first version of testlimits new test (Daniel Veillard),
1294 Avoid quadratic behaviour in some push parsing cases (Daniel Veillard),
1295 Impose a reasonable limit on comment size (Daniel Veillard),
1296 Impose a reasonable limit on attribute size (Daniel Veillard),
1297 Harden the buffer code and make it more compatible (Daniel Veillard),
1298 More cleanups for input/buffers code (Daniel Veillard),
1299 Cleanup function xmlBufResetInput(), to set input from Buffer (Daniel Veillard)
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001300 Switch the test program for characters to new input buffers (Daniel Veillard),
Daniel Veillard726f67e2014-10-16 15:40:16 +08001301 Convert the HTML tree module to the new buffers (Daniel Veillard),
1302 Convert of the HTML parser to new input buffers (Daniel Veillard),
1303 Convert the writer to new output buffer and save APIs (Daniel Veillard),
1304 Convert XMLReader to the new input buffers (Daniel Veillard),
1305 New saving functions using xmlBuf and conversion (Daniel Veillard),
1306 Provide new xmlBuf based saving functions (Daniel Veillard),
1307 Convert XInclude to the new input buffers (Daniel Veillard),
1308 Convert catalog code to the new input buffers (Daniel Veillard),
1309 Convert C14N to the new Input buffer (Daniel Veillard),
1310 Convert xmlIO.c to the new input and output buffers (Daniel Veillard),
1311 Convert XML parser to the new input buffers (Daniel Veillard),
1312 Incompatible change to the Input and Output buffers (Daniel Veillard),
1313 Adding new encoding function to deal with the new structures (Daniel Veillard),
1314 Convert XPath to xmlBuf (Daniel Veillard),
1315 Adding a new buf module for buffers (Daniel Veillard),
1316 Memory error within SAX2 reuse common framework (Daniel Veillard),
1317 Fix xmllint --xpath node initialization (Daniel Veillard)
1318
1319 - Cleanups:
1320 Various cleanups to avoid compiler warnings (Daniel Veillard),
1321 Big space and tab cleanup (Daniel Veillard),
1322 Followup to LibXML2 docs/examples cleanup patch (Daniel Veillard),
1323 Second round of cleanups for LibXML2 docs/examples (Daniel Richard),
1324 Remove all .cvsignore as they are not used anymore (Daniel Veillard),
1325 Fix a Timsort function helper comment (Daniel Veillard),
1326 Small cleanup for valgrind target (Daniel Veillard),
1327 Patch for portability of latin characters in C files (Daniel Veillard),
1328 Cleanup some of the parser code (Daniel Veillard),
1329 Fix a variable name in comment (Daniel Veillard),
1330 Regenerated testapi.c (Daniel Veillard),
1331 Regenerating docs and API files (Daniel Veillard),
1332 Small cleanup of unused variables in test (Daniel Veillard),
1333 Expand .gitignore with more files (Daniel Veillard)
1334
1335
1336
13372.8.0: May 23 2012:
1338 - Features:
1339 add lzma compression support (Anders F Bjorklund)
1340
1341 - Documentation:
1342 xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä),
1343 Update README.tests (Daniel Veillard),
1344 URI handling code is not OOM resilient (Daniel Veillard),
1345 Fix an error in comment (Daniel Veillard),
1346 Fixed bug #617016 (Daniel Mustieles),
1347 Fixed two typos in the README document (Daniel Neel),
1348 add generated html files (Anders F Bjorklund),
1349 Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard),
1350 Improve documentation a bit (Daniel Veillard),
1351 Updated URL for lxml python bindings (Daniel Veillard)
1352
1353 - Portability:
1354 Restore code for Windows compilation (Daniel Veillard),
1355 Remove git error message during configure (Christian Dywan),
1356 xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer),
1357 remove a bashism in confgure.in (John Hein),
1358 undef ERROR if already defined (Patrick R. Gansterer),
1359 Fix library problems with mingw-w64 (Michael Cronenworth),
1360 fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards),
1361 prefer native threads on win32 (Sam Thursfield),
1362 Allow to compile with Visual Studio 2010 (Thomas Lemm),
1363 Fix mingw's snprintf configure check (Andoni Morales),
1364 fixed a 64bit big endian issue (Marcus Meissner),
1365 Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard),
1366 Fix windows build from lzma addition (Rob Richards),
1367 autogen: Only check for libtoolize (Colin Walters),
1368 Fix the Windows build files (Patrick von Reth),
1369 634846 Remove a linking option breaking Windows VC10 (Daniel Veillard),
1370 599241 fix an initialization problem on Win64 (Andrew W. Nosenko),
1371 fix win build (Rob Richards)
1372
1373 - Bug fixes:
1374 Part for rand_r checking missing (Daniel Veillard),
1375 Cleanup on randomization (Daniel Veillard),
1376 Fix undefined reference in python module (Pacho Ramos),
1377 Fix a race in xmlNewInputStream (Daniel Veillard),
1378 Fix weird streaming RelaxNG errors (Noam),
1379 Fix various bugs in new code raised by the API checking (Daniel Veillard),
1380 Fix various problems with "make dist" (Daniel Veillard),
1381 Fix a memory leak in the xzlib code (Daniel Veillard),
1382 HTML parser error with <noscript> in the <head> (Denis Pauk),
1383 XSD: optional element in complex type extension (Remi Gacogne),
1384 Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard),
1385 Fix a wrong return value in previous patch (Daniel Veillard),
1386 Fix an uninitialized variable use (Daniel Veillard),
1387 Fix a compilation problem with --minimum (Brandon Slack),
1388 Remove redundant and ungarded include of resolv.h (Daniel Veillard),
1389 xinclude with parse="text" does not use the entity loader (Shaun McCance),
1390 Allow to parse 1 byte HTML files (Denis Pauk),
1391 Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder),
1392 Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li),
1393 Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott),
1394 xmlParseNodeInContext problems with an empty document (Tim Elliott),
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001395 HTML element position is not detected properly (Pavel Andrejs),
Daniel Veillard726f67e2014-10-16 15:40:16 +08001396 Fix an off by one pointer access (Jüri Aedla),
1397 Try to fix a problem with entities in SAX mode (Daniel Veillard),
1398 Fix a crash with xmllint --path on empty results (Daniel Veillard),
1399 Fixed bug #667946 (Daniel Mustieles),
1400 Fix a logic error in Schemas Component Constraints (Ryan Sleevi),
1401 Fix a wrong enum type use in Schemas Types (Nico Weber),
1402 Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard),
1403 Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard),
1404 fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan),
1405 fix a pair of possible out of array char references (Daniel Veillard),
1406 Fix an allocation error when copying entities (Daniel Veillard),
1407 Make sure the parser returns when getting a Stop order (Chris Evans),
1408 Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng),
1409 Fix a schema type duration comparison overflow (Daniel Veillard),
1410 Fix an unimplemented part in RNG value validation (Daniel Veillard),
1411 Fix missing error status in XPath evaluation (Daniel Veillard),
1412 Hardening of XPath evaluation (Daniel Veillard),
1413 Fix an off by one error in encoding (Daniel Veillard),
1414 Fix RELAX NG include bug #655288 (Shaun McCance),
1415 Fix XSD validation bug #630130 (Toyoda Eizi),
1416 Fix some potential problems on reallocation failures (Chris Evans),
1417 __xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin),
1418 __xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin),
1419 Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards),
1420 Small fix for previous commit (Daniel Veillard),
1421 Fix a potential freeing error in XPath (Daniel Veillard),
1422 Fix a potential memory access error (Daniel Veillard),
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001423 Reactivate the shared library versioning script (Daniel Veillard)
Daniel Veillard726f67e2014-10-16 15:40:16 +08001424
1425 - Improvements:
1426 use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov),
1427 New symbols added for the next release (Daniel Veillard),
1428 xmlTextReader bails too quickly on error (Andy Lutomirski),
1429 Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin),
1430 Use buffers when constructing string node lists. (Conrad Irwin),
1431 Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk),
1432 wrong message for double hyphen in comment XML error (Bryan Henderson),
1433 Fix "make tst" to grab lzma lib too (Daniel Veillard),
1434 Add "whereis" command to xmllint shell (Ryan),
1435 Improve xmllint shell (Ryan),
1436 add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky),
1437 Add --system support to autogen.sh (Daniel Veillard),
1438 Add hash randomization to hash and dict structures (Daniel Veillard),
1439 included xzlib in dist (Anders F Bjorklund),
1440 move xz/lzma helpers to separate included files (Anders F Bjorklund),
1441 add generated devhelp files (Anders F Bjorklund),
1442 add XML_WITH_LZMA to api (Anders F Bjorklund),
1443 autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
1444 Improve the error report on undefined REFs (Daniel Veillard),
1445 Add exception for new W3C PI xml-model (Daniel Veillard),
1446 Add options to ignore the internal encoding (Daniel Veillard),
1447 testapi: use the right type for the check (Stefan Kost),
1448 various: handle return values of write calls (Stefan Kost),
1449 testWriter: xmlTextWriterWriteFormatElement wants an int instead of a long int (Stefan Kost),
1450 runxmlconf: update to latest testsuite version (Stefan Kost),
1451 configure: add -Wno-long-long to CFLAGS (Stefan Kost),
1452 configure: support silent automake rules if possible (Stefan Kost),
1453 xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost),
1454 __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
1455 __xmlRaiseError: do cheap code check early (Dmitry V. Levin)
1456
1457 - Cleanups:
1458 Cleanups before 2.8.0-rc2 (Daniel Veillard),
1459 Avoid an extra operation (Daniel Veillard),
1460 Remove vestigial de-ANSI-fication support. (Javier Jardón),
1461 autogen.sh: Fix typo (Javier Jardón),
1462 Do not use unsigned but unsigned int (Daniel Veillard),
1463 Remove two references to u_short (Daniel Veillard),
1464 Fix -Wempty-body warning from clang (Nico Weber),
1465 Cleanups of lzma support (Daniel Veillard),
1466 Augment the list of ignored files (Daniel Veillard),
1467 python: remove unused variable (Stefan Kost),
1468 python: flag two unused args (Stefan Kost),
1469 configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),
1470 xpath: remove unused variable (Stefan Kost)
1471
1472
1473
14742.7.8: Nov 4 2010:
1475 - Features:
1476 480323 add code to plug in ICU converters by default (Giuseppe Iuculano),
1477 Add xmlSaveOption XML_SAVE_WSNONSIG (Adam Spragg)
1478
1479 - Documentation:
1480 Fix devhelp documentation installation (Mike Hommey),
1481 Fix web site encoding problems (Daniel Veillard),
1482 Fix a couple of typo in HTML parser error messages (Michael Day),
1483 Forgot to update the news page for 0.7.7 (Daniel Veillard)
1484
1485 - Portability:
1486 607273 Fix python detection on MSys/Windows (LRN),
1487 614087 Fix Socket API usage to allow Windows64 compilation (Ozkan Sezer),
1488 Fix compilation with Clang (Koop Mast),
1489 Fix Win32 build (Rob Richards)
1490
1491 - Bug Fixes:
1492 595789 fix a remaining potential Solaris problem (Daniel Veillard),
1493 617468 fix progressive HTML parsing with style using "'" (Denis Pauk),
1494 616478 Fix xmllint shell write command (Gwenn Kahz),
1495 614005 Possible erroneous HTML parsing on unterminated script (Pierre Belzile),
1496 627987 Fix XSD IDC errors in imported schemas (Jim Panetta),
1497 629325 XPath rounding errors first cleanup (Phil Shafer),
1498 630140 fix iso995x encoding error (Daniel Veillard),
1499 make sure htmlCtxtReset do reset the disableSAX field (Daniel Veillard),
1500 Fix a change of semantic on XPath preceding and following axis (Daniel Veillard),
1501 Fix a potential segfault due to weak symbols on pthreads (Mike Hommey),
1502 Fix a leak in XPath compilation (Daniel Veillard),
1503 Fix the semantic of XPath axis for namespace/attribute context nodes (Daniel Veillard),
1504 Avoid a descriptor leak in catalog loading code (Carlo Bramini),
1505 Fix a small bug in XPath evaluation code (Marius Wachtler),
1506 Fix handling of XML-1.0 XML namespace declaration (Daniel Veillard),
1507 Fix errors in XSD double validation check (Csaba Raduly),
1508 Fix handling of apos in URIs (Daniel Veillard),
1509 xmlTextReaderReadOuterXml should handle DTD (Rob Richards),
1510 Autogen.sh needs to create m4 directory (Rob Richards)
1511
1512 - Improvements:
1513 606592 update language ID parser to RFC 5646 (Daniel Veillard),
1514 Sort python generated stubs (Mike Hommey),
1515 Add an HTML parser option to avoid a default doctype (Daniel Veillard)
1516
1517 - Cleanups:
1518 618831 don't ship generated files in git (Adrian Bunk),
1519 Switch from the obsolete mkinstalldirs to AC_PROG_MKDIR_P (Adrian Bunk),
1520 Various cleanups on encoding handling (Daniel Veillard),
1521 Fix xmllint to use format=1 for default formatting (Adam Spragg),
1522 Force _xmlSaveCtxt.format to be 0 or 1 (Adam Spragg),
1523 Cleanup encoding pointer comparison (Nikolay Sivov),
1524 Small code cleanup on previous patch (Daniel Veillard)
1525
1526
1527
15282.7.7: Mar 15 2010:
1529 - Improvements:
1530 Adding a --xpath option to xmllint (Daniel Veillard),
1531 Make HTML parser non-recursive (Eugene Pimenov)
1532
1533 - Portability:
1534 relaxng.c: cast to allow compilation with sun studio 11 (Ben Walton),
1535 Fix build failure on Sparc solaris (Roumen Petrov),
1536 use autoreconf in autogen.sh (Daniel Veillard),
1537 Fix build with mingw (Roumen Petrov),
1538 Upgrade some of the configure and autogen (Daniel Veillard),
1539 Fix relaxNG tests in runtest for Windows runtest.c: initialize ret (Rob Richards),
1540 Fix a const warning in xmlNodeSetBase (Martin Trappel),
1541 Fix python generator to not use deprecated xmllib (Daniel Veillard),
1542 Update some automake files (Daniel Veillard),
1543 598785 Fix nanohttp on Windows (spadix)
1544
1545 - Bug Fixes:
1546 libxml violates the zlib interface and crashes (Mark Adler),
1547 Fix broken escape behaviour in regexp ranges (Daniel Veillard),
1548 Fix missing win32 libraries in libxml-2.0.pc (Volker Grabsch),
1549 Fix detection of python linker flags (Daniel Macks),
1550 fix build error in libxml2/python (Paul Smith),
1551 ChunkParser: Incorrect decoding of small xml files (Raul Hudea),
1552 htmlCheckEncoding doesn't update input-end after shrink (Eugene Pimenov),
1553 Fix a missing #ifdef (Daniel Veillard),
1554 Fix encoding selection for xmlParseInNodeContext (Daniel Veillard),
1555 xmlPreviousElementSibling mistake (François Delyon),
1556 608773 add a missing check in xmlGROW (Daniel Veillard),
1557 Fix xmlParseInNodeContext for HTML content (Daniel Veillard),
1558 Fix lost namespace when copying node * tree.c: reconcile namespace if not found (Rob Richards),
1559 Fix some missing commas in HTML element lists (Eugene Pimenov),
1560 Correct variable type to unsigned (Nikolay Sivov),
1561 Recognize ID attribute in HTML without DOCTYPE (Daniel Veillard),
1562 Fix memory leak in xmlXPathEvalExpression() (Martin),
1563 Fix an init bug in global.c (Kai Henning),
1564 Fix xmlNodeSetBase() comment (Daniel Veillard),
1565 Fix broken escape behaviour in regexp ranges (Daniel Veillard),
1566 Don't give default HTML boolean attribute values in parser (Daniel Veillard),
1567 xmlCtxtResetLastError should reset ctxt-errNo (Daniel Veillard)
1568
1569 - Cleanups:
1570 Cleanup a couple of weirdness in HTML parser (Eugene Pimenov)
1571
1572
1573
Daniel Veillard96bb7402009-10-06 18:38:15 +020015742.7.6: Oct 6 2009:
1575 - Bug Fixes:
1576 Restore thread support in default configuration (Andrew W. Nosenko),
1577 URI with no path parsing problem (Daniel Veillard),
1578 Minor patch for conditional defines in threads.c (Eric Zurcher)
1579
1580
1581
15822.7.5: Sep 24 2009:
1583 - Bug Fixes:
1584 Restore behavior of --with-threads without argument (Andrew W. Nosenko),
1585 Fix memory leak when doc is NULL (Rob Richards),
1586 595792 fixing a RelaxNG bug introduced in 2.7.4 (Daniel Veillard),
1587 Fix a Relaxng bug raised by libvirt test suite (Daniel Veillard),
1588 Fix a parsing problem with little data at startup (Daniel Veillard),
1589 link python module with python library (Frederic Crozat),
1590 594874 Forgot an fclose in xmllint (Daniel Veillard)
1591
1592 - Cleanup:
1593 Adding symbols.xml to EXTRA_DIST (Daniel Veillard)
1594
1595
1596
15972.7.4: Sep 10 2009:
1598 - Improvements:
1599 Switch to GIT (GNOME),
1600 Add symbol versioning to libxml2 shared libs (Daniel Veillard)
1601
1602 - Portability:
1603 593857 try to work around thread pbm MinGW 4.4 (Daniel Veillard),
1604 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes (Daniel Veillard),
1605 Fix Windows build * relaxng.c: fix windows build (Rob Richards),
1606 Fix the globals.h to use XMLPUBFUN (Paul Smith),
1607 Problem with extern extern in header (Daniel Veillard),
1608 Add -lnetwork for compiling on Haiku (Scott McCreary),
1609 Runtest portability patch for Solaris (Tim Rice),
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001610 Small patch to accommodate the Haiku OS (Scott McCreary),
Daniel Veillard96bb7402009-10-06 18:38:15 +02001611 584605 package VxWorks folder in the distribution (Daniel Veillard),
1612 574017 Realloc too expensive on most platform (Daniel Veillard),
1613 Fix windows build (Rob Richards),
1614 545579 doesn't compile without schema support (Daniel Veillard),
1615 xmllint use xmlGetNodePath when not compiled in (Daniel Veillard),
1616 Try to avoid __imp__xmlFree link trouble on msys (Daniel Veillard),
1617 Allow to select the threading system on Windows (LRN),
1618 Fix Solaris binary links, cleanups (Daniel Veillard),
1619 Bug 571059 – MSVC doesn't work with the bakefile (Intron),
1620 fix ATTRIBUTE_PRINTF header clash (Belgabor and Mike Hommey),
1621 fixes for Borland/CodeGear/Embarcadero compilers (Eric Zurcher)
1622
1623 - Documentation:
1624 544910 typo: "renciliateNs" (Leonid Evdokimov),
1625 Add VxWorks to list of OSes (Daniel Veillard),
1626 Regenerate the documentation and update for git (Daniel Veillard),
1627 560524 ¿ xmlTextReaderLocalName description (Daniel Veillard),
1628 Added sponsoring by AOE media for the server (Daniel Veillard),
1629 updated URLs for GNOME (Vincent Lefevre),
1630 more warnings about xmlCleanupThreads and xmlCleanupParser (Daniel Veillard)
1631
1632 - Bug fixes:
1633 594514 memory leaks - duplicate initialization (MOD),
1634 Wrong block opening in htmlNodeDumpOutputInternal (Daniel Veillard),
1635 492317 Fix Relax-NG validation problems (Daniel Veillard),
1636 558452 fight with reg test and error report (Daniel Veillard),
1637 558452 RNG compilation of optional multiple child (Daniel Veillard),
1638 579746 XSD validation not correct / nilable groups (Daniel Veillard),
1639 502960 provide namespace stack when parsing entity (Daniel Veillard),
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001640 566012 part 2 fix regression tests and push mode (Daniel Veillard),
Daniel Veillard96bb7402009-10-06 18:38:15 +02001641 566012 autodetected encoding and encoding conflict (Daniel Veillard),
1642 584220 xpointer(/) and xinclude problems (Daniel Veillard),
1643 587663 Incorrect Attribute-Value Normalization (Daniel Veillard),
1644 444994 HTML chunked failure for attribute with <> (Daniel Veillard),
1645 Fix end of buffer char being split in XML parser (Daniel Veillard),
1646 Non ASCII character may be split at buffer end (Adiel Mittmann),
1647 440226 Add xmlXIncludeProcessTreeFlagsData API (Stefan Behnel),
1648 572129 speed up parsing of large HTML text nodes (Markus Kull),
1649 Fix HTML parsing with 0 character in CDATA (Daniel Veillard),
1650 Fix SetGenericErrorFunc and SetStructured clash (Wang Lam),
1651 566012 Incomplete EBCDIC parsing support (Martin Kogler),
1652 541335 HTML avoid creating 2 head or 2 body element (Daniel Veillard),
1653 541237 error correcting missing end tags in HTML (Daniel Veillard),
1654 583439 missing line numbers in push mode (Daniel Veillard),
1655 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard),
1656 559501 avoid select and use poll for nanohttp (Raphael Prevost),
1657 559410 - Regexp bug on (...)? constructs (Daniel Veillard),
1658 Fix a small problem on previous HTML parser patch (Daniel Veillard),
1659 592430 - HTML parser runs into endless loop (Daniel Veillard),
1660 447899 potential double free in xmlFreeTextReader (Daniel Veillard),
1661 446613 small validation bug mixed content with NS (Daniel Veillard),
1662 Fix the problem of revalidating a doc with RNG (Daniel Veillard),
1663 Fix xmlKeepBlanksDefault to not break indent (Nick Wellnhofer),
1664 512131 refs from externalRef part need to be added (Daniel Veillard),
1665 512131 crash in xmlRelaxNGValidateFullElement (Daniel Veillard),
1666 588441 allow '.' in HTML Names even if invalid (Daniel Veillard),
1667 582913 Fix htmlSetMetaEncoding() to be nicer (Daniel Veillard),
1668 579317 Try to find the HTML encoding information (Daniel Veillard),
1669 575875 don't output charset=html (Daniel Veillard),
1670 571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard),
1671 570702 fix a bug in regexp determinism checking (Daniel Veillard),
1672 567619 xmlValidateNotationUse missing param test (Daniel Veillard),
1673 574393 ¿ utf-8 filename magic for compressed files (Hans Breuer),
1674 Fix a couple of problems in the parser (Daniel Veillard),
1675 585505 ¿ Document ids and refs populated by XSD (Wayne Jensen),
1676 582906 XSD validating multiple imports of the same schema (Jason Childs),
1677 Bug 582887 ¿ problems validating complex schemas (Jason Childs),
1678 Bug 579729 ¿ fix XSD schemas parsing crash (Miroslav Bajtos),
1679 576368 ¿ htmlChunkParser with special attributes (Jiri Netolicky),
1680 Bug 565747 ¿ relax anyURI data character checking (Vincent Lefevre),
1681 Preserve attributes of include start on tree copy (Petr Pajas),
1682 Skip silently unrecognized XPointer schemes (Jakub Wilk),
1683 Fix leak on SAX1, xmllint --sax1 option and debug (Daniel Veillard),
1684 potential NULL dereference on non-glibc (Jim Meyering),
1685 Fix an XSD validation crash (Daniel Veillard),
1686 Fix a regression in streaming entities support (Daniel Veillard),
1687 Fix a couple of ABI issues with C14N 1.1 (Aleksey Sanin),
1688 Aleksey Sanin support for c14n 1.1 (Aleksey Sanin),
1689 reader bug fix with entities (Daniel Veillard),
1690 use options from current parser ctxt for external entities (Rob Richards),
1691 581612 use %s to printf strings (Christian Persch),
1692 584605 change the threading initialization sequence (Igor Novoseltsev),
1693 580705 keep line numbers in HTML parser (Aaron Patterson),
1694 581803 broken HTML table attributes init (Roland Steiner),
1695 do not set error code in xmlNsWarn (Rob Richards),
1696 564217 fix structured error handling problems,
1697 reuse options from current parser for entities (Rob Richards),
1698 xmlXPathRegisterNs should not allow enpty prefixes (Daniel Veillard),
1699 add a missing check in xmlAddSibling (Kris Breuker),
1700 avoid leaks on errors (Jinmei Tatuya)
1701
1702 - Cleanup:
1703 Chasing dead assignments reported by clang-scan (Daniel Veillard),
1704 A few more safety cleanup raised by scan (Daniel Veillard),
1705 Fixing assorted potential problems raised by scan (Daniel Veillard),
1706 Potential uninitialized arguments raised by scan (Daniel Veillard),
1707 Fix a bunch of scan 'dead increments' and cleanup (Daniel Veillard),
1708 Remove a pedantic warning (Daniel Veillard),
1709 555833 always use rm -f in uninstall-local (Daniel Veillard),
1710 542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACK (Daniel Veillard),
1711 Autoregenerate libxml2.syms automated checkings (Daniel Veillard),
1712 Make xmlRecoverDoc const (Martin Trappel) (Daniel Veillard),
1713 Both args of xmlStrcasestr are const (Daniel Veillard),
1714 hide the nbParse* variables used for debugging (Mike Hommey),
1715 570806 changed include of config.h (William M. Brack),
1716 cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
1717
1718
1719
17202.7.3: Jan 18 2009:
1721 - Build fix: fix build when HTML support is not included.
1722 - Bug fixes: avoid memory overflow in gigantic text nodes,
1723 indentation problem on the writed (Rob Richards),
1724 xmlAddChildList pointer problem (Rob Richards and Kevin Milburn),
1725 xmlAddChild problem with attribute (Rob Richards and Kris Breuker),
1726 avoid a memory leak in an edge case (Daniel Zimmermann),
1727 deallocate some pthread data (Alex Ott).
1728 - Improvements: configure option to avoid rebuilding docs (Adrian Bunk),
1729 limit text nodes to 10MB max by default, add element traversal
1730 APIs, add a parser option to enable pre 2.7 SAX behavior (Rob Richards),
1731 add gcc malloc checking (Marcus Meissner), add gcc printf like functions
1732 parameters checking (Marcus Meissner).
1733
1734
Daniel Veillard7f4547c2008-10-03 07:58:23 +000017352.7.2: Oct 3 2008:
1736 - Portability fix: fix solaris compilation problem, fix compilation
1737 if XPath is not configured in
1738 - Bug fixes: nasty entity bug introduced in 2.7.0, restore old behaviour
1739 when saving an HTML doc with an xml dump function, HTML UTF-8 parsing
1740 bug, fix reader custom error handlers (Riccardo Scussat)
1741
1742 - Improvement: xmlSave options for more flexibility to save as
1743 XML/HTML/XHTML, handle leading BOM in HTML documents
1744
1745
Daniel Veillarda7036d92008-09-01 14:50:19 +000017462.7.1: Sep 1 2008:
1747 - Portability fix: Borland C fix (Moritz Both)
1748 - Bug fixes: python serialization wrappers, XPath QName corner
1749 case handking and leaks (Martin)
1750 - Improvement: extend the xmlSave to handle HTML documents and trees
1751 - Cleanup: python serialization wrappers
1752
1753
Daniel Veillardda3fee42008-09-01 13:08:57 +000017542.7.0: Aug 30 2008:
1755 - Documentation: switch ChangeLog to UTF-8, improve mutithreads and
1756 xmlParserCleanup docs
1757 - Portability fixes: Older Win32 platforms (Rob Richards), MSVC
1758 porting fix (Rob Richards), Mac OS X regression tests (Sven Herzberg),
Daniel Veillard96bb7402009-10-06 18:38:15 +02001759 non GNUCC builds (Rob Richards), compilation on Haiku (Andreas Färber)
Daniel Veillardda3fee42008-09-01 13:08:57 +00001760
1761 - Bug fixes: various realloc problems (Ashwin), potential double-free
1762 (Ashwin), regexp crash, icrash with invalid whitespace facets (Rob
1763 Richards), pattern fix when streaming (William Brack), various XML
1764 parsing and validation fixes based on the W3C regression tests, reader
1765 tree skipping function fix (Ashwin), Schemas regexps escaping fix
1766 (Volker Grabsch), handling of entity push errors (Ashwin), fix a slowdown
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001767 when encoder can't serialize characters on output
Daniel Veillardda3fee42008-09-01 13:08:57 +00001768 - Code cleanup: compilation fix without the reader, without the output
1769 (Robert Schwebel), python whitespace (Martin), many space/tabs cleanups,
1770 serious cleanup of the entity handling code
1771 - Improvement: switch parser to XML-1.0 5th edition, add parsing flags
1772 for old versions, switch URI parsing to RFC 3986,
1773 add xmlSchemaValidCtxtGetParserCtxt (Holger Kaelberer),
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001774 new hashing functions for dictionaries (based on Stefan Behnel work),
Daniel Veillardda3fee42008-09-01 13:08:57 +00001775 improve handling of misplaced html/head/body in HTML parser, better
1776 regression test tools and code coverage display, better algorithms
1777 to detect various versions of the billion laughts attacks, make
1778 arbitrary parser limits avoidable as a parser option
1779
1780
Daniel Veillard596da972008-04-08 14:58:41 +000017812.6.32: Apr 8 2008:
1782 - Documentation: returning heap memory to kernel (Wolfram Sang),
1783 trying to clarify xmlCleanupParser() use, xmlXPathContext improvement
1784 (Jack Jansen), improve the *Recover* functions documentation,
1785 XmlNodeType doc link fix (Martijn Arts)
1786 - Bug fixes: internal subset memory leak (Ashwin), avoid problem with
1787 paths starting with // (Petr Sumbera), streaming XSD validation callback
1788 patches (Ashwin), fix redirection on port other than 80 (William Brack),
1789 SAX2 leak (Ashwin), XInclude fragment of own document (Chris Ryan),
1790 regexp bug with '.' (Andrew Tosh), flush the writer at the end of the
1791 document (Alfred Mickautsch), output I/O bug fix (William Brack),
1792 writer CDATA output after a text node (Alex Khesin), UTF-16 encoding
1793 detection (William Brack), fix handling of empty CDATA nodes for Safari
1794 team, python binding problem with namespace nodes, improve HTML parsing
1795 (Arnold Hendriks), regexp automata build bug, memory leak fix (Vasily
1796 Chekalkin), XSD test crash, weird system parameter entity parsing problem,
1797 allow save to file:///X:/ windows paths, various attribute normalisation
1798 problems, externalSubsetSplit fix (Ashwin), attribute redefinition in
1799 the DTD (Ashwin), fix in char ref parsing check (Alex Khesin), many
1800 out of memory handling fixes (Ashwin), XPath out of memory handling fixes
1801 (Alvaro Herrera), various realloc problems (Ashwin), UCS4 encoding
1802 conversion buffer size (Christian Fruth), problems with EatName
1803 functions on memory errors, BOM handling in external parsed entities
1804 (Mark Rowe)
1805 - Code cleanup: fix build under VS 2008 (David Wimsey), remove useless
1806 mutex in xmlDict (Florent Guilian), Mingw32 compilation fix (Carlo
1807 Bramini), Win and MacOS EOL cleanups (Florent Guiliani), iconv need
1808 a const detection (Roumen Petrov), simplify xmlSetProp (Julien Charbon),
1809 cross compilation fixes for Mingw (Roumen Petrov), SCO Openserver build
1810 fix (Florent Guiliani), iconv uses const on Win32 (Rob Richards),
1811 duplicate code removal (Ashwin), missing malloc test and error reports
1812 (Ashwin), VMS makefile fix (Tycho Hilhorst)
1813 - improvements: better plug of schematron in the normal error handling
1814 (Tobias Minich)
1815
1816
Daniel Veillard28b64e22008-01-11 09:07:51 +000018172.6.31: Jan 11 2008:
1818 - Security fix: missing of checks in UTF-8 parsing
1819 - Bug fixes: regexp bug, dump attribute from XHTML document, fix
1820 xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
1821 (Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
1822 XSD crash due to double free (Rob Richards), indentation fix in
1823 xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
1824 parsing if attribute redeclared, avoid crash in hash list scanner if
1825 deleting elements, column counter bug fix (Christian Schmidt),
1826 HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
1827 output from xml2-config (Fred Crozat), avoid an xmllint crash
1828 (Stefan Kost), don't stop HTML parsing on out of range chars.
1829
1830 - Code cleanup: fix open() call third argument, regexp cut'n paste
1831 copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001832 some make distcheck related fixes (John Carr)
Daniel Veillard28b64e22008-01-11 09:07:51 +00001833 - Improvements: HTTP Header: includes port number (William Brack),
1834 testURI --debug option,
1835
1836
Daniel Veillardcd2ebab2007-08-23 20:47:33 +000018372.6.30: Aug 23 2007:
1838 - Portability: Solaris crash on error handling, windows path fixes
1839 (Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)
1840 - Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
1841 reusing a writer for a new document (Dodji Seketeli), Schemas
1842 xsi:nil handling patch (Frank Gross), relative URI build problem
1843 (Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
1844 detection bug, fix disparity with xmlSAXUserParseMemory, automata
1845 generation for complex regexp counts problems, Schemas IDC import
1846 problems (Frank Gross), xpath predicate evailation error handling
1847 (William Brack)
1848
1849
Daniel Veillard38431c32007-06-12 16:20:09 +000018502.6.29: Jun 12 2007:
1851 - Portability: patches from Andreas Stricke for WinCEi,
1852 fix compilation warnings (William Brack), avoid warnings on Apple OS/X
1853 (Wendy Doyle and Mark Rowe), Windows compilation and threading
1854 improvements (Rob Richards), compilation against old Python versions,
1855 new GNU tar changes (Ryan Hill)
1856 - Documentation: xmlURIUnescapeString comment,
1857 - Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
1858 flag fix (Richard Jones), regexp interpretation of \,
1859 htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
1860 typo (Bjorn Reese), entity content failure, xmlListAppend() fix
Daniel Veillard96bb7402009-10-06 18:38:15 +02001861 (Georges-André Silber), XPath number serialization (William Brack),
Daniel Veillard38431c32007-06-12 16:20:09 +00001862 nanohttp gzipped stream fix (William Brack and Alex Cornejo),
Daniel Veillard96bb7402009-10-06 18:38:15 +02001863 xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
Daniel Veillard38431c32007-06-12 16:20:09 +00001864 XPath string value of PI nodes (William Brack), XPath node set
1865 sorting bugs (William Brack), avoid outputting namespace decl
1866 dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
1867 error handling, recustion on next in catalogs, fix a Relax-NG crash,
1868 workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
1869 invalid character in attribute detection bug, big comments before
1870 internal subset streaming bug, HTML parsing of attributes with : in
Daniel Veillard96bb7402009-10-06 18:38:15 +02001871 the name, IDness of name in HTML (Dagfinn I. Mannsåker)
Daniel Veillard38431c32007-06-12 16:20:09 +00001872 - Improvement: keep URI query parts in raw form (Richard Jones),
1873 embed tag support in HTML (Michael Day)
1874
1875
Daniel Veillard39bcf942007-04-17 14:47:05 +000018762.6.28: Apr 17 2007:
1877 - Documentation: comment fixes (Markus Keim), xpath comments fixes too
1878 (James Dennett)
1879 - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
1880 (Usamah Malik), various regexp bug fixes (DV and William), path conversion
1881 on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
1882 principal node of axis bug, HTML serialization of some codepoint
1883 (Steven Rainwater), user data propagation in XInclude (Michael Day),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001884 standalone and XML decl detection (Michael Day), Python id output
Daniel Veillard39bcf942007-04-17 14:47:05 +00001885 for some id, fix the big python string memory leak, URI parsing fixes
Daniel Veillard96bb7402009-10-06 18:38:15 +02001886 (Stéphane Bidoul and William), long comments parsing bug (William),
Daniel Veillard39bcf942007-04-17 14:47:05 +00001887 concurrent threads initialization (Ted Phelps), invalid char
1888 in text XInclude (William), XPath memory leak (William), tab in
1889 python problems (Andreas Hanke), XPath node comparison error
1890 (Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
1891 XML Schemas attribute group (William), HTML parsing problem (William),
1892 fix char 0x2d in regexps (William), regexp quantifier range with
1893 min occurs of 0 (William), HTML script/style parsing (Mike Day)
1894 - Improvement: make xmlTextReaderSetup() public
1895 - Compilation and postability: fix a missing include problem (William),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001896 __ss_family on AIX again (Björn Wiberg), compilation without zlib
Daniel Veillard39bcf942007-04-17 14:47:05 +00001897 (Michael Day), catalog patch for Win32 (Christian Ehrlicher),
1898 Windows CE fixes (Andreas Stricke)
1899 - Various CVS to SVN infrastructure changes
1900
1901
Daniel Veillardc8338f12006-10-25 16:06:29 +000019022.6.27: Oct 25 2006:
1903 - Portability fixes: file names on windows (Roland Schwingel,
1904 Emelyanov Alexey), windows compile fixup (Rob Richards),
1905 AIX iconv() is apparently case sensitive
1906 - improvements: Python XPath types mapping (Nic Ferrier), XPath optimization
1907 (Kasimier), add xmlXPathCompiledEvalToBoolean (Kasimier), Python node
1908 equality and comparison (Andreas Pakulat), xmlXPathCollectAndTest
1909 improvememt (Kasimier), expose if library was compiled with zlib
1910 support (Andrew Nosenko), cache for xmlSchemaIDCMatcher structs
1911 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
1912 Richards), export htmlNewParserCtxt needed by Michael Day, refactoring
1913 of catalog entity loaders (Michael Day), add XPointer support to
1914 python bindings (Ross Reedstrom, Brian West and Stefan Anca),
1915 try to sort out most file path to URI conversions and xmlPathToUri,
1916 add --html --memory case to xmllint
1917 - building fix: fix --with-minimum (Felipe Contreras), VMS fix,
1918 const'ification of HTML parser structures (Matthias Clasen),
1919 portability fix (Emelyanov Alexey), wget autodetection (Peter
1920 Breitenlohner), remove the build path recorded in the python
1921 shared module, separate library flags for shared and static builds
1922 (Mikhail Zabaluev), fix --with-minimum --with-sax1 builds, fix
1923 --with-minimum --with-schemas builds
1924 - bug fix: xmlGetNodePath fix (Kasimier), xmlDOMWrapAdoptNode and
1925 attribute (Kasimier), crash when using the recover mode,
1926 xmlXPathEvalExpr problem (Kasimier), xmlXPathCompExprAdd bug (Kasimier),
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001927 missing destroy in xmlFreeRMutex (Andrew Nosenko), XML Schemas fixes
Daniel Veillardc8338f12006-10-25 16:06:29 +00001928 (Kasimier), warning on entities processing, XHTML script and style
1929 serialization (Kasimier), python generator for long types, bug in
1930 xmlSchemaClearValidCtxt (Bertrand Fritsch), xmlSchemaXPathEvaluate
1931 allocation bug (Marton Illes), error message end of line (Rob Richards),
1932 fix attribute serialization in writer (Rob Richards), PHP4 DTD validation
Elliott Hughesecdab2a2022-02-23 14:33:50 -08001933 crash, parser safety patch (Ben Darnell), _private context propagation
Daniel Veillardc8338f12006-10-25 16:06:29 +00001934 when parsing entities (with Michael Day), fix entities behaviour when
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001935 using SAX, URI to file path fix (Mikhail Zabaluev), disappearing validity
Daniel Veillardc8338f12006-10-25 16:06:29 +00001936 context, arg error in SAX callback (Mike Hommey), fix mixed-content
1937 autodetect when using --noblanks, fix xmlIOParseDTD error handling,
1938 fix bug in xmlSplitQName on special Names, fix Relax-NG element content
1939 validation bug, fix xmlReconciliateNs bug, fix potential attribute
1940 XML parsing bug, fix line/column accounting in XML parser, chunking bug
1941 in the HTML parser on script, try to detect obviously buggy HTML
1942 meta encoding indications, bugs with encoding BOM and xmlSaveDoc,
1943 HTML entities in attributes parsing, HTML minimized attribute values,
1944 htmlReadDoc and htmlReadIO were broken, error handling bug in
1945 xmlXPathEvalExpression (Olaf Walkowiak), fix a problem in
1946 htmlCtxtUseOptions, xmlNewInputFromFile could leak (Marius Konitzer),
1947 bug on misformed SSD regexps (Christopher Boumenot)
1948
1949 - documentation: warning about XML_PARSE_COMPACT (Kasimier Buchcik),
1950 fix xmlXPathCastToString documentation, improve man pages for
1951 xmllitn and xmlcatalog (Daniel Leidert), fixed comments of a few
1952 functions
1953
1954
Daniel Veillardcc047b32006-06-18 17:20:33 +000019552.6.26: Jun 6 2006:
1956 - portability fixes: Python detection (Joseph Sacco), compilation
1957 error(William Brack and Graham Bennett), LynxOS patch (Olli Savia)
1958 - bug fixes: encoding buffer problem, mix of code and data in
1959 xmlIO.c(Kjartan Maraas), entities in XSD validation (Kasimier Buchcik),
1960 variousXSD validation fixes (Kasimier), memory leak in pattern (Rob
1961 Richards andKasimier), attribute with colon in name (Rob Richards), XPath
1962 leak inerror reporting (Aleksey Sanin), XInclude text include of
1963 selfdocument.
1964 - improvements: Xpath optimizations (Kasimier), XPath object
1965 cache(Kasimier)
1966
1967
19682.6.25: Jun 6 2006::
1969Do not use or package 2.6.25
Daniel Veillardb2f8f1d2006-04-28 16:30:48 +000019702.6.24: Apr 28 2006:
1971 - Portability fixes: configure on Windows, testapi compile on windows
1972 (Kasimier Buchcik, venkat naidu), Borland C++ 6 compile (Eric Zurcher),
1973 HP-UX compiler workaround (Rick Jones), xml2-config bugfix, gcc-4.1
1974 cleanups, Python detection scheme (Joseph Sacco), UTF-8 file paths on
1975 Windows (Roland Schwingel).
1976
1977 - Improvements: xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode (Kasimier
1978 Buchcik), XML catalog debugging (Rick Jones), update to Unicode 4.01.
1979 - Bug fixes: xmlParseChunk() problem in 2.6.23, xmlParseInNodeContext()
1980 on HTML docs, URI behaviour on Windows (Rob Richards), comment streaming
1981 bug, xmlParseComment (with William Brack), regexp bug fixes (DV &
1982 Youri Golovanov), xmlGetNodePath on text/CDATA (Kasimier),
1983 one Relax-NG interleave bug, xmllint --path and --valid,
1984 XSD bugfixes (Kasimier), remove debug
1985 left in Python bindings (Nic Ferrier), xmlCatalogAdd bug (Martin Cole),
1986 xmlSetProp fixes (Rob Richards), HTML IDness (Rob Richards), a large
1987 number of cleanups and small fixes based on Coverity reports, bug
1988 in character ranges, Unicode tables const (Aivars Kalvans), schemas
1989 fix (Stefan Kost), xmlRelaxNGParse error deallocation,
1990 xmlSchemaAddSchemaDoc error deallocation, error handling on unallowed
1991 code point, ixmllint --nonet to never reach the net (Gary Coady),
1992 line break in writer after end PI (Jason Viers).
1993 - Documentation: man pages updates and cleanups (Daniel Leidert).
1994 - New features: Relax NG structure error handlers.
1995
1996
Daniel Veillard67952602006-01-05 15:29:44 +000019972.6.23: Jan 5 2006:
1998 - portability fixes: Windows (Rob Richards), getaddrinfo on Windows
1999 (Kolja Nowak, Rob Richards), icc warnings (Kjartan Maraas),
2000 --with-minimum compilation fixes (William Brack), error case handling fix
2001 on Solaris (Albert Chin), don't use 'list' as parameter name reported by
2002 Samuel Diaz Garcia, more old Unices portability fixes (Albert Chin),
Daniel Veillard30e76072006-03-09 14:13:55 +00002003 MinGW compilation (Mark Junker), HP-UX compiler warnings (Rick
2004 Jones),
Daniel Veillard67952602006-01-05 15:29:44 +00002005 - code cleanup: xmlReportError (Adrian Mouat), remove xmlBufferClose
2006 (Geert Jansen), unreachable code (Oleksandr Kononenko), refactoring
2007 parsing code (Bjorn Reese)
2008 - bug fixes: xmlBuildRelativeURI and empty path (William Brack),
2009 combinatory explosion and performances in regexp code, leak in
2010 xmlTextReaderReadString(), xmlStringLenDecodeEntities problem (Massimo
2011 Morara), Identity Constraints bugs and a segfault (Kasimier Buchcik),
2012 XPath pattern based evaluation bugs (DV & Kasimier),
2013 xmlSchemaContentModelDump() memory leak (Kasimier), potential leak in
2014 xmlSchemaCheckCSelectorXPath(), xmlTextWriterVSprintf() misuse of
2015 vsnprintf (William Brack), XHTML serialization fix (Rob Richards), CRLF
2016 split problem (William), issues with non-namespaced attributes in
2017 xmlAddChild() xmlAddNextSibling() and xmlAddPrevSibling() (Rob Richards),
2018 HTML parsing of script, Python must not output to stdout (Nic Ferrier),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07002019 exclusive C14N namespace visibility (Aleksey Sanin), XSD datatype
Daniel Veillard67952602006-01-05 15:29:44 +00002020 totalDigits bug (Kasimier Buchcik), error handling when writing to an
2021 xmlBuffer (Rob Richards), runtest schemas error not reported (Hisashi
2022 Fujinaka), signed/unsigned problem in date/time code (Albert Chin), fix
2023 XSI driven XSD validation (Kasimier), parsing of xs:decimal (Kasimier),
2024 fix DTD writer output (Rob Richards), leak in xmlTextReaderReadInnerXml
2025 (Gary Coady), regexp bug affecting schemas (Kasimier), configuration of
2026 runtime debugging (Kasimier), xmlNodeBufGetContent bug on entity refs
2027 (Oleksandr Kononenko), xmlRegExecPushString2 bug (Sreeni Nair),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07002028 compilation and build fixes (Michael Day), removed dependencies on
Daniel Veillard67952602006-01-05 15:29:44 +00002029 xmlSchemaValidError (Kasimier), bug with <xml:foo/>, more XPath
2030 pattern based evaluation fixes (Kasimier)
2031 - improvements: XSD Schemas redefinitions/restrictions (Kasimier
2032 Buchcik), node copy checks and fix for attribute (Rob Richards), counted
2033 transition bug in regexps, ctxt->standalone = -2 to indicate no
2034 standalone attribute was found, add xmlSchemaSetParserStructuredErrors()
2035 (Kasimier Buchcik), add xmlTextReaderSchemaValidateCtxt() to API
2036 (Kasimier), handle gzipped HTTP resources (Gary Coady), add
Daniel Veillard30e76072006-03-09 14:13:55 +00002037 htmlDocDumpMemoryFormat. (Rob Richards),
Daniel Veillard67952602006-01-05 15:29:44 +00002038 - documentation: typo (Michael Day), libxml man page (Albert Chin), save
2039 function to XML buffer (Geert Jansen), small doc fix (Aron Stansvik),
Daniel Veillard67952602006-01-05 15:29:44 +00002040
2041
Daniel Veillard33b20b72005-09-12 21:43:20 +000020422.6.22: Sep 12 2005:
Daniel Veillard96bb7402009-10-06 18:38:15 +02002043 - build fixes: compile without schematron (Stéphane Bidoul)
Daniel Veillard33b20b72005-09-12 21:43:20 +00002044 - bug fixes: xmlDebugDumpNode on namespace node (Oleg Paraschenko)i,
Daniel Veillard67952602006-01-05 15:29:44 +00002045 CDATA push parser bug, xmlElemDump problem with XHTML1 doc,
2046 XML_FEATURE_xxx clash with expat headers renamed XML_WITH_xxx, fix some
2047 output formatting for meta element (Rob Richards), script and style
2048 XHTML1 serialization (David Madore), Attribute derivation fixups in XSD
2049 (Kasimier Buchcik), better IDC error reports (Kasimier Buchcik)
2050 - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add
2051 XML_SAVE_NO_XHTML xmlSaveOption, XML Schemas improvements preparing for
2052 derive (Kasimier Buchcik).
Daniel Veillard33b20b72005-09-12 21:43:20 +00002053 - documentation: generation of gtk-doc like docs, integration with
Daniel Veillard67952602006-01-05 15:29:44 +00002054 devhelp.
Daniel Veillard33b20b72005-09-12 21:43:20 +00002055
2056
Daniel Veillard0bcc7f62005-09-04 21:39:03 +000020572.6.21: Sep 4 2005:
2058 - build fixes: Cygwin portability fixes (Gerrit P. Haase), calling
Daniel Veillard67952602006-01-05 15:29:44 +00002059 convention problems on Windows (Marcus Boerger), cleanups based on Linus'
2060 sparse tool, update of win32/configure.js (Rob Richards), remove warnings
2061 on Windows(Marcus Boerger), compilation without SAX1, detection of the
2062 Python binary, use $GCC inestad of $CC = 'gcc' (Andrew W. Nosenko),
2063 compilation/link with threads and old gcc, compile problem by C370 on
2064 Z/OS,
Daniel Veillard0bcc7f62005-09-04 21:39:03 +00002065 - bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8
Daniel Veillard67952602006-01-05 15:29:44 +00002066 bug (Jiri Netolicky), XPath NaN compare bug (William Brack),
2067 htmlParseScript potential bug, Schemas regexp handling of spaces, Base64
2068 Schemas comparisons NIST passes, automata build error xsd:all,
2069 xmlGetNodePath for namespaced attributes (Alexander Pohoyda), xmlSchemas
2070 foreign namespaces handling, XML Schemas facet comparison (Kupriyanov
2071 Anatolij), xmlSchemaPSimpleTypeErr error report (Kasimier Buchcik), xml:
2072 namespace ahndling in Schemas (Kasimier), empty model group in Schemas
Haibo Huangcfd91dc2020-07-30 23:01:33 -07002073 (Kasimier), wildcard in Schemas (Kasimier), URI composition (William),
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002074 xs:anyType in Schemas (Kasimier), Python resolver emitting error
Daniel Veillard67952602006-01-05 15:29:44 +00002075 messages directly, Python xmlAttr.parent (Jakub Piotr Clapa), trying to
2076 fix the file path/URI conversion, xmlTextReaderGetAttribute fix (Rob
2077 Richards), xmlSchemaFreeAnnot memleak (Kasimier), HTML UTF-8
2078 serialization, streaming XPath, Schemas determinism detection problem,
2079 XInclude bug, Schemas context type (Dean Hill), validation fix (Derek
2080 Poon), xmlTextReaderGetAttribute[Ns] namespaces (Rob Richards), Schemas
2081 type fix (Kuba Nowakowski), UTF-8 parser bug, error in encoding handling,
2082 xmlGetLineNo fixes, bug on entities handling, entity name extraction in
2083 error handling with XInclude, text nodes in HTML body tags (Gary Coady),
2084 xml:id and IDness at the treee level fixes, XPath streaming patterns
2085 bugs.
Daniel Veillard0bcc7f62005-09-04 21:39:03 +00002086 - improvements: structured interfaces for schemas and RNG error reports
Daniel Veillard67952602006-01-05 15:29:44 +00002087 (Marcus Boerger), optimization of the char data inner loop parsing
2088 (thanks to Behdad Esfahbod for the idea), schematron validation though
2089 not finished yet, xmlSaveOption to omit XML declaration, keyref match
2090 error reports (Kasimier), formal expression handling code not plugged
2091 yet, more lax mode for the HTML parser, parser XML_PARSE_COMPACT option
2092 for text nodes allocation.
Daniel Veillard0bcc7f62005-09-04 21:39:03 +00002093 - documentation: xmllint man page had --nonet duplicated
2094
2095
Daniel Veillard78dfc9f2005-07-10 22:30:30 +000020962.6.20: Jul 10 2005:
Daniel Veillard67952602006-01-05 15:29:44 +00002097 - build fixes: Windows build (Rob Richards), Mingw compilation (Igor
2098 Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and
2099 andriy@google.com), use gcc weak references to pthread to avoid the
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002100 pthread dependency on Linux, compilation problem (Steve Nairn), compiling
Daniel Veillard67952602006-01-05 15:29:44 +00002101 of subset (Morten Welinder), IPv6/ss_family compilation (William Brack),
2102 compilation when disabling parts of the library, standalone test
2103 distribution.
2104 - bug fixes: bug in lang(), memory cleanup on errors (William Brack),
2105 HTTP query strings (Aron Stansvik), memory leak in DTD (William), integer
2106 overflow in XPath (William), nanoftp buffer size, pattern "." apth fixup
2107 (Kasimier), leak in tree reported by Malcolm Rowe, replaceNode patch
2108 (Brent Hendricks), CDATA with NULL content (Mark Vakoc), xml:base fixup
2109 on XInclude (William), pattern fixes (William), attribute bug in
2110 exclusive c14n (Aleksey Sanin), xml:space and xml:lang with SAX2 (Rob
2111 Richards), namespace trouble in complex parsing (Malcolm Rowe), XSD type
2112 QNames fixes (Kasimier), XPath streaming fixups (William), RelaxNG bug
2113 (Rob Richards), Schemas for Schemas fixes (Kasimier), removal of ID (Rob
2114 Richards), a small RelaxNG leak, HTML parsing in push mode bug (James
2115 Bursa), failure to detect UTF-8 parsing bugs in CDATA sections,
2116 areBlanks() heuristic failure, duplicate attributes in DTD bug
2117 (William).
2118 - improvements: lot of work on Schemas by Kasimier Buchcik both on
2119 conformance and streaming, Schemas validation messages (Kasimier Buchcik,
2120 Matthew Burgess), namespace removal at the python level (Brent
2121 Hendricks), Update to new Schemas regression tests from W3C/Nist
2122 (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation of
2123 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert),
2124 standalone test framework and programs, new DOM import APIs
2125 xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
2126 xmlDOMWrapRemoveNode(), extension of xmllint capabilities for SAX and
2127 Schemas regression tests, xmlStopParser() available in pull mode too,
2128 ienhancement to xmllint --shell namespaces support, Windows port of the
2129 standalone testing tools (Kasimier and William),
2130 xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug() SAX
2131 Schemas APIs, Schemas xmlReader support.
Daniel Veillard78dfc9f2005-07-10 22:30:30 +00002132
2133
Daniel Veillardf3598452005-04-05 11:10:45 +000021342.6.19: Apr 02 2005:
Daniel Veillard67952602006-01-05 15:29:44 +00002135 - build fixes: drop .la from RPMs, --with-minimum build fix (William
2136 Brack), use XML_SOCKLEN_T instead of SOCKLEN_T because it breaks with AIX
2137 5.3 compiler, fixed elfgcchack.h generation and PLT reduction code on
2138 Linux/ELF/gcc4
2139 - bug fixes: schemas type decimal fixups (William Brack), xmmlint return
2140 code (Gerry Murphy), small schemas fixes (Matthew Burgess and GUY
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002141 Fabrice), workaround "DAV:" namespace brokenness in c14n (Aleksey Sanin),
Daniel Veillard67952602006-01-05 15:29:44 +00002142 segfault in Schemas (Kasimier Buchcik), Schemas attribute validation
2143 (Kasimier), Prop related functions and xmlNewNodeEatName (Rob Richards),
2144 HTML serialization of name attribute on a elements, Python error handlers
2145 leaks and improvement (Brent Hendricks), uninitialized variable in
2146 encoding code, Relax-NG validation bug, potential crash if
2147 gnorableWhitespace is NULL, xmlSAXParseDoc and xmlParseDoc signatures,
2148 switched back to assuming UTF-8 in case no encoding is given at
2149 serialization time
2150 - improvements: lot of work on Schemas by Kasimier Buchcik on facets
2151 checking and also mixed handling.
Daniel Veillardf3598452005-04-05 11:10:45 +00002152 -
2153
2154
Daniel Veillard57c000e2005-03-13 18:34:29 +000021552.6.18: Mar 13 2005:
Daniel Veillard67952602006-01-05 15:29:44 +00002156 - build fixes: warnings (Peter Breitenlohner), testapi.c generation,
2157 Bakefile support (Francesco Montorsi), Windows compilation (Joel Reed),
2158 some gcc4 fixes, HP-UX portability fixes (Rick Jones).
2159 - bug fixes: xmlSchemaElementDump namespace (Kasimier Buchcik), push and
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002160 xmlreader stopping on non-fatal errors, thread support for dictionaries
Daniel Veillard67952602006-01-05 15:29:44 +00002161 reference counting (Gary Coady), internal subset and push problem, URL
2162 saved in xmlCopyDoc, various schemas bug fixes (Kasimier), Python paths
2163 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix
2164 (Mike Hommey), warning should not count as error (William Brack),
2165 xmlCreatePushParser empty chunk, XInclude parser flags (William), cleanup
2166 FTP and HTTP code to reuse the uri parsing and IPv6 (William),
2167 xmlTextWriterStartAttributeNS fix (Rob Richards), XMLLINT_INDENT being
2168 empty (William), xmlWriter bugs (Rob Richards), multithreading on Windows
2169 (Rich Salz), xmlSearchNsByHref fix (Kasimier), Python binding leak (Brent
2170 Hendricks), aliasing bug exposed by gcc4 on s390, xmlTextReaderNext bug
2171 (Rob Richards), Schemas decimal type fixes (William Brack),
2172 xmlByteConsumed static buffer (Ben Maurer).
Jan Pokornýbb654fe2016-04-13 16:56:07 +02002173 - improvement: speedup parsing comments and DTDs, dictionary support for
Daniel Veillard67952602006-01-05 15:29:44 +00002174 hash tables, Schemas Identity constraints (Kasimier), streaming XPath
2175 subset, xmlTextReaderReadString added (Bjorn Reese), Schemas canonical
2176 values handling (Kasimier), add xmlTextReaderByteConsumed (Aron
2177 Stansvik),
2178 - Documentation: Wiki support (Joel Reed)
Daniel Veillard57c000e2005-03-13 18:34:29 +00002179
2180
Daniel Veillard298d9642005-01-16 20:01:55 +000021812.6.17: Jan 16 2005:
Daniel Veillard67952602006-01-05 15:29:44 +00002182 - build fixes: Windows, warnings removal (William Brack),
2183 maintainer-clean dependency(William), build in a different directory
2184 (William), fixing --with-minimum configure build (William), BeOS build
2185 (Marcin Konicki), Python-2.4 detection (William), compilation on AIX (Dan
2186 McNichol)
Daniel Veillard298d9642005-01-16 20:01:55 +00002187 - bug fixes: xmlTextReaderHasAttributes (Rob Richards), xmlCtxtReadFile()
Daniel Veillard67952602006-01-05 15:29:44 +00002188 to use the catalog(s), loop on output (William Brack), XPath memory leak,
2189 ID deallocation problem (Steve Shepard), debugDumpNode crash (William),
2190 warning not using error callback (William), xmlStopParser bug (William),
2191 UTF-16 with BOM on DTDs (William), namespace bug on empty elements in
2192 push mode (Rob Richards), line and col computations fixups (Aleksey
2193 Sanin), xmlURIEscape fix (William), xmlXPathErr on bad range (William),
2194 patterns with too many steps, bug in RNG choice optimization, line number
2195 sometimes missing.
2196 - improvements: XSD Schemas (Kasimier Buchcik), python generator
2197 (William), xmlUTF8Strpos speedup (William), unicode Python strings
2198 (William), XSD error reports (Kasimier Buchcik), Python __str__ call
2199 serialize().
2200 - new APIs: added xmlDictExists(), GetLineNumber and GetColumnNumber for
2201 the xmlReader (Aleksey Sanin), Dynamic Shared Libraries APIs (mostly Joel
2202 Reed), error extraction API from regexps, new XMLSave option for format
2203 (Phil Shafer)
2204 - documentation: site improvement (John Fleck), FAQ entries
2205 (William).
Daniel Veillard298d9642005-01-16 20:01:55 +00002206
2207
Daniel Veillardc3d7cb42004-11-10 14:34:45 +000022082.6.16: Nov 10 2004:
2209 - general hardening and bug fixing crossing all the API based on new
2210 automated regression testing
2211 - build fix: IPv6 build and test on AIX (Dodji Seketeli)
2212 - bug fixes: problem with XML::Libxml reported by Petr Pajas, encoding
2213 conversion functions return values, UTF-8 bug affecting XPath reported by
2214 Markus Bertheau, catalog problem with NULL entries (William Brack)
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002215 - documentation: fix to xmllint man page, some API function description
Daniel Veillardc3d7cb42004-11-10 14:34:45 +00002216 were updated.
2217 - improvements: DTD validation APIs provided at the Python level (Brent
Daniel Veillard67952602006-01-05 15:29:44 +00002218 Hendricks)
Daniel Veillardc3d7cb42004-11-10 14:34:45 +00002219
2220
Daniel Veillardeff45a92004-10-29 12:10:55 +000022212.6.15: Oct 27 2004:
2222 - security fixes on the nanoftp and nanohttp modules
Daniel Veillard6927b102004-10-27 17:29:04 +00002223 - build fixes: xmllint detection bug in configure, building outside the
2224 source tree (Thomas Fitzsimmons)
2225 - bug fixes: HTML parser on broken ASCII chars in names (William), Python
2226 paths (Malcolm Tredinnick), xmlHasNsProp and default namespace (William),
2227 saving to python file objects (Malcolm Tredinnick), DTD lookup fix
2228 (Malcolm), save back <group> in catalogs (William), tree build
2229 fixes (DV and Rob Richards), Schemas memory bug, structured error handler
2230 on Python 64bits, thread local memory deallocation, memory leak reported
2231 by Volker Roth, xmlValidateDtd in the presence of an internal subset,
2232 entities and _private problem (William), xmlBuildRelativeURI error
2233 (William).
2234 - improvements: better XInclude error reports (William), tree debugging
2235 module and tests, convenience functions at the Reader API (Graham
2236 Bennett), add support for PI in the HTML parser.
2237
2238
Daniel Veillard22cdb842004-10-04 14:09:17 +000022392.6.14: Sep 29 2004:
2240 - build fixes: configure paths for xmllint and xsltproc, compilation
2241 without HTML parser, compilation warning cleanups (William Brack &
Daniel Veillard6927b102004-10-27 17:29:04 +00002242 Malcolm Tredinnick), VMS makefile update (Craig Berry),
Daniel Veillard22cdb842004-10-04 14:09:17 +00002243 - bug fixes: xmlGetUTF8Char (William Brack), QName properties (Kasimier
2244 Buchcik), XInclude testing, Notation serialization, UTF8ToISO8859x
2245 transcoding (Mark Itzcovitz), lots of XML Schemas cleanup and fixes
2246 (Kasimier), ChangeLog cleanup (Stepan Kasal), memory fixes (Mark Vakoc),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07002247 handling of failed realloc(), out of bound array addressing in Schemas
Daniel Veillard22cdb842004-10-04 14:09:17 +00002248 date handling, Python space/tabs cleanups (Malcolm Tredinnick), NMTOKENS
Daniel Veillard6927b102004-10-27 17:29:04 +00002249 E20 validation fix (Malcolm),
Daniel Veillard22cdb842004-10-04 14:09:17 +00002250 - improvements: added W3C XML Schemas testsuite (Kasimier Buchcik), add
2251 xmlSchemaValidateOneElement (Kasimier), Python exception hierearchy
2252 (Malcolm Tredinnick), Python libxml2 driver improvement (Malcolm
2253 Tredinnick), Schemas support for xsi:schemaLocation,
2254 xsi:noNamespaceSchemaLocation, xsi:type (Kasimier Buchcik)
2255
2256
Daniel Veillardd1de4a32004-08-31 13:43:07 +000022572.6.13: Aug 31 2004:
2258 - build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc,
Daniel Veillard22cdb842004-10-04 14:09:17 +00002259 Solaris compiler warning, fixing RPM BuildRequires,
Daniel Veillardd1de4a32004-08-31 13:43:07 +00002260 - fixes: DTD loading on Windows (Igor), Schemas error reports APIs
2261 (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack
2262 and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace
2263 problem (William), Schemas hexbinary empty values, encoding error could
Haibo Huangcfd91dc2020-07-30 23:01:33 -07002264 generate a serialization loop.
Daniel Veillardd1de4a32004-08-31 13:43:07 +00002265 - Improvements: Schemas validity improvements (Kasimier), added --path
2266 and --load-trace options to xmllint
2267 - documentation: tutorial update (John Fleck)
2268
2269
Daniel Veillardb331fff2004-08-22 14:21:57 +000022702.6.12: Aug 22 2004:
2271 - build fixes: fix --with-minimum, elfgcchack.h fixes (Peter
2272 Breitenlohner), perl path lookup (William), diff on Solaris (Albert
2273 Chin), some 64bits cleanups.
2274 - Python: avoid a warning with 2.3 (William Brack), tab and space mixes
2275 (William), wrapper generator fixes (William), Cygwin support (Gerrit P.
2276 Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support
2277 (Torkel Lyng)
2278 - Schemas: a lot of bug fixes and improvements from Kasimier Buchcik
2279 - fixes: RVT fixes (William), XPath context resets bug (William), memory
2280 debug (Steve Hay), catalog white space handling (Peter Breitenlohner),
2281 xmlReader state after attribute reading (William), structured error
2282 handler (William), XInclude generated xml:base fixup (William), Windows
2283 memory reallocation problem (Steve Hay), Out of Memory conditions
2284 handling (William and Olivier Andrieu), htmlNewDoc() charset bug,
2285 htmlReadMemory init (William), a posteriori validation DTD base
2286 (William), notations serialization missing, xmlGetNodePath (Dodji),
2287 xmlCheckUTF8 (Diego Tartara), missing line numbers on entity
2288 (William)
2289 - improvements: DocBook catalog build scrip (William), xmlcatalog tool
2290 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
2291 xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude
2292 to not generate start/end nodes, extend xmllint --version to include CVS
2293 tag (William)
2294 - documentation: web pages fixes, validity API docs fixes (William)
2295 schemas API fix (Eric Haszlakiewicz), xmllint man page (John Fleck)
2296
2297
Daniel Veillard45cb0f42004-07-05 17:45:35 +000022982.6.11: July 5 2004:
2299 - Schemas: a lot of changes and improvements by Kasimier Buchcik for
2300 attributes, namespaces and simple types.
2301 - build fixes: --with-minimum (William Brack), some gcc cleanup
2302 (William), --with-thread-alloc (William)
2303 - portability: Windows binary package change (Igor Zlatkovic), Catalog
2304 path on Windows
2305 - documentation: update to the tutorial (John Fleck), xmllint return code
Daniel Veillardb331fff2004-08-22 14:21:57 +00002306 (John Fleck), man pages (Ville Skytta),
Daniel Veillard45cb0f42004-07-05 17:45:35 +00002307 - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
2308 properly initialize the library (William), empty node set in XPath
2309 (William), xmlSchemas errors (William), invalid charref problem pointed
2310 by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
Daniel Veillardb331fff2004-08-22 14:21:57 +00002311 with div processing (William), XPointer and xml:base problem(William),
Daniel Veillard45cb0f42004-07-05 17:45:35 +00002312 Reader and entities, xmllint return code for schemas (William), reader
2313 streaming problem (Steve Ball), DTD serialization problem (William),
2314 libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
2315 Python classes, xmlReader buffer bug, Python bindings memory interfaces
Daniel Veillard96bb7402009-10-06 18:38:15 +02002316 improvement (with Stéphane Bidoul), Fixed the push parser to be back to
Daniel Veillard45cb0f42004-07-05 17:45:35 +00002317 synchronous behaviour.
2318 - improvement: custom per-thread I/O enhancement (Rob Richards), register
2319 namespace in debug shell (Stefano Debenedetti), Python based regression
2320 test for non-Unix users (William), dynamically increase the number of
2321 XPath extension functions in Python and fix a memory leak (Marc-Antoine
2322 Parent and William)
2323 - performance: hack done with Arjan van de Ven to reduce ELF footprint
2324 and generated code on Linux, plus use gcc runtime profiling to optimize
2325 the code generated in the RPM packages.
2326
2327
Daniel Veillard81205012004-05-18 03:06:41 +000023282.6.10: May 17 2004:
2329 - Web page generated for ChangeLog
2330 - build fixes: --without-html problems, make check without make all
2331 - portability: problem with xpath.c on Windows (MSC and Borland), memcmp
2332 vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not
2333 use "list" as parameter name, make tests work with Python 1.5 (Ed
2334 Davis),
2335 - improvements: made xmlTextReaderMode public, small buffers resizing
2336 (Morten Welinder), add --maxmem option to xmllint, add
2337 xmlPopInputCallback() for Matt Sergeant, refactoring of serialization
Daniel Veillard45cb0f42004-07-05 17:45:35 +00002338 escaping, added escaping customization
Daniel Veillard81205012004-05-18 03:06:41 +00002339 - bugfixes: xsd:extension (Taihei Goi), assorted regexp bugs (William
2340 Brack), xmlReader end of stream problem, node deregistration with reader,
2341 URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer), regexp
2342 transition reduction (William), various XSD Schemas fixes (Kasimier
2343 Buchcik), XInclude fallback problem (William), weird problems with DTD
2344 (William), structured error handler callback context (William), reverse
2345 xmlEncodeSpecialChars() behaviour back to escaping '"'
2346
2347
Daniel Veillardeca726d2004-04-18 21:47:34 +000023482.6.9: Apr 18 2004:
2349 - implement xml:id Working Draft, relaxed XPath id() checking
2350 - bugfixes: xmlCtxtReset (Brent Hendricks), line number and CDATA (Dave
2351 Beckett), Relax-NG compilation (William Brack), Regexp patches (with
2352 William), xmlUriEscape (Mark Vakoc), a Relax-NG notAllowed problem (with
2353 William), Relax-NG name classes compares (William), XInclude duplicate
2354 fallback (William), external DTD encoding detection (William), a DTD
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002355 validation bug (William), xmlReader Close() fix, recursive extension
Daniel Veillardeca726d2004-04-18 21:47:34 +00002356 schemas
2357 - improvements: use xmlRead* APIs in test tools (Mark Vakoc), indenting
2358 save optimization, better handle IIS broken HTTP redirect behaviour (Ian
2359 Hummel), HTML parser frameset (James Bursa), libxml2-python RPM
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002360 dependency, XML Schemas union support (Kasimier Buchcik), warning removal
Daniel Veillardeca726d2004-04-18 21:47:34 +00002361 clanup (William), keep ChangeLog compressed when installing from RPMs
2362 - documentation: examples and xmlDocDumpMemory docs (John Fleck), new
Daniel Veillardaecc0dc2004-05-08 02:32:07 +00002363 example (load, xpath, modify, save), xmlCatalogDump() comments,
Daniel Veillardeca726d2004-04-18 21:47:34 +00002364 - Windows: Borland C++ builder (Eric Zurcher), work around Microsoft
2365 compiler NaN handling bug (Mark Vakoc)
2366
2367
Daniel Veillard252004d2004-03-23 12:32:32 +000023682.6.8: Mar 23 2004:
2369 - First step of the cleanup of the serialization code and APIs
2370 - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam
2371 Dickmeiss), anyURI for "" (John Belmonte)
2372 - Python: Canonicalization C14N support added (Anthony Carrico)
2373 - xmlDocCopyNode() extension (William)
2374 - Relax-NG: fix when processing XInclude results (William), external
2375 reference in interleave (William), missing error on <choice>
2376 failure (William), memory leak in schemas datatype facets.
2377 - xmlWriter: patch for better DTD support (Alfred Mickautsch)
2378 - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William
2379 Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to
2380 URI on SYSTEM lookup failure, XInclude parse flags inheritance (William),
2381 XInclude and XPointer fixes for entities (William), XML parser bug
2382 reported by Holger Rauch, nanohttp fd leak (William), regexps char
Jan Pokornýbb654fe2016-04-13 16:56:07 +02002383 groups '-' handling (William), dictionary reference counting problems,
Daniel Veillard80c00922004-04-09 09:57:23 +00002384 do not close stderr.
Daniel Veillard252004d2004-03-23 12:32:32 +00002385 - performance patches from Petr Pajas
2386 - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey)
2387 - compilation and portability fixes: --without-valid, catalog cleanups
2388 (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation
2389 to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino
2390 Vidal), Windows build (Eric Zurcher)
2391
2392
Daniel Veillard92914492004-02-23 16:33:21 +000023932.6.7: Feb 23 2004:
2394 - documentation: tutorial updates (John Fleck), benchmark results
2395 - xmlWriter: updates and fixes (Alfred Mickautsch, Lucas Brasilino)
2396 - XPath optimization (Petr Pajas)
2397 - DTD ID handling optimization
2398 - bugfixes: xpath number with > 19 fractional (William Brack), push
2399 mode with unescaped '>' characters, fix xmllint --stream --timing, fix
2400 xmllint --memory --stream memory usage, xmlAttrSerializeTxtContent
2401 handling NULL, trying to fix Relax-NG/Perl interface.
2402 - python: 2.3 compatibility, whitespace fixes (Malcolm Tredinnick)
2403 - Added relaxng option to xmllint --shell
2404
2405
Daniel Veillard5c9547e2004-02-12 15:31:49 +000024062.6.6: Feb 12 2004:
2407 - nanohttp and nanoftp: buffer overflow error on URI parsing (Igor and
2408 William) reported by Yuuichi Teranishi
2409 - bugfixes: make test and path issues, xmlWriter attribute serialization
2410 (William Brack), xmlWriter indentation (William), schemas validation
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002411 (Eric Haszlakiewicz), XInclude dictionaries issues (William and Oleg
Daniel Veillard5c9547e2004-02-12 15:31:49 +00002412 Paraschenko), XInclude empty fallback (William), HTML warnings (William),
2413 XPointer in XInclude (William), Python namespace serialization,
2414 isolat1ToUTF8 bound error (Alfred Mickautsch), output of parameter
2415 entities in internal subset (William), internal subset bug in push mode,
2416 <xs:all> fix (Alexey Sarytchev)
2417 - Build: fix for automake-1.8 (Alexander Winston), warnings removal
2418 (Philip Ludlam), SOCKLEN_T detection fixes (Daniel Richard), fix
2419 --with-minimum configuration.
2420 - XInclude: allow the 2001 namespace without warning.
2421 - Documentation: missing example/index.html (John Fleck), version
Haibo Huangcfd91dc2020-07-30 23:01:33 -07002422 dependencies (John Fleck)
Daniel Veillard5c9547e2004-02-12 15:31:49 +00002423 - reader API: structured error reporting (Steve Ball)
2424 - Windows compilation: mingw, msys (Mikhail Grushinskiy), function
2425 prototype (Cameron Johnson), MSVC6 compiler warnings, _WINSOCKAPI_
2426 patch
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002427 - Parsers: added xmlByteConsumed(ctxt) API to get the byte offset in
Daniel Veillard5c9547e2004-02-12 15:31:49 +00002428 input.
2429
2430
Daniel Veillard189f46b2004-01-25 21:03:04 +000024312.6.5: Jan 25 2004:
Elliott Hughesecdab2a2022-02-23 14:33:50 -08002432 - Bugfixes: dictionaries for schemas (William Brack), regexp segfault
Daniel Veillard189f46b2004-01-25 21:03:04 +00002433 (William), xs:all problem (William), a number of XPointer bugfixes
2434 (William), xmllint error go to stderr, DTD validation problem with
2435 namespace, memory leak (William), SAX1 cleanup and minimal options fixes
2436 (Mark Vadoc), parser context reset on error (Shaun McCance), XPath union
2437 evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin),
2438 XML Schemas double free (Steve Ball), XInclude with no href, argument
2439 callbacks order for XPath callbacks (Frederic Peters)
2440 - Documentation: python scripts (William Brack), xslt stylesheets (John
2441 Fleck), doc (Sven Zimmerman), I/O example.
Daniel Veillard96bb7402009-10-06 18:38:15 +02002442 - Python bindings: fixes (William), enum support (Stéphane Bidoul),
2443 structured error reporting (Stéphane Bidoul)
Jan Pokornýbb654fe2016-04-13 16:56:07 +02002444 - XInclude: various fixes for conformance, problem related to dictionary
Daniel Veillard189f46b2004-01-25 21:03:04 +00002445 references (William & me), recursion (William)
2446 - xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred
Daniel Veillard5c9547e2004-02-12 15:31:49 +00002447 Mickautsch),
Daniel Veillard189f46b2004-01-25 21:03:04 +00002448 - xmlSchemas: normalizedString datatype (John Belmonte)
2449 - code cleanup for strings functions (William)
2450 - Windows: compiler patches (Mark Vakoc)
Jan Pokornýbb654fe2016-04-13 16:56:07 +02002451 - Parser optimizations, a few new XPath and dictionary APIs for future
Daniel Veillard189f46b2004-01-25 21:03:04 +00002452 XSLT optimizations.
2453
2454
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000024552.6.4: Dec 24 2003:
2456 - Windows build fixes (Igor Zlatkovic)
Daniel Veillard189f46b2004-01-25 21:03:04 +00002457 - Some serious XInclude problems reported by Oleg Paraschenko and
2458 - Unix and Makefile packaging fixes (me, William Brack,
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00002459 - Documentation improvements (John Fleck, William Brack), example fix
2460 (Lucas Brasilino)
2461 - bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of
2462 NULL strings (William Brack) , API building reader or parser from
2463 filedescriptor should not close it, changed XPath sorting to be stable
2464 again (William Brack), xmlGetNodePath() generating '(null)' (William
2465 Brack), DTD validation and namespace bug (William Brack), XML Schemas
2466 double inclusion behaviour
2467
2468
Daniel Veillardc480c4e2003-12-10 13:24:38 +000024692.6.3: Dec 10 2003:
2470 - documentation updates and cleanup (DV, William Brack, John Fleck)
2471 - added a repository of examples, examples from Aleksey Sanin, Dodji
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00002472 Seketeli, Alfred Mickautsch
Daniel Veillardc480c4e2003-12-10 13:24:38 +00002473 - Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw
2474 (Kenneth Haley)
2475 - Unicode range checking (William Brack)
2476 - code cleanup (William Brack)
2477 - Python bindings: doc (John Fleck), bug fixes
2478 - UTF-16 cleanup and BOM issues (William Brack)
2479 - bug fixes: ID and xmlReader validation, XPath (William Brack),
2480 xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser
2481 (James Bursa), attribute defaulting and validation, some serialization
2482 cleanups, XML_GET_LINE macro, memory debug when using threads (William
2483 Brack), serialization of attributes and entities content, xmlWriter
2484 (Daniel Schulman)
2485 - XInclude bugfix, new APIs and update to the last version including the
2486 namespace change.
2487 - XML Schemas improvements: include (Robert Stepanek), import and
2488 namespace handling, fixed the regression tests troubles, added examples
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00002489 based on Eric van der Vlist book, regexp fixes
Daniel Veillardc480c4e2003-12-10 13:24:38 +00002490 - preliminary pattern support for streaming (needed for schemas
2491 constraints), added xmlTextReaderPreservePattern() to collect subdocument
2492 when streaming.
2493 - various fixes in the structured error handling
2494
2495
Daniel Veillard6d373a22003-11-04 10:26:43 +000024962.6.2: Nov 4 2003:
2497 - XPath context unregistration fixes
2498 - text node coalescing fixes (Mark Lilback)
2499 - API to screate a W3C Schemas from an existing document (Steve Ball)
2500 - BeOS patches (Marcin 'Shard' Konicki)
2501 - xmlStrVPrintf function added (Aleksey Sanin)
2502 - compilation fixes (Mark Vakoc)
2503 - stdin parsing fix (William Brack)
2504 - a posteriori DTD validation fixes
Daniel Veillardc480c4e2003-12-10 13:24:38 +00002505 - xmlReader bug fixes: Walker fixes, python bindings
Daniel Veillard6d373a22003-11-04 10:26:43 +00002506 - fixed xmlStopParser() to really stop the parser and errors
2507 - always generate line numbers when using the new xmlReadxxx
2508 functions
2509 - added XInclude support to the xmlReader interface
2510 - implemented XML_PARSE_NONET parser option
2511 - DocBook XSLT processing bug fixed
2512 - HTML serialization for <p> elements (William Brack and me)
2513 - XPointer failure in XInclude are now handled as resource errors
2514 - fixed xmllint --html to use the HTML serializer on output (added
2515 --xmlout to implement the previous behaviour of saving it using the XML
2516 serializer)
2517
2518
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +000025192.6.1: Oct 28 2003:
2520 - Mostly bugfixes after the big 2.6.0 changes
2521 - Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup
2522 (William Brack)
2523 - Windows compilation patches (Joachim Bauch, Stephane Bidoul, Igor
2524 Zlatkovic)
2525 - xmlWriter bugfix (Alfred Mickautsch)
2526 - chvalid.[ch]: couple of fixes from Stephane Bidoul
Daniel Veillard6d373a22003-11-04 10:26:43 +00002527 - context reset: error state reset, push parser reset (Graham
2528 Bennett)
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00002529 - context reuse: generate errors if file is not readable
2530 - defaulted attributes for element coming from internal entities
2531 (Stephane Bidoul)
2532 - Python: tab and spaces mix (William Brack)
2533 - Error handler could crash in DTD validation in 2.6.0
2534 - xmlReader: do not use the document or element _private field
2535 - testSAX.c: avoid a problem with some PIs (Massimo Morara)
2536 - general bug fixes: mandatory encoding in text decl, serializing
2537 Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik),
2538 XPath errors not reported, slow HTML parsing of large documents.
2539
2540
Daniel Veillard3e35f8e2003-10-21 00:05:38 +000025412.6.0: Oct 20 2003:
2542 - Major revision release: should be API and ABI compatible but got a lot
2543 of change
2544 - Increased the library modularity, far more options can be stripped out,
2545 a --with-minimum configuration will weight around 160KBytes
Jan Pokornýbb654fe2016-04-13 16:56:07 +02002546 - Use per parser and per document dictionary, allocate names and small
2547 text nodes from the dictionary
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002548 - Switch to a SAX2 like parser rewrote most of the XML parser core,
2549 provides namespace resolution and defaulted attributes, minimize memory
2550 allocations and copies, namespace checking and specific error handling,
2551 immutable buffers, make predefined entities static structures, etc...
2552 - rewrote all the error handling in the library, all errors can be
2553 intercepted at a structured level, with precise information
2554 available.
2555 - New simpler and more generic XML and HTML parser APIs, allowing to
Haibo Huangcfd91dc2020-07-30 23:01:33 -07002556 easily modify the parsing options and reuse parser context for multiple
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002557 consecutive documents.
2558 - Similar new APIs for the xmlReader, for options and reuse, provided new
2559 functions to access content as const strings, use them for Python
2560 bindings
2561 - a lot of other smaller API improvements: xmlStrPrintf (Aleksey Sanin),
2562 Walker i.e. reader on a document tree based on Alfred Mickautsch code,
2563 make room in nodes for line numbers, reference counting and future PSVI
2564 extensions, generation of character ranges to be checked with faster
2565 algorithm (William), xmlParserMaxDepth (Crutcher Dunnavant), buffer
2566 access
2567 - New xmlWriter API provided by Alfred Mickautsch
2568 - Schemas: base64 support by Anthony Carrico
2569 - Parser<->HTTP integration fix, proper processing of the Mime-Type
William M. Brack7a12e572007-02-16 17:11:09 +00002570 and charset information if available.
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002571 - Relax-NG: bug fixes including the one reported by Martijn Faassen and
2572 zeroOrMore, better error reporting.
Daniel Veillard96bb7402009-10-06 18:38:15 +02002573 - Python bindings (Stéphane Bidoul), never use stdout for errors
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002574 output
2575 - Portability: all the headers have macros for export and calling
2576 convention definitions (Igor Zlatkovic), VMS update (Craig A. Berry),
2577 Windows: threads (Jesse Pelton), Borland compiler (Eric Zurcher, Igor),
2578 Mingw (Igor), typos (Mark Vakoc), beta version (Stephane Bidoul),
2579 warning cleanups on AIX and MIPS compilers (William Brack), BeOS (Marcin
2580 'Shard' Konicki)
2581 - Documentation fixes and README (William Brack), search fix (William),
2582 tutorial updates (John Fleck), namespace docs (Stefan Kost)
2583 - Bug fixes: xmlCleanupParser (Dave Beckett), threading uninitialized
2584 mutexes, HTML doctype lowercase, SAX/IO (William), compression detection
2585 and restore (William), attribute declaration in DTDs (William), namespace
2586 on attribute in HTML output (William), input filename (Rob Richards),
2587 namespace DTD validation, xmlReplaceNode (Chris Ryland), I/O callbacks
2588 (Markus Keim), CDATA serialization (Shaun McCance), xmlReader (Peter
2589 Derr), high codepoint charref like &#x10FFFF;, buffer access in push
2590 mode (Justin Fletcher), TLS threads on Windows (Jesse Pelton), XPath bug
2591 (William), xmlCleanupParser (Marc Liyanage), CDATA output (William), HTTP
2592 error handling.
2593 - xmllint options: --dtdvalidfpi for Tobias Reif, --sax1 for compat
Jan Pokornýbb654fe2016-04-13 16:56:07 +02002594 testing, --nodict for building without tree dictionary, --nocdata to
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002595 replace CDATA by text, --nsclean to remove surperfluous namespace
2596 declarations
2597 - added xml2-config --libtool-libs option from Kevin P. Fleming
2598 - a lot of profiling and tuning of the code, speedup patch for
2599 xmlSearchNs() by Luca Padovani. The xmlReader should do far less
2600 allocation and it speed should get closer to SAX. Chris Anderson worked
2601 on speeding and cleaning up repetitive checking code.
2602 - cleanup of "make tests"
2603 - libxml-2.0-uninstalled.pc from Malcolm Tredinnick
2604 - deactivated the broken docBook SGML parser code and plugged the XML
2605 parser instead.
2606
2607
Daniel Veillard07cb8222003-09-10 10:51:05 +000026082.5.11: Sep 9 2003:
2609A bugfix only release: - risk of crash in Relax-NG
2610 - risk of crash when using multithreaded programs
2611
2612
Daniel Veillardcfba2fe2003-08-15 00:33:43 +000026132.5.10: Aug 15 2003:
2614A bugfixes only release - Windows Makefiles (William Brack)
2615 - UTF-16 support fixes (Mark Itzcovitz)
2616 - Makefile and portability (William Brack) automake, Linux alpha, Mingw
Daniel Veillard07cb8222003-09-10 10:51:05 +00002617 on Windows (Mikhail Grushinskiy)
Daniel Veillardcfba2fe2003-08-15 00:33:43 +00002618 - HTML parser (Oliver Stoeneberg)
2619 - XInclude performance problem reported by Kevin Ruscoe
2620 - XML parser performance problem reported by Grant Goodale
2621 - xmlSAXParseDTD() bug fix from Malcolm Tredinnick
Daniel Veillard07cb8222003-09-10 10:51:05 +00002622 - and a couple other cleanup
Daniel Veillardcfba2fe2003-08-15 00:33:43 +00002623
2624
Daniel Veillard83ee40d2003-08-09 22:24:09 +000026252.5.9: Aug 9 2003:
2626 - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
2627 (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
2628 (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
2629 xmlReader, Relax-NG schemas compilation, namespace handling, EXSLT (Sean
2630 Griffin), HTML parsing problem (William Brack), DTD validation for mixed
2631 content + namespaces, HTML serialization, library initialization,
2632 progressive HTML parser
2633 - better interfaces for Relax-NG error handling (Joachim Bauch, )
2634 - adding xmlXIncludeProcessTree() for XInclud'ing in a subtree
2635 - doc fixes and improvements (John Fleck)
2636 - configure flag for -with-fexceptions when embedding in C++
2637 - couple of new UTF-8 helper functions (William Brack)
2638 - general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)
2639 - xmlTextReader cleanup + enum for node types (Bjorn Reese)
2640 - general compilation/warning cleanup Solaris/HP-UX/... (William
2641 Brack)
2642
2643
Daniel Veillard75eb1ad2003-07-07 14:42:44 +000026442.5.8: Jul 6 2003:
2645 - bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark
2646 Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack),
2647 PI related memleak, compilation without schemas or without xpath (Joerg
2648 Schmitz-Linneweber/Garry Pennington), xmlUnlinkNode problem with DTDs,
2649 rpm problem on , i86_64, removed a few compilation problems from 2.5.7,
2650 xmlIOParseDTD, and xmlSAXParseDTD (Malcolm Tredinnick)
2651 - portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry)
2652 - William Brack fixed multithreading lock problems
2653 - IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro)
Daniel Veillard96bb7402009-10-06 18:38:15 +02002654 - Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (Stéphane
Daniel Veillard75eb1ad2003-07-07 14:42:44 +00002655 Bidoul)
2656 - A few W3C Schemas Structure improvements
2657 - W3C Schemas Datatype improvements (Charlie Bozeman)
Daniel Veillard96bb7402009-10-06 18:38:15 +02002658 - Python bindings for thread globals (Stéphane Bidoul), and method/class
Daniel Veillard83ee40d2003-08-09 22:24:09 +00002659 generator
2660 - added --nonet option to xmllint
Daniel Veillard75eb1ad2003-07-07 14:42:44 +00002661 - documentation improvements (John Fleck)
2662
2663
Daniel Veillard92fc02c2003-04-24 23:12:35 +000026642.5.7: Apr 25 2003:
2665 - Relax-NG: Compiling to regexp and streaming validation on top of the
2666 xmlReader interface, added to xmllint --stream
2667 - xmlReader: Expand(), Next() and DOM access glue, bug fixes
2668 - Support for large files: RGN validated a 4.5GB instance
2669 - Thread support is now configured in by default
2670 - Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes
2671 (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser
2672 and zero bytes handling, some missing Windows file path conversions,
2673 behaviour of the parser and validator in the presence of "out of memory"
Daniel Veillard61c52202003-04-30 12:20:34 +00002674 error conditions
Daniel Veillard92fc02c2003-04-24 23:12:35 +00002675 - extended the API to be able to plug a garbage collecting memory
2676 allocator, added xmlMallocAtomic() and modified the allocations
2677 accordingly.
2678 - Performances: removed excessive malloc() calls, speedup of the push and
2679 xmlReader interfaces, removed excessive thread locking
2680 - Documentation: man page (John Fleck), xmlReader documentation
2681 - Python: adding binding for xmlCatalogAddLocal (Brent M Hendricks)
2682
2683
Daniel Veillardc2d4a932003-04-01 11:13:05 +000026842.5.6: Apr 1 2003:
2685 - Fixed W3C XML Schemas datatype, should be compliant now except for
2686 binHex and base64 which are not supported yet.
2687 - bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and
2688 XInclude entities handling, encoding detection on external subsets, XML
2689 Schemas bugs and memory leaks, HTML parser (James Bursa)
2690 - portability: python/trio (Albert Chin), Sun compiler warnings
2691 - documentation: added --relaxng option to xmllint man page (John)
2692 - improved error reporting: xml:space, start/end tag mismatches, Relax NG
2693 errors
2694
2695
26962.5.5: Mar 24 2003:
Daniel Veillardd8da01c2003-03-24 15:58:23 +00002697 - Lot of fixes on the Relax NG implementation. More testing including
2698 DocBook and TEI examples.
2699 - Increased the support for W3C XML Schemas datatype
2700 - Several bug fixes in the URI handling layer
2701 - Bug fixes: HTML parser, xmlReader, DTD validation, XPath, encoding
2702 conversion, line counting in the parser.
2703 - Added support for $XMLLINT_INDENT environment variable, FTP delete
2704 - Fixed the RPM spec file name
2705
Daniel Veillard8ba17412003-01-01 19:13:12 +00002706
Daniel Veillard17bed982003-02-24 20:11:43 +000027072.5.4: Feb 20 2003:
2708 - Conformance testing and lot of fixes on Relax NG and XInclude
2709 implementation
2710 - Implementation of XPointer element() scheme
2711 - Bug fixes: XML parser, XInclude entities merge, validity checking on
2712 namespaces,
2713 2 serialization bugs, node info generation problems, a DTD regexp
2714 generation problem.
2715
2716 - Portability: windows updates and path canonicalization (Igor)
2717 - A few typo fixes (Kjartan Maraas)
2718 - Python bindings generator fixes (Stephane Bidoul)
2719
2720
Daniel Veillard1d788d22003-02-10 16:21:58 +000027212.5.3: Feb 10 2003:
2722 - RelaxNG and XML Schemas datatypes improvements, and added a first
2723 version of RelaxNG Python bindings
2724 - Fixes: XLink (Sean Chittenden), XInclude (Sean Chittenden), API fix for
2725 serializing namespace nodes, encoding conversion bug, XHTML1
2726 serialization
2727 - Portability fixes: Windows (Igor), AMD 64bits RPM spec file
2728
2729
Daniel Veillard72fef162003-02-05 14:31:19 +000027302.5.2: Feb 5 2003:
2731 - First implementation of RelaxNG, added --relaxng flag to xmllint
2732 - Schemas support now compiled in by default.
2733 - Bug fixes: DTD validation, namespace checking, XInclude and entities,
Daniel Veillard96bb7402009-10-06 18:38:15 +02002734 delegateURI in XML Catalogs, HTML parser, XML reader (Stéphane Bidoul),
Daniel Veillard72fef162003-02-05 14:31:19 +00002735 XPath parser and evaluation, UTF8ToUTF8 serialization, XML reader memory
2736 consumption, HTML parser, HTML serialization in the presence of
2737 namespaces
2738 - added an HTML API to check elements and attributes.
2739 - Documentation improvement, PDF for the tutorial (John Fleck), doc
2740 patches (Stefan Kost)
2741 - Portability fixes: NetBSD (Julio Merino), Windows (Igor Zlatkovic)
2742 - Added python bindings for XPointer, contextual error reporting
Daniel Veillard96bb7402009-10-06 18:38:15 +02002743 (Stéphane Bidoul)
Daniel Veillard72fef162003-02-05 14:31:19 +00002744 - URI/file escaping problems (Stefano Zacchiroli)
2745
2746
Daniel Veillarde2830f12003-01-08 17:47:49 +000027472.5.1: Jan 8 2003:
2748 - Fixes a memory leak and configuration/compilation problems in 2.5.0
2749 - documentation updates (John)
2750 - a couple of XmlTextReader fixes
2751
2752
Daniel Veillard7b4b2f92003-01-06 13:11:20 +000027532.5.0: Jan 6 2003:
2754 - New XmltextReader interface based on C#
Daniel Veillard96bb7402009-10-06 18:38:15 +02002755 API (with help of Stéphane Bidoul)
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002756 - Windows: more exports, including the new API (Igor)
2757 - XInclude fallback fix
Daniel Veillard96bb7402009-10-06 18:38:15 +02002758 - Python: bindings for the new API, packaging (Stéphane Bidoul),
2759 drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002760 and iterators for Python-2.2 (Hannu Krosing)
2761 - Tutorial fixes (john Fleck and Niraj Tolia) xmllint man update
2762 (John)
2763 - Fix an XML parser bug raised by Vyacheslav Pindyura
2764 - Fix for VMS serialization (Nigel Hall) and config (Craig A. Berry)
2765 - Entities handling fixes
2766 - new API to optionally track node creation and deletion (Lukas
2767 Schroeder)
2768 - Added documentation for the XmltextReader interface and some XML guidelines
2769
2770
Daniel Veillard8ba17412003-01-01 19:13:12 +000027712.4.30: Dec 12 2002:
2772 - 2.4.29 broke the python bindings, rereleasing
2773 - Improvement/fixes of the XML API generator, and couple of minor code
2774 fixes.
2775
2776
27772.4.29: Dec 11 2002:
2778 - Windows fixes (Igor): Windows CE port, pthread linking, python bindings
Daniel Veillard96bb7402009-10-06 18:38:15 +02002779 (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates
Daniel Veillard8ba17412003-01-01 19:13:12 +00002780 - Fix for prev in python bindings (ERDI Gergo)
2781 - Fix for entities handling (Marcus Clarke)
2782 - Refactored the XML and HTML dumps to a single code path, fixed XHTML1
2783 dump
2784 - Fix for URI parsing when handling URNs with fragment identifiers
2785 - Fix for HTTP URL escaping problem
2786 - added an TextXmlReader (C#) like API (work in progress)
2787 - Rewrote the API in XML generation script, includes a C parser and saves
William M. Brack7a12e572007-02-16 17:11:09 +00002788 more information needed for C# bindings
Daniel Veillard8ba17412003-01-01 19:13:12 +00002789
2790
27912.4.28: Nov 22 2002:
2792 - a couple of python binding fixes
2793 - 2 bug fixes in the XML push parser
2794 - potential memory leak removed (Martin Stoilov)
2795 - fix to the configure script for Unix (Dimitri Papadopoulos)
2796 - added encoding support for XInclude parse="text"
2797 - autodetection of XHTML1 and specific serialization rules added
2798 - nasty threading bug fixed (William Brack)
2799
2800
28012.4.27: Nov 17 2002:
2802 - fixes for the Python bindings
2803 - a number of bug fixes: SGML catalogs, xmlParseBalancedChunkMemory(),
2804 HTML parser, Schemas (Charles Bozeman), document fragment support
2805 (Christian Glahn), xmlReconciliateNs (Brian Stafford), XPointer,
2806 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr
2807 Pajas), entities processing
2808 - added grep to xmllint --shell
2809 - VMS update patch from Craig A. Berry
2810 - cleanup of the Windows build with support for more compilers (Igor),
2811 better thread support on Windows
2812 - cleanup of Unix Makefiles and spec file
2813 - Improvements to the documentation (John Fleck)
2814
2815
28162.4.26: Oct 18 2002:
2817 - Patches for Windows CE port, improvements on Windows paths handling
2818 - Fixes to the validation code (DTD and Schemas), xmlNodeGetPath() ,
2819 HTML serialization, Namespace compliance, and a number of small
2820 problems
2821
2822
28232.4.25: Sep 26 2002:
2824 - A number of bug fixes: XPath, validation, Python bindings, DOM and
2825 tree, xmlI/O, Html
2826 - Serious rewrite of XInclude
2827 - Made XML Schemas regexp part of the default build and APIs, small fix
2828 and improvement of the regexp core
2829 - Changed the validation code to reuse XML Schemas regexp APIs
2830 - Better handling of Windows file paths, improvement of Makefiles (Igor,
2831 Daniel Gehriger, Mark Vakoc)
2832 - Improved the python I/O bindings, the tests, added resolver and regexp
2833 APIs
2834 - New logos from Marc Liyanage
2835 - Tutorial improvements: John Fleck, Christopher Harris
2836 - Makefile: Fixes for AMD x86_64 (Mandrake), DESTDIR (Christophe
2837 Merlet)
2838 - removal of all stderr/perror use for error reporting
2839 - Better error reporting: XPath and DTD validation
2840 - update of the trio portability layer (Bjorn Reese)
2841
Daniel Veillard1177ca42003-04-26 22:29:54 +000028422.4.24: Aug 22 2002 - XPath fixes (William), xf:escape-uri() (Wesley Terpstra)
Daniel Veillard8ba17412003-01-01 19:13:12 +00002843 - Python binding fixes: makefiles (William), generator, rpm build, x86-64
2844 (fcrozat)
2845 - HTML <style> and boolean attributes serializer fixes
2846 - C14N improvements by Aleksey
2847 - doc cleanups: Rick Jones
2848 - Windows compiler makefile updates: Igor and Elizabeth Barham
2849 - XInclude: implementation of fallback and xml:base fixup added
2850
2851
28522.4.23: July 6 2002:
2853 - performances patches: Peter Jacobi
2854 - c14n fixes, testsuite and performances: Aleksey Sanin
2855 - added xmlDocFormatDump: Chema Celorio
2856 - new tutorial: John Fleck
2857 - new hash functions and performances: Sander Vesik, portability fix from
2858 Peter Jacobi
2859 - a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
2860 HTML parsers, ID lookup function
2861 - removal of all remaining sprintf: Aleksey Sanin
2862
2863
28642.4.22: May 27 2002:
2865 - a number of bug fixes: configure scripts, base handling, parser, memory
2866 usage, HTML parser, XPath, documentation (Christian Cornelssen),
2867 indentation, URI parsing
2868 - Optimizations for XMLSec, fixing and making public some of the network
2869 protocol handlers (Aleksey)
2870 - performance patch from Gary Pennington
2871 - Charles Bozeman provided date and time support for XML Schemas
2872 datatypes
2873
2874
28752.4.21: Apr 29 2002:
2876This release is both a bug fix release and also contains the early XML
2877Schemas structures at
2878http://www.w3.org/TR/xmlschema-1/
2879 and datatypes at
2880http://www.w3.org/TR/xmlschema-2/
2881 code, beware, all
2882interfaces are likely to change, there is huge holes, it is clearly a work in
2883progress and don't even think of putting this code in a production system,
Patrick Monneratea8c89b2014-03-04 16:13:34 +01002884it's actually not compiled in by default. The real fixes are:
2885 - a couple of bugs or limitations introduced in 2.4.20
Daniel Veillard8ba17412003-01-01 19:13:12 +00002886 - patches for Borland C++ and MSC by Igor
2887 - some fixes on XPath strings and conformance patches by Richard
2888 Jinks
2889 - patch from Aleksey for the ExcC14N specification
2890 - OSF/1 bug fix by Bjorn
2891
2892
28932.4.20: Apr 15 2002:
2894 - bug fixes: file descriptor leak, XPath, HTML output, DTD validation
2895 - XPath conformance testing by Richard Jinks
2896 - Portability fixes: Solaris, MPE/iX, Windows, OSF/1, python bindings,
2897 libxml.m4
2898
2899
29002.4.19: Mar 25 2002:
2901 - bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8
2902 encoder
2903 - portability fixes in the HTTP code
2904 - memory allocation checks using valgrind, and profiling tests
2905 - revamp of the Windows build and Makefiles
2906
2907
29082.4.18: Mar 18 2002:
2909 - bug fixes: tree, SAX, canonicalization, validation, portability,
2910 XPath
2911 - removed the --with-buffer option it was becoming unmaintainable
2912 - serious cleanup of the Python makefiles
2913 - speedup patch to XPath very effective for DocBook stylesheets
2914 - Fixes for Windows build, cleanup of the documentation
2915
2916
29172.4.17: Mar 8 2002:
2918 - a lot of bug fixes, including "namespace nodes have no parents in
2919 XPath"
2920 - fixed/improved the Python wrappers, added more examples and more
2921 regression tests, XPath extension functions can now return node-sets
2922 - added the XML Canonicalization support from Aleksey Sanin
2923
2924
29252.4.16: Feb 20 2002:
2926 - a lot of bug fixes, most of them were triggered by the XML Testsuite
2927 from OASIS and W3C. Compliance has been significantly improved.
2928 - a couple of portability fixes too.
2929
2930
29312.4.15: Feb 11 2002:
2932 - Fixed the Makefiles, especially the python module ones
2933 - A few bug fixes and cleanup
2934 - Includes cleanup
2935
2936
29372.4.14: Feb 8 2002:
2938 - Change of License to the MIT
2939 License basically for integration in XFree86 codebase, and removing
2940 confusion around the previous dual-licensing
2941 - added Python bindings, beta software but should already be quite
2942 complete
2943 - a large number of fixes and cleanups, especially for all tree
2944 manipulations
2945 - cleanup of the headers, generation of a reference API definition in
2946 XML
2947
2948
29492.4.13: Jan 14 2002:
2950 - update of the documentation: John Fleck and Charlie Bozeman
2951 - cleanup of timing code from Justin Fletcher
2952 - fixes for Windows and initial thread support on Win32: Igor and Serguei
2953 Narojnyi
2954 - Cygwin patch from Robert Collins
2955 - added xmlSetEntityReferenceFunc() for Keith Isdale work on xsldbg
2956
2957
29582.4.12: Dec 7 2001:
2959 - a few bug fixes: thread (Gary Pennington), xmllint (Geert Kloosterman),
2960 XML parser (Robin Berjon), XPointer (Danny Jamshy), I/O cleanups
2961 (robert)
2962 - Eric Lavigne contributed project files for MacOS
2963 - some makefiles cleanups
2964
2965
29662.4.11: Nov 26 2001:
2967 - fixed a couple of errors in the includes, fixed a few bugs, some code
2968 cleanups
2969 - xmllint man pages improvement by Heiko Rupp
2970 - updated VMS build instructions from John A Fotheringham
2971 - Windows Makefiles updates from Igor
2972
2973
29742.4.10: Nov 10 2001:
2975 - URI escaping fix (Joel Young)
2976 - added xmlGetNodePath() (for paths or XPointers generation)
2977 - Fixes namespace handling problems when using DTD and validation
2978 - improvements on xmllint: Morus Walter patches for --format and
2979 --encode, Stefan Kost and Heiko Rupp improvements on the --shell
2980 - fixes for xmlcatalog linking pointed by Weiqi Gao
2981 - fixes to the HTML parser
2982
2983
29842.4.9: Nov 6 2001:
2985 - fixes more catalog bugs
2986 - avoid a compilation problem, improve xmlGetLineNo()
2987
2988
29892.4.8: Nov 4 2001:
2990 - fixed SGML catalogs broken in previous release, updated xmlcatalog
2991 tool
2992 - fixed a compile errors and some includes troubles.
2993
2994
29952.4.7: Oct 30 2001:
2996 - exported some debugging interfaces
2997 - serious rewrite of the catalog code
2998 - integrated Gary Pennington thread safety patch, added configure option
2999 and regression tests
3000 - removed an HTML parser bug
3001 - fixed a couple of potentially serious validation bugs
3002 - integrated the SGML DocBook support in xmllint
3003 - changed the nanoftp anonymous login passwd
3004 - some I/O cleanup and a couple of interfaces for Perl wrapper
3005 - general bug fixes
3006 - updated xmllint man page by John Fleck
3007 - some VMS and Windows updates
3008
3009
30102.4.6: Oct 10 2001:
3011 - added an updated man pages by John Fleck
3012 - portability and configure fixes
3013 - an infinite loop on the HTML parser was removed (William)
3014 - Windows makefile patches from Igor
3015 - fixed half a dozen bugs reported for libxml or libxslt
3016 - updated xmlcatalog to be able to modify SGML super catalogs
3017
3018
30192.4.5: Sep 14 2001:
3020 - Remove a few annoying bugs in 2.4.4
3021 - forces the HTML serializer to output decimal charrefs since some
3022 version of Netscape can't handle hexadecimal ones
3023
3024
30251.8.16: Sep 14 2001:
3026 - maintenance release of the old libxml1 branch, couple of bug and
3027 portability fixes
3028
3029
30302.4.4: Sep 12 2001:
3031 - added --convert to xmlcatalog, bug fixes and cleanups of XML
3032 Catalog
3033 - a few bug fixes and some portability changes
3034 - some documentation cleanups
3035
3036
30372.4.3: Aug 23 2001:
3038 - XML Catalog support see the doc
3039 - New NaN/Infinity floating point code
3040 - A few bug fixes
3041
3042
30432.4.2: Aug 15 2001:
3044 - adds xmlLineNumbersDefault() to control line number generation
3045 - lot of bug fixes
3046 - the Microsoft MSC projects files should now be up to date
3047 - inheritance of namespaces from DTD defaulted attributes
3048 - fixes a serious potential security bug
3049 - added a --format option to xmllint
3050
3051
30522.4.1: July 24 2001:
3053 - possibility to keep line numbers in the tree
3054 - some computation NaN fixes
3055 - extension of the XPath API
3056 - cleanup for alpha and ia64 targets
3057 - patch to allow saving through HTTP PUT or POST
3058
3059
30602.4.0: July 10 2001:
3061 - Fixed a few bugs in XPath, validation, and tree handling.
3062 - Fixed XML Base implementation, added a couple of examples to the
3063 regression tests
3064 - A bit of cleanup
3065
3066
30672.3.14: July 5 2001:
3068 - fixed some entities problems and reduce memory requirement when
3069 substituting them
3070 - lots of improvements in the XPath queries interpreter can be
3071 substantially faster
3072 - Makefiles and configure cleanups
3073 - Fixes to XPath variable eval, and compare on empty node set
3074 - HTML tag closing bug fixed
3075 - Fixed an URI reference computation problem when validating
3076
3077
30782.3.13: June 28 2001:
3079 - 2.3.12 configure.in was broken as well as the push mode XML parser
3080 - a few more fixes for compilation on Windows MSC by Yon Derek
3081
3082
30831.8.14: June 28 2001:
3084 - Zbigniew Chyla gave a patch to use the old XML parser in push mode
3085 - Small Makefile fix
3086
3087
30882.3.12: June 26 2001:
3089 - lots of cleanup
3090 - a couple of validation fix
3091 - fixed line number counting
3092 - fixed serious problems in the XInclude processing
3093 - added support for UTF8 BOM at beginning of entities
3094 - fixed a strange gcc optimizer bugs in xpath handling of float, gcc-3.0
3095 miscompile uri.c (William), Thomas Leitner provided a fix for the
3096 optimizer on Tru64
3097 - incorporated Yon Derek and Igor Zlatkovic fixes and improvements for
3098 compilation on Windows MSC
3099 - update of libxml-doc.el (Felix Natter)
3100 - fixed 2 bugs in URI normalization code
3101
3102
31032.3.11: June 17 2001:
3104 - updates to trio, Makefiles and configure should fix some portability
3105 problems (alpha)
3106 - fixed some HTML serialization problems (pre, script, and block/inline
3107 handling), added encoding aware APIs, cleanup of this code
3108 - added xmlHasNsProp()
3109 - implemented a specific PI for encoding support in the DocBook SGML
3110 parser
3111 - some XPath fixes (-Infinity, / as a function parameter and namespaces
3112 node selection)
3113 - fixed a performance problem and an error in the validation code
3114 - fixed XInclude routine to implement the recursive behaviour
3115 - fixed xmlFreeNode problem when libxml is included statically twice
3116 - added --version to xmllint for bug reports
3117
3118
31192.3.10: June 1 2001:
3120 - fixed the SGML catalog support
3121 - a number of reported bugs got fixed, in XPath, iconv detection,
3122 XInclude processing
3123 - XPath string function should now handle unicode correctly
3124
3125
31262.3.9: May 19 2001:
Patrick Monneratea8c89b2014-03-04 16:13:34 +01003127Lots of bugfixes, and added a basic SGML catalog support:
Daniel Veillard726f67e2014-10-16 15:40:16 +08003128 - HTML push bugfix #54891 and another patch from Jonas Borgstrom
Daniel Veillard8ba17412003-01-01 19:13:12 +00003129 - some serious speed optimization again
3130 - some documentation cleanups
3131 - trying to get better linking on Solaris (-R)
3132 - XPath API cleanup from Thomas Broyer
3133 - Validation bug fixed #54631, added a patch from Gary Pennington, fixed
3134 xmlValidGetValidElements()
3135 - Added an INSTALL file
3136 - Attribute removal added to API: #54433
3137 - added a basic support for SGML catalogs
3138 - fixed xmlKeepBlanksDefault(0) API
3139 - bugfix in xmlNodeGetLang()
3140 - fixed a small configure portability problem
3141 - fixed an inversion of SYSTEM and PUBLIC identifier in HTML document
3142
3143
31441.8.13: May 14 2001:
3145 - bugfixes release of the old libxml1 branch used by Gnome
3146
3147
31482.3.8: May 3 2001:
3149 - Integrated an SGML DocBook parser for the Gnome project
3150 - Fixed a few things in the HTML parser
3151 - Fixed some XPath bugs raised by XSLT use, tried to fix the floating
3152 point portability issue
3153 - Speed improvement (8M/s for SAX, 3M/s for DOM, 1.5M/s for
3154 DOM+validation using the XML REC as input and a 700MHz celeron).
3155 - incorporated more Windows cleanup
3156 - added xmlSaveFormatFile()
3157 - fixed problems in copying nodes with entities references (gdome)
3158 - removed some troubles surrounding the new validation module
3159
3160
31612.3.7: April 22 2001:
3162 - lots of small bug fixes, corrected XPointer
3163 - Non deterministic content model validation support
3164 - added xmlDocCopyNode for gdome2
3165 - revamped the way the HTML parser handles end of tags
3166 - XPath: corrections of namespaces support and number formatting
3167 - Windows: Igor Zlatkovic patches for MSC compilation
3168 - HTML output fixes from P C Chow and William M. Brack
3169 - Improved validation speed sensible for DocBook
3170 - fixed a big bug with ID declared in external parsed entities
3171 - portability fixes, update of Trio from Bjorn Reese
3172
3173
31742.3.6: April 8 2001:
3175 - Code cleanup using extreme gcc compiler warning options, found and
3176 cleared half a dozen potential problem
3177 - the Eazel team found an XML parser bug
3178 - cleaned up the user of some of the string formatting function. used the
3179 trio library code to provide the one needed when the platform is missing
3180 them
3181 - xpath: removed a memory leak and fixed the predicate evaluation
3182 problem, extended the testsuite and cleaned up the result. XPointer seems
3183 broken ...
3184
3185
31862.3.5: Mar 23 2001:
3187 - Biggest change is separate parsing and evaluation of XPath expressions,
3188 there is some new APIs for this too
3189 - included a number of bug fixes(XML push parser, 51876, notations,
3190 52299)
3191 - Fixed some portability issues
3192
3193
31942.3.4: Mar 10 2001:
3195 - Fixed bugs #51860 and #51861
3196 - Added a global variable xmlDefaultBufferSize to allow default buffer
3197 size to be application tunable.
3198 - Some cleanup in the validation code, still a bug left and this part
3199 should probably be rewritten to support ambiguous content model :-\
3200 - Fix a couple of serious bugs introduced or raised by changes in 2.3.3
3201 parser
3202 - Fixed another bug in xmlNodeGetContent()
3203 - Bjorn fixed XPath node collection and Number formatting
3204 - Fixed a loop reported in the HTML parsing
3205 - blank space are reported even if the Dtd content model proves that they
3206 are formatting spaces, this is for XML conformance
3207
3208
32092.3.3: Mar 1 2001:
3210 - small change in XPath for XSLT
3211 - documentation cleanups
3212 - fix in validation by Gary Pennington
3213 - serious parsing performances improvements
3214
3215
32162.3.2: Feb 24 2001:
3217 - chasing XPath bugs, found a bunch, completed some TODO
3218 - fixed a Dtd parsing bug
3219 - fixed a bug in xmlNodeGetContent
3220 - ID/IDREF support partly rewritten by Gary Pennington
3221
3222
32232.3.1: Feb 15 2001:
3224 - some XPath and HTML bug fixes for XSLT
3225 - small extension of the hash table interfaces for DOM gdome2
3226 implementation
3227 - A few bug fixes
3228
3229
32302.3.0: Feb 8 2001 (2.2.12 was on 25 Jan but I didn't kept track):
3231 - Lots of XPath bug fixes
3232 - Add a mode with Dtd lookup but without validation error reporting for
3233 XSLT
3234 - Add support for text node without escaping (XSLT)
3235 - bug fixes for xmlCheckFilename
3236 - validation code bug fixes from Gary Pennington
3237 - Patch from Paul D. Smith correcting URI path normalization
3238 - Patch to allow simultaneous install of libxml-devel and
3239 libxml2-devel
3240 - the example Makefile is now fixed
3241 - added HTML to the RPM packages
3242 - tree copying bugfixes
3243 - updates to Windows makefiles
3244 - optimization patch from Bjorn Reese
3245
3246
32472.2.11: Jan 4 2001:
3248 - bunch of bug fixes (memory I/O, xpath, ftp/http, ...)
3249 - added htmlHandleOmittedElem()
3250 - Applied Bjorn Reese's IPV6 first patch
3251 - Applied Paul D. Smith patches for validation of XInclude results
3252 - added XPointer xmlns() new scheme support
3253
3254
32552.2.10: Nov 25 2000:
3256 - Fix the Windows problems of 2.2.8
3257 - integrate OpenVMS patches
3258 - better handling of some nasty HTML input
3259 - Improved the XPointer implementation
3260 - integrate a number of provided patches
3261
3262
32632.2.9: Nov 25 2000:
3264 - erroneous release :-(
3265
3266
32672.2.8: Nov 13 2000:
3268 - First version of XInclude
3269 support
3270 - Patch in conditional section handling
3271 - updated MS compiler project
3272 - fixed some XPath problems
3273 - added an URI escaping function
3274 - some other bug fixes
3275
3276
32772.2.7: Oct 31 2000:
3278 - added message redirection
3279 - XPath improvements (thanks TOM !)
3280 - xmlIOParseDTD() added
3281 - various small fixes in the HTML, URI, HTTP and XPointer support
3282 - some cleanup of the Makefile, autoconf and the distribution content
3283
3284
32852.2.6: Oct 25 2000::
3286 - Added an hash table module, migrated a number of internal structure to
3287 those
3288 - Fixed a posteriori validation problems
3289 - HTTP module cleanups
3290 - HTML parser improvements (tag errors, script/style handling, attribute
3291 normalization)
3292 - coalescing of adjacent text nodes
3293 - couple of XPath bug fixes, exported the internal API
3294
3295
32962.2.5: Oct 15 2000::
3297 - XPointer implementation and testsuite
3298 - Lot of XPath fixes, added variable and functions registration, more
3299 tests
3300 - Portability fixes, lots of enhancements toward an easy Windows build
3301 and release
3302 - Late validation fixes
3303 - Integrated a lot of contributed patches
3304 - added memory management docs
3305 - a performance problem when using large buffer seems fixed
3306
3307
33082.2.4: Oct 1 2000::
3309 - main XPath problem fixed
3310 - Integrated portability patches for Windows
3311 - Serious bug fixes on the URI and HTML code
3312
3313
33142.2.3: Sep 17 2000:
3315 - bug fixes
3316 - cleanup of entity handling code
3317 - overall review of all loops in the parsers, all sprintf usage has been
3318 checked too
3319 - Far better handling of larges Dtd. Validating against DocBook XML Dtd
3320 works smoothly now.
3321
3322
33231.8.10: Sep 6 2000:
3324 - bug fix release for some Gnome projects
3325
3326
33272.2.2: August 12 2000:
3328 - mostly bug fixes
3329 - started adding routines to access xml parser context options
3330
3331
33322.2.1: July 21 2000:
3333 - a purely bug fixes release
3334 - fixed an encoding support problem when parsing from a memory block
3335 - fixed a DOCTYPE parsing problem
3336 - removed a bug in the function allowing to override the memory
3337 allocation routines
3338
3339
33402.2.0: July 14 2000:
3341 - applied a lot of portability fixes
3342 - better encoding support/cleanup and saving (content is now always
3343 encoded in UTF-8)
3344 - the HTML parser now correctly handles encodings
3345 - added xmlHasProp()
3346 - fixed a serious problem with &#38;
3347 - propagated the fix to FTP client
3348 - cleanup, bugfixes, etc ...
3349 - Added a page about libxml Internationalization
3350 support
3351
3352
Daniel Veillard8ba17412003-01-01 19:13:12 +000033531.8.9: July 9 2000:
3354 - fixed the spec the RPMs should be better
3355 - fixed a serious bug in the FTP implementation, released 1.8.9 to solve
3356 rpmfind users problem
3357
3358
33592.1.1: July 1 2000:
3360 - fixes a couple of bugs in the 2.1.0 packaging
3361 - improvements on the HTML parser
3362
3363
33642.1.0 and 1.8.8: June 29 2000:
3365 - 1.8.8 is mostly a commodity package for upgrading to libxml2 according
3366 to new instructions. It fixes a nasty problem
3367 about &#38; charref parsing
3368 - 2.1.0 also ease the upgrade from libxml v1 to the recent version. it
3369 also contains numerous fixes and enhancements:
Daniel Veillard726f67e2014-10-16 15:40:16 +08003370
3371 added xmlStopParser() to stop parsing
Elliott Hughesecdab2a2022-02-23 14:33:50 -08003372 improved a lot parsing speed when there is large CDATA blocks
Daniel Veillard8ba17412003-01-01 19:13:12 +00003373 includes XPath patches provided by Picdar Technology
3374 tried to fix as much as possible DTD validation and namespace
3375 related problems
3376 output to a given encoding has been added/tested
3377 lot of various fixes
3378
Daniel Veillard726f67e2014-10-16 15:40:16 +08003379
Daniel Veillard8ba17412003-01-01 19:13:12 +00003380 - added xmlStopParser() to stop parsing
Elliott Hughesecdab2a2022-02-23 14:33:50 -08003381 - improved a lot parsing speed when there is large CDATA blocks
Daniel Veillard8ba17412003-01-01 19:13:12 +00003382 - includes XPath patches provided by Picdar Technology
3383 - tried to fix as much as possible DTD validation and namespace
3384 related problems
3385 - output to a given encoding has been added/tested
3386 - lot of various fixes
3387
3388
33892.0.0: Apr 12 2000:
3390 - First public release of libxml2. If you are using libxml, it's a good
3391 idea to check the 1.x to 2.x upgrade instructions. NOTE: while initially
3392 scheduled for Apr 3 the release occurred only on Apr 12 due to massive
3393 workload.
3394 - The include are now located under $prefix/include/libxml (instead of
3395 $prefix/include/gnome-xml), they also are referenced by
3396 #include <libxml/xxx.h>
3397 instead of
3398 #include "xxx.h"
3399
3400 - a new URI module for parsing URIs and following strictly RFC 2396
3401 - the memory allocation routines used by libxml can now be overloaded
3402 dynamically by using xmlMemSetup()
3403 - The previously CVS only tool tester has been renamed
3404 xmllint and is now installed as part of the libxml2
3405 package
3406 - The I/O interface has been revamped. There is now ways to plug in
3407 specific I/O modules, either at the URI scheme detection level using
3408 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
3409 parser context using xmlCreateIOParserCtxt()
3410 - there is a C preprocessor macro LIBXML_VERSION providing the version
3411 number of the libxml module in use
3412 - a number of optional features of libxml can now be excluded at
3413 configure time (FTP/HTTP/HTML/XPath/Debug)
3414
3415
34162.0.0beta: Mar 14 2000:
3417 - This is a first Beta release of libxml version 2
3418 - It's available only fromxmlsoft.org
3419 FTP, it's packaged as libxml2-2.0.0beta and available as tar and
3420 RPMs
3421 - This version is now the head in the Gnome CVS base, the old one is
3422 available under the tag LIB_XML_1_X
3423 - This includes a very large set of changes. From a programmatic point
3424 of view applications should not have to be modified too much, check the
3425 upgrade page
Daniel Veillard8ba17412003-01-01 19:13:12 +00003426 - Some interfaces may changes (especially a bit about encoding).
3427 - the updates includes:
Daniel Veillard726f67e2014-10-16 15:40:16 +08003428
3429 fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
Daniel Veillard8ba17412003-01-01 19:13:12 +00003430 handled now
3431 Better handling of entities, especially well-formedness checking
3432 and proper PEref extensions in external subsets
3433 DTD conditional sections
3434 Validation now correctly handle entities content
3435 change
3436 structures to accommodate DOM
3437
Daniel Veillard726f67e2014-10-16 15:40:16 +08003438
Daniel Veillard8ba17412003-01-01 19:13:12 +00003439 - fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
3440 handled now
3441 - Better handling of entities, especially well-formedness checking
3442 and proper PEref extensions in external subsets
3443 - DTD conditional sections
3444 - Validation now correctly handle entities content
3445 - change
3446 structures to accommodate DOM
3447 - Serious progress were made toward compliance, here are the result of the test against the
3448 OASIS testsuite (except the Japanese tests since I don't support that
3449 encoding yet). This URL is rebuilt every couple of hours using the CVS
3450 head version.
3451
3452
34531.8.7: Mar 6 2000:
3454 - This is a bug fix release:
3455 - It is possible to disable the ignorable blanks heuristic used by
3456 libxml-1.x, a new function xmlKeepBlanksDefault(0) will allow this. Note
3457 that for adherence to XML spec, this behaviour will be disabled by
3458 default in 2.x . The same function will allow to keep compatibility for
3459 old code.
3460 - Blanks in <a> </a> constructs are not ignored anymore,
3461 avoiding heuristic is really the Right Way :-\
3462 - The unchecked use of snprintf which was breaking libxml-1.8.6
3463 compilation on some platforms has been fixed
3464 - nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when processing
3465 URIs
3466
3467
34681.8.6: Jan 31 2000:
3469 - added a nanoFTP transport module, debugged until the new version of rpmfind can use
3470 it without troubles
3471
3472
34731.8.5: Jan 21 2000:
3474 - adding APIs to parse a well balanced chunk of XML (production [43] content of the
3475 XML spec)
3476 - fixed a hideous bug in xmlGetProp pointed by Rune.Djurhuus@fast.no
3477 - Jody Goldberg <jgoldberg@home.com> provided another patch trying
3478 to solve the zlib checks problems
3479 - The current state in gnome CVS base is expected to ship as 1.8.5 with
3480 gnumeric soon
3481
3482
34831.8.4: Jan 13 2000:
3484 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()
3485 - all exit() call should have been removed from libxml
3486 - fixed a problem with INCLUDE_WINSOCK on WIN32 platform
3487 - added newDocFragment()
3488
3489
34901.8.3: Jan 5 2000:
3491 - a Push interface for the XML and HTML parsers
3492 - a shell-like interface to the document tree (try tester --shell :-)
3493 - lots of bug fixes and improvement added over XMas holidays
3494 - fixed the DTD parsing code to work with the xhtml DTD
3495 - added xmlRemoveProp(), xmlRemoveID() and xmlRemoveRef()
3496 - Fixed bugs in xmlNewNs()
3497 - External entity loading code has been revamped, now it uses
3498 xmlLoadExternalEntity(), some fix on entities processing were added
3499 - cleaned up WIN32 includes of socket stuff
3500
3501
35021.8.2: Dec 21 1999:
3503 - I got another problem with includes and C++, I hope this issue is fixed
3504 for good this time
3505 - Added a few tree modification functions: xmlReplaceNode,
3506 xmlAddPrevSibling, xmlAddNextSibling, xmlNodeSetName and
3507 xmlDocSetRootElement
3508 - Tried to improve the HTML output with help from Chris Lahey
3509
3510
Daniel Veillard8ba17412003-01-01 19:13:12 +000035111.8.1: Dec 18 1999:
3512 - various patches to avoid troubles when using libxml with C++ compilers
3513 the "namespace" keyword and C escaping in include files
3514 - a problem in one of the core macros IS_CHAR was corrected
3515 - fixed a bug introduced in 1.8.0 breaking default namespace processing,
3516 and more specifically the Dia application
3517 - fixed a posteriori validation (validation after parsing, or by using a
3518 Dtd not specified in the original document)
3519 - fixed a bug in
3520
3521
35221.8.0: Dec 12 1999:
3523 - cleanup, especially memory wise
3524 - the parser should be more reliable, especially the HTML one, it should
3525 not crash, whatever the input !
3526 - Integrated various patches, especially a speedup improvement for large
3527 dataset from Carl Nygard,
3528 configure with --with-buffers to enable them.
3529 - attribute normalization, oops should have been added long ago !
3530 - attributes defaulted from DTDs should be available, xmlSetProp() now
3531 does entities escaping by default.
3532
3533
35341.7.4: Oct 25 1999:
3535 - Lots of HTML improvement
3536 - Fixed some errors when saving both XML and HTML
3537 - More examples, the regression tests should now look clean
3538 - Fixed a bug with contiguous charref
3539
3540
35411.7.3: Sep 29 1999:
3542 - portability problems fixed
3543 - snprintf was used unconditionally, leading to link problems on system
3544 were it's not available, fixed
3545
3546
35471.7.1: Sep 24 1999:
3548 - The basic type for strings manipulated by libxml has been renamed in
3549 1.7.1 from CHAR to xmlChar. The reason
3550 is that CHAR was conflicting with a predefined type on Windows. However
3551 on non WIN32 environment, compatibility is provided by the way of a
3552 #define .
3553 - Changed another error : the use of a structure field called errno, and
3554 leading to troubles on platforms where it's a macro
3555
3556
35571.7.0: Sep 23 1999:
3558 - Added the ability to fetch remote DTD or parsed entities, see the nanohttp module.
3559 - Added an errno to report errors by another mean than a simple printf
3560 like callback
3561 - Finished ID/IDREF support and checking when validation
3562 - Serious memory leaks fixed (there is now a memory wrapper module)
3563 - Improvement of XPath
3564 implementation
3565 - Added an HTML parser front-end
3566
3567Daniel Veillard at
3568bugs.html