VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/NEWS@ 97673

最後變更 在這個檔案從97673是 95312,由 vboxsync 提交於 2 年 前

libs/{curl,libxml2}: OSE export fixes, bugref:8515

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette