blob: b55c63b2c6b9ddcb14e65d15d0b492b07b016fe4 [file] [log] [blame]
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00001
Daniel Veillard8ba17412003-01-01 19:13:12 +00002 NEWS file for libxml2
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00003
Daniel Veillard8ba17412003-01-01 19:13:12 +00004 Note that this is automatically generated from the news webpage at:
5 http://xmlsoft.org/news.html
6
Daniel Veillardc0826a72004-08-10 14:17:33 +00007The change log at
8ChangeLog.html
9 describes the recents commits
Daniel Veillard726f67e2014-10-16 15:40:16 +080010to the GIT at
Haibo Huangcfd91dc2020-07-30 23:01:33 -070011https://gitlab.gnome.org/GNOME/libxml2
William M. Brack7a12e572007-02-16 17:11:09 +000012 code base.Here is the list of public releases:
Haibo Huangcfd91dc2020-07-30 23:01:33 -070013v2.9.9: Jan 03 2019:
14 - Security:
15 CVE-2018-9251 CVE-2018-14567 Fix infinite loop in LZMA decompression (Nick Wellnhofer),
16 CVE-2018-14404 Fix nullptr deref with XPath logic ops (Nick Wellnhofer),
17
18 - Documentation:
19 reader: Fix documentation comment (Mohammed Sadiq)
20
21 - Portability:
22 Fix MSVC build with lzma (Nick Wellnhofer),
23 Variables need 'extern' in static lib on Cygwin (Michael Haubenwallner),
24 Really declare dllexport/dllimport for Cygwin (Michael Haubenwallner),
25 Merge branch 'patch-2' into 'master' (Nick Wellnhofer),
26 Change dir to $THEDIR after ACLOCAL_PATH check autoreconf creates aclocal.m4 in $srcdir (Vitaly Buka),
27 Improve error message if pkg.m4 couldn't be found (Nick Wellnhofer),
28 NaN and Inf fixes for pre-C99 compilers (Nick Wellnhofer)
29
30 - Bug Fixes:
31 Revert "Support xmlTextReaderNextSibling w/o preparsed doc" (Nick Wellnhofer),
32 Fix building relative URIs (Thomas Holder),
33 Problem with data in interleave in RelaxNG validation (Nikolai Weibull),
34 Fix memory leak in xmlSwitchInputEncodingInt error path (Nick Wellnhofer),
35 Set doc on element obtained from freeElems (Nick Wellnhofer),
36 Fix HTML serialization with UTF-8 encoding (Nick Wellnhofer),
37 Use actual doc in xmlTextReaderRead*Xml (Nick Wellnhofer),
38 Unlink node before freeing it in xmlSAX2StartElement (Nick Wellnhofer),
39 Check return value of nodePush in xmlSAX2StartElement (Nick Wellnhofer),
40 Free input buffer in xmlHaltParser (Nick Wellnhofer),
41 Reset HTML parser input pointers on encoding failure (Nick Wellnhofer),
42 Don't run icu_parse_test if EUC-JP is unsupported (Nick Wellnhofer),
43 Fix xmlSchemaValidCtxtPtr reuse memory leak (Greg Hildstrom),
44 Fix xmlTextReaderNext with preparsed document (Felix Bünemann),
45 Remove stray character from comment (Nick Wellnhofer),
46 Remove a misleading line from xmlCharEncOutput (Andrey Bienkowski),
47 HTML noscript should not close p (Daniel Veillard),
48 Don't change context node in xmlXPathRoot (Nick Wellnhofer),
49 Stop using XPATH_OP_RESET (Nick Wellnhofer),
50 Revert "Change calls to xmlCharEncInput to set flush false" (Nick Wellnhofer)
51
52 - Improvements:
53 Fix "Problem with data in interleave in RelaxNG validation" (Nikolai Weibull),
54 cleanup: remove some unreachable code (Thomas Holder),
55 add --relative to testURI (Thomas Holder),
56 Remove redefined starts and defines inside include elements (Nikolai Weibull),
57 Allow choice within choice in nameClass in RELAX NG (Nikolai Weibull),
58 Look inside divs for starts and defines inside include (Nikolai Weibull),
59 Add compile and libxml2-config.cmake to .gitignore (Nikolai Weibull),
60 Stop using doc->charset outside parser code (Nick Wellnhofer),
61 Add newlines to 'xmllint --xpath' output (Nick Wellnhofer),
62 Don't include SAX.h from globals.h (Nick Wellnhofer),
63 Support xmlTextReaderNextSibling w/o preparsed doc (Felix Bünemann),
64 Don't instruct user to run make when autogen.sh failed (林博仁(Buo-ren Lin)),
65 Run Travis ASan tests with "sudo: required" (Nick Wellnhofer),
66 Improve restoring of context size and position (Nick Wellnhofer),
67 Simplify and harden nodeset filtering (Nick Wellnhofer),
68 Avoid unnecessary backups of the context node (Nick Wellnhofer),
69 Fix inconsistency in xmlXPathIsInf (Nick Wellnhofer)
70
71 - Cleanups:
72
73
74
75v2.9.8: Mar 05 2018:
76 - Portability:
77 python: remove single use of _PyVerify_fd (Patrick Welche),
78 Build more test executables on Windows/MSVC (Nick Wellnhofer),
79 Stop including ansidecl.h (Nick Wellnhofer),
80 Fix libz and liblzma detection (Nick Wellnhofer),
81 Revert "Compile testapi with -Wno-unused-function" (Nick Wellnhofer)
82
83 - Bug Fixes:
84 Fix xmlParserEntityCheck (Nick Wellnhofer),
85 Halt parser in case of encoding error (Nick Wellnhofer),
86 Clear entity content in case of errors (Nick Wellnhofer),
87 Change calls to xmlCharEncInput to set flush false when not final call. Having flush incorrectly set to true causes errors for ICU. (Joel Hockey),
88 Fix buffer over-read in xmlParseNCNameComplex (Nick Wellnhofer),
89 Fix ICU library filenames on Windows/MSVC (Nick Wellnhofer),
90 Fix xmlXPathIsNaN broken by recent commit (Nick Wellnhofer),
91 Fix -Wenum-compare warnings (Nick Wellnhofer),
92 Fix callback signature in testapi.c (Nick Wellnhofer),
93 Fix unused parameter warning without ICU (Nick Wellnhofer),
94 Fix IO callback signatures (Nick Wellnhofer),
95 Fix misc callback signatures (Nick Wellnhofer),
96 Fix list callback signatures (Nick Wellnhofer),
97 Fix hash callback signatures (Nick Wellnhofer),
98 Refactor name and type signature for xmlNop (Vlad Tsyrklevich),
99 Fixed ICU to set flush correctly and provide pivot buffer. (Joel Hockey),
100 Skip EBCDIC tests if EBCDIC isn't supported (Nick Wellnhofer)
101
102 - Improvements:
103 Disable pointer-overflow UBSan checks under Travis (Nick Wellnhofer),
104 Improve handling of context input_id (Daniel Veillard),
105 Add resource file to Windows DLL (ccpaging),
106 Run Travis tests with -Werror (Nick Wellnhofer),
107 Build with "-Wall -Wextra" (Nick Wellnhofer),
108 Fix -Wtautological-pointer-compare warnings (Nick Wellnhofer),
109 Remove unused AC_CHECKs (Nick Wellnhofer),
110 Update information about contributing (Nick Wellnhofer),
111 Fix -Wmisleading-indentation warnings (Nick Wellnhofer),
112 Don't touch CFLAGS in configure.ac (Nick Wellnhofer),
113 Ignore function pointer cast warnings (Nick Wellnhofer),
114 Simplify XPath NaN, inf and -0 handling (Nick Wellnhofer),
115 Introduce xmlPosixStrdup and update xmlMemStrdup (Nick Wellnhofer),
116 Add test for ICU flush and pivot buffer (Nick Wellnhofer),
117 Compile testapi with -Wno-unused-function (Nick Wellnhofer)
118
119
120
1212.9.7: Nov 02 2017:
122 - Documentation:
123 xmlcatalog: refresh man page wrt. quering system catalog easily (Jan Pokorný)
124
125 - Portability:
126 Fix deprecated Travis compiler flag (Nick Wellnhofer),
127 Add declaration for DllMain (J. Peter Mugaas),
128 Fix preprocessor conditional in threads.h (J. Peter Mugaas),
129 Fix pointer comparison warnings on 64-bit Windows (J. Peter Mugaas),
130 Fix macro redefinition warning (J. Peter Mugaas),
131 Default to native threads on MinGW-w64 (Nick Wellnhofer),
132 Simplify Windows IO functions (Nick Wellnhofer),
133 Fix runtest on Windows (Nick Wellnhofer),
134 socklen_t is always int on Windows (Nick Wellnhofer),
135 Don't redefine socket error codes on Windows (Nick Wellnhofer),
136 Fix pointer/int cast warnings on 64-bit Windows (Nick Wellnhofer),
137 Fix Windows compiler warnings in xmlCanonicPath (Nick Wellnhofer)
138
139 - Bug Fixes:
140 xmlcatalog: restore ability to query system catalog easily (Jan Pokorný),
141 Fix comparison of nodesets to strings (Nick Wellnhofer)
142
143 - Improvements:
144 Add Makefile rules to rebuild HTML man pages (Nick Wellnhofer),
145 Fix mixed decls and code in timsort.h (Nick Wellnhofer),
146 Rework handling of return values in thread tests (Nick Wellnhofer),
147 Fix unused variable warnings in testrecurse (Nick Wellnhofer),
148 Fix -Wimplicit-fallthrough warnings (J. Peter Mugaas),
149 Upgrade timsort.h to latest revision (Nick Wellnhofer),
150 Increase warning level to /W3 under MSVC (Nick Wellnhofer),
151 Fix a couple of warnings in dict.c and threads.c (Nick Wellnhofer),
152 Update .gitignore for Windows (Nick Wellnhofer),
153 Fix unused variable warnings in nanohttp.c (Nick Wellnhofer),
154 Fix the Windows header mess (Nick Wellnhofer),
155 Don't include winsock2.h in xmllint.c (Nick Wellnhofer),
156 Remove generated file python/setup.py from version control (Nick Wellnhofer),
157 Use __linux__ macro in generated code (Nick Wellnhofer)
158
159
160
161v2.9.6: Oct 06 2017:
162 - Portability:
163 Change preprocessor OS tests to __linux__ (Nick Wellnhofer)
164
165 - Bug Fixes:
166 Fix XPath stack frame logic (Nick Wellnhofer),
167 Report undefined XPath variable error message (Nick Wellnhofer),
168 Fix regression with librsvg (Nick Wellnhofer),
169 Handle more invalid entity values in recovery mode (Nick Wellnhofer),
170 Fix structured validation errors (Nick Wellnhofer),
171 Fix memory leak in LZMA decompressor (Nick Wellnhofer),
172 Set memory limit for LZMA decompression (Nick Wellnhofer),
173 Handle illegal entity values in recovery mode (Nick Wellnhofer),
174 Fix debug dump of streaming XPath expressions (Nick Wellnhofer),
175 Fix memory leak in nanoftp (Nick Wellnhofer),
176 Fix memory leaks in SAX1 parser (Nick Wellnhofer)
177
178
179
180v2.9.5: Sep 04 2017:
181 - Security:
182 Detect infinite recursion in parameter entities (Nick Wellnhofer),
183 Fix handling of parameter-entity references (Nick Wellnhofer),
184 Disallow namespace nodes in XPointer ranges (Nick Wellnhofer),
185 Fix XPointer paths beginning with range-to (Nick Wellnhofer)
186
187 - Documentation:
188 Documentation fixes (Nick Wellnhofer),
189 Spelling and grammar fixes (Nick Wellnhofer)
190
191 - Portability:
192 Adding README.zOS to list of extra files for the release (Daniel Veillard),
193 Description of work needed to compile on zOS (Stéphane Michaut),
194 Porting libxml2 on zOS encoding of code (Stéphane Michaut),
195 small changes for OS/400 (Patrick Monnerat),
196 relaxng.c, xmlschemas.c: Fix build on pre-C99 compilers (Chun-wei Fan)
197
198 - Bug Fixes:
199 Problem resolving relative URIs (Daniel Veillard),
200 Fix unwanted warnings when switching encodings (Nick Wellnhofer),
201 Fix signature of xmlSchemaAugmentImportedIDC (Daniel Veillard),
202 Heap-buffer-overflow read of size 1 in xmlFAParsePosCharGroup (David Kilzer),
203 Fix NULL pointer deref in xmlFAParseCharClassEsc (Nick Wellnhofer),
204 Fix infinite loops with push parser in recovery mode (Nick Wellnhofer),
205 Send xmllint usage error to stderr (Nick Wellnhofer),
206 Fix NULL deref in xmlParseExternalEntityPrivate (Nick Wellnhofer),
207 Make sure not to call IS_BLANK_CH when parsing the DTD (Nick Wellnhofer),
208 Fix xmlHaltParser (Nick Wellnhofer),
209 Fix pathological performance when outputting charrefs (Nick Wellnhofer),
210 Fix invalid-source-encoding warnings in testWriter.c (Nick Wellnhofer),
211 Fix duplicate SAX callbacks for entity content (David Kilzer),
212 Treat URIs with scheme as absolute in C14N (Nick Wellnhofer),
213 Fix copy-paste errors in error messages (Nick Wellnhofer),
214 Fix sanity check in htmlParseNameComplex (Nick Wellnhofer),
215 Fix potential infinite loop in xmlStringLenDecodeEntities (Nick Wellnhofer),
216 Reset parser input pointers on encoding failure (Nick Wellnhofer),
217 Fix memory leak in xmlParseEntityDecl error path (Nick Wellnhofer),
218 Fix xmlBuildRelativeURI for URIs starting with './' (Nick Wellnhofer),
219 Fix type confusion in xmlValidateOneNamespace (Nick Wellnhofer),
220 Fix memory leak in xmlStringLenGetNodeList (Nick Wellnhofer),
221 Fix NULL pointer deref in xmlDumpElementContent (Daniel Veillard),
222 Fix memory leak in xmlBufAttrSerializeTxtContent (Nick Wellnhofer),
223 Stop parser on unsupported encodings (Nick Wellnhofer),
224 Check for integer overflow in memory debug code (Nick Wellnhofer),
225 Fix buffer size checks in xmlSnprintfElementContent (Nick Wellnhofer),
226 Avoid reparsing in xmlParseStartTag2 (Nick Wellnhofer),
227 Fix undefined behavior in xmlRegExecPushStringInternal (Nick Wellnhofer),
228 Check XPath exponents for overflow (Nick Wellnhofer),
229 Check for overflow in xmlXPathIsPositionalPredicate (Nick Wellnhofer),
230 Fix spurious error message (Nick Wellnhofer),
231 Fix memory leak in xmlCanonicPath (Nick Wellnhofer),
232 Fix memory leak in xmlXPathCompareNodeSetValue (Nick Wellnhofer),
233 Fix memory leak in pattern error path (Nick Wellnhofer),
234 Fix memory leak in parser error path (Nick Wellnhofer),
235 Fix memory leaks in XPointer error paths (Nick Wellnhofer),
236 Fix memory leak in xmlXPathNodeSetMergeAndClear (Nick Wellnhofer),
237 Fix memory leak in XPath filter optimizations (Nick Wellnhofer),
238 Fix memory leaks in XPath error paths (Nick Wellnhofer),
239 Do not leak the new CData node if adding fails (David Tardon),
240 Prevent unwanted external entity reference (Neel Mehta),
241 Increase buffer space for port in HTTP redirect support (Daniel Veillard),
242 Fix more NULL pointer derefs in xpointer.c (Nick Wellnhofer),
243 Avoid function/data pointer conversion in xpath.c (Nick Wellnhofer),
244 Fix format string warnings (Nick Wellnhofer),
245 Disallow namespace nodes in XPointer points (Nick Wellnhofer),
246 Fix comparison with root node in xmlXPathCmpNodes (Nick Wellnhofer),
247 Fix attribute decoding during XML schema validation (Alex Henrie),
248 Fix NULL pointer deref in XPointer range-to (Nick Wellnhofer)
249
250 - Improvements:
251 Updating the spec file to reflect Fedora 24 (Daniel Veillard),
252 Add const in five places to move 1 KiB to .rdata (Bruce Dawson),
253 Fix missing part of comment for function xmlXPathEvalExpression() (Daniel Veillard),
254 Get rid of "blanks wrapper" for parameter entities (Nick Wellnhofer),
255 Simplify handling of parameter entity references (Nick Wellnhofer),
256 Deduplicate code in encoding.c (Nick Wellnhofer),
257 Make HTML parser functions take const pointers (Nick Wellnhofer),
258 Build test programs only when needed (Nick Wellnhofer),
259 Fix doc/examples/index.py (Nick Wellnhofer),
260 Fix compiler warnings in threads.c (Nick Wellnhofer),
261 Fix empty-body warning in nanohttp.c (Nick Wellnhofer),
262 Fix cast-align warnings (Nick Wellnhofer),
263 Fix unused-parameter warnings (Nick Wellnhofer),
264 Rework entity boundary checks (Nick Wellnhofer),
265 Don't switch encoding for internal parameter entities (Nick Wellnhofer),
266 Merge duplicate code paths handling PE references (Nick Wellnhofer),
267 Test SAX2 callbacks with entity substitution (Nick Wellnhofer),
268 Support catalog and threads tests under --without-sax1 (Nick Wellnhofer),
269 Misc fixes for 'make tests' (Nick Wellnhofer),
270 Initialize keepBlanks in HTML parser (Nick Wellnhofer),
271 Add test cases for bug 758518 (David Kilzer),
272 Fix compiler warning in htmlParseElementInternal (Nick Wellnhofer),
273 Remove useless check in xmlParseAttributeListDecl (Nick Wellnhofer),
274 Allow zero sized memory input buffers (Nick Wellnhofer),
275 Add TODO comment in xmlSwitchEncoding (Nick Wellnhofer),
276 Check for integer overflow in xmlXPathFormatNumber (Nick Wellnhofer),
277 Make Travis print UBSan stacktraces (Nick Wellnhofer),
278 Add .travis.yml (Nick Wellnhofer),
279 Fix expected error output in Python tests (Nick Wellnhofer),
280 Simplify control flow in xmlParseStartTag2 (Nick Wellnhofer),
281 Disable LeakSanitizer when running API tests (Nick Wellnhofer),
282 Avoid out-of-bound array access in API tests (Nick Wellnhofer),
283 Avoid spurious UBSan errors in parser.c (Nick Wellnhofer),
284 Parse small XPath numbers more accurately (Nick Wellnhofer),
285 Rework XPath rounding functions (Nick Wellnhofer),
286 Fix white space in test output (Nick Wellnhofer),
287 Fix axis traversal from attribute and namespace nodes (Nick Wellnhofer),
288 Check for trailing characters in XPath expressions earlier (Nick Wellnhofer),
289 Rework final handling of XPath results (Nick Wellnhofer),
290 Make xmlXPathEvalExpression call xmlXPathEval (Nick Wellnhofer),
291 Remove unused variables (Nick Wellnhofer),
292 Don't print generic error messages in XPath tests (Nick Wellnhofer)
293
294 - Cleanups:
295 Fix a couple of misleading indentation errors (Daniel Veillard),
296 Remove unnecessary calls to xmlPopInput (Nick Wellnhofer)
297
298
299
3002.9.4: May 23 2016:
301 - Security:
302 More format string warnings with possible format string vulnerability (David Kilzer),
303 Avoid building recursive entities (Daniel Veillard),
304 Heap-based buffer overread in htmlCurrentChar (Pranjal Jumde),
305 Heap-based buffer-underreads due to xmlParseName (David Kilzer),
306 Heap use-after-free in xmlSAX2AttributeNs (Pranjal Jumde),
307 Heap use-after-free in htmlParsePubidLiteral and htmlParseSystemiteral (Pranjal Jumde),
308 Fix some format string warnings with possible format string vulnerability (David Kilzer),
309 Detect change of encoding when parsing HTML names (Hugh Davenport),
310 Fix inappropriate fetch of entities content (Daniel Veillard),
311 Bug 759398: Heap use-after-free in xmlDictComputeFastKey <https://bugzilla.gnome.org/show_bug.cgi?id=759398> (Pranjal Jumde),
312 Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla.gnome.org/show_bug.cgi?id=758605> (Pranjal Jumde),
313 Bug 758588: Heap-based buffer overread in xmlParserPrintFileContextInternal <https://bugzilla.gnome.org/show_bug.cgi?id=758588> (David Kilzer),
314 Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup <https://bugzilla.gnome.org/show_bug.cgi?id=757711> (Pranjal Jumde),
315 Add missing increments of recursion depth counter to XML parser. (Peter Simons)
316
317 - Documentation:
318 Fix typo: s{ ec -> cr }cipt (Jan Pokorný),
319 Fix typos: dictio{ nn -> n }ar{y,ies} (Jan Pokorný),
320 Fix typos: PATH_{ SEAPARATOR -> SEPARATOR } (Jan Pokorný),
321 Correct a typo. (Shlomi Fish)
322
323 - Portability:
324 Correct the usage of LDFLAGS (Mattias Hansson),
325 Revert the use of SAVE_LDFLAGS in configure.ac (Mattias Hansson),
326 libxml2 hardcodes -L/lib in zlib/lzma tests which breaks cross-compiles (Mike Frysinger),
327 Fix apibuild for a recently added construct (Daniel Veillard),
328 Use pkg-config to locate zlib when possible (Stewart Brodie),
329 Use pkg-config to locate ICU when possible (Stewart Brodie),
330 Portability to non C99 compliant compilers (Patrick Monnerat),
331 dict.h: Move xmlDictPtr definition before includes to allow direct inclusion. (Patrick Monnerat),
332 os400: tell about xmllint and xmlcatalog in README400. (Patrick Monnerat),
333 os400: properly process SGML add in XMLCATALOG command. (Patrick Monnerat),
334 os400: implement CL command XMLCATALOG. (Patrick Monnerat),
335 os400: compile and install program xmlcatalog (qshell-only). (Patrick Monnerat),
336 os400: expand tabs in sources, strip trailing blanks. (Patrick Monnerat),
337 os400: implement CL command XMLLINT. (Patrick Monnerat),
338 os400: compile and install program xmllint (qshell-only). (Patrick Monnerat),
339 os400: initscript make_module(): Use options instead of positional parameters. (Patrick Monnerat),
340 os400: c14n.rpgle: allow *omit for nullable reference parameters. (Patrick Monnerat),
341 os400: use like() for double type. (Patrick Monnerat),
342 os400: use like() for int type. (Patrick Monnerat),
343 os400: use like() for unsigned int type. (Patrick Monnerat),
344 os400: use like() for enum types. (Patrick Monnerat),
345 Add xz to xml2-config --libs output (Baruch Siach),
346 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),
347 win32\VC10\config.h and VS 2015 (Bruce Dawson),
348 Add configure maintainer mode (orzen)
349
350 - Bug Fixes:
351 Avoid an out of bound access when serializing malformed strings (Daniel Veillard),
352 Unsigned addition may overflow in xmlMallocAtomicLoc() (David Kilzer),
353 Integer signed/unsigned type mismatch in xmlParserInputGrow() (David Kilzer),
354 Bug 763071: heap-buffer-overflow in xmlStrncat <https://bugzilla.gnome.org/show_bug.cgi?id=763071> (Pranjal Jumde),
355 Integer overflow parsing port number in URI (Michael Paddon),
356 Fix an error with regexp on nullable counted char transition (Daniel Veillard),
357 Fix memory leak with XPath namespace nodes (Nick Wellnhofer),
358 Fix namespace axis traversal (Nick Wellnhofer),
359 Fix null pointer deref in docs with no root element (Hugh Davenport),
360 Fix XSD validation of URIs with ampersands (Alex Henrie),
361 xmlschemastypes.c: accept endOfDayFrag Times set to "24:00:00" mean "end of day" and should not cause an error. (Patrick Monnerat),
362 xmlcatalog: flush stdout before interactive shell input. (Patrick Monnerat),
363 xmllint: flush stdout before interactive shell input. (Patrick Monnerat),
364 Don't recurse into OP_VALUEs in xmlXPathOptimizeExpression (Nick Wellnhofer),
365 Fix namespace::node() XPath expression (Nick Wellnhofer),
366 Fix OOB write in xmlXPathEmptyNodeSet (Nick Wellnhofer),
367 Fix parsing of NCNames in XPath (Nick Wellnhofer),
368 Fix OOB read with invalid UTF-8 in xmlUTF8Strsize (Nick Wellnhofer),
369 Do normalize string-based datatype value in RelaxNG facet checking (Audric Schiltknecht),
370 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),
371 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),
372 error.c: *input->cur == 0 does not mean no error (Pavel Raiskup),
373 Add missing RNG test files (David Kilzer),
374 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),
375 Bug 758572: ASAN crash in make check <https://bugzilla.gnome.org/show_bug.cgi?id=758572> (David Kilzer),
376 Bug 721158: Missing ICU string when doing --version on xmllint <https://bugzilla.gnome.org/show_bug.cgi?id=721158> (David Kilzer),
377 python 3: libxml2.c wrappers create Unicode str already (Michael Stahl),
378 Add autogen.sh to distrib (orzen),
379 Heap-based buffer overread in xmlNextChar (Daniel Veillard)
380
381 - Improvements:
382 Add more debugging info to runtest (Daniel Veillard),
383 Implement "runtest -u" mode (David Kilzer),
384 Add a make rule to rebuild for ASAN (Daniel Veillard)
385
386
387
388v2.9.3: Nov 20 2015:
389 - Security:
390 CVE-2015-8242 Buffer overead with HTML parser in push mode (Hugh Davenport),
391 CVE-2015-7500 Fix memory access error due to incorrect entities boundaries (Daniel Veillard),
392 CVE-2015-7499-2 Detect incoherency on GROW (Daniel Veillard),
393 CVE-2015-7499-1 Add xmlHaltParser() to stop the parser (Daniel Veillard),
394 CVE-2015-5312 Another entity expansion issue (David Drysdale),
395 CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKey (David Drysdale),
396 CVE-2015-7498 Avoid processing entities after encoding conversion failures (Daniel Veillard),
397 CVE-2015-8035 Fix XZ compression support loop (Daniel Veillard),
398 CVE-2015-7942-2 Fix an error in previous Conditional section patch (Daniel Veillard),
399 CVE-2015-7942 Another variation of overflow in Conditional sections (Daniel Veillard),
400 CVE-2015-1819 Enforce the reader to run in constant memory (Daniel Veillard)
401 CVE-2015-7941_2 Cleanup conditional section error handling (Daniel Veillard),
402 CVE-2015-7941_1 Stop parsing on entities boundaries errors (Daniel Veillard),
403
404 - Documentation:
405 Correct spelling of "calling" (Alex Henrie),
406 Fix a small error in xmllint --format description (Fabien Degomme),
407 Avoid XSS on the search of xmlsoft.org (Daniel Veillard)
408
409 - Portability:
410 threads: use forward declarations only for glibc (Michael Heimpold),
411 Update Win32 configure.js to search for configure.ac (Daniel Veillard)
412
413 - Bug Fixes:
414 Bug on creating new stream from entity (Daniel Veillard),
415 Fix some loop issues embedding NEXT (Daniel Veillard),
416 Do not print error context when there is none (Daniel Veillard),
417 Avoid extra processing of MarkupDecl when EOF (Hugh Davenport),
418 Fix parsing short unclosed comment uninitialized access (Daniel Veillard),
419 Add missing Null check in xmlParseExternalEntityPrivate (Gaurav Gupta),
420 Fix a bug in CData error handling in the push parser (Daniel Veillard),
421 Fix a bug on name parsing at the end of current input buffer (Daniel Veillard),
422 Fix the spurious ID already defined error (Daniel Veillard),
423 Fix previous change to node sort order (Nick Wellnhofer),
424 Fix a self assignment issue raised by clang (Scott Graham),
425 Fail parsing early on if encoding conversion failed (Daniel Veillard),
426 Do not process encoding values if the declaration if broken (Daniel Veillard),
427 Silence clang's -Wunknown-attribute (Michael Catanzaro),
428 xmlMemUsed is not thread-safe (Martin von Gagern),
429 Fix support for except in nameclasses (Daniel Veillard),
430 Fix order of root nodes (Nick Wellnhofer),
431 Allow attributes on descendant-or-self axis (Nick Wellnhofer),
432 Fix the fix to Windows locking (Steve Nairn),
433 Fix timsort invariant loop re: Envisage article (Christopher Swenson),
434 Don't add IDs in xmlSetTreeDoc (Nick Wellnhofer),
435 Account for ID attributes in xmlSetTreeDoc (Nick Wellnhofer),
436 Remove various unused value assignments (Philip Withnall),
437 Fix missing entities after CVE-2014-3660 fix (Daniel Veillard),
438 Revert "Missing initialization for the catalog module" (Daniel Veillard)
439
440 - Improvements:
441 Reuse xmlHaltParser() where it makes sense (Daniel Veillard),
442 xmlStopParser reset errNo (Daniel Veillard),
443 Reenable xz support by default (Daniel Veillard),
444 Recover unescaped less-than character in HTML recovery parsing (Daniel Veillard),
445 Allow HTML serializer to output HTML5 DOCTYPE (Shaun McCance),
446 Regression test for bug #695699 (Nick Wellnhofer),
447 Add a couple of XPath tests (Nick Wellnhofer),
448 Add Python 3 rpm subpackage (Tomas Radej),
449 libxml2-config.cmake.in: update include directories (Samuel Martin),
450 Adding example from bugs 738805 to regression tests (Daniel Veillard)
451
452 - Cleanups:
453
454
455
Daniel Veillard726f67e2014-10-16 15:40:16 +08004562.9.2: Oct 16 2014:
457 - Security:
458 Fix for CVE-2014-3660 billion laugh variant (Daniel Veillard),
459 CVE-2014-0191 Do not fetch external parameter entities (Daniel Veillard)
460
461 - Bug Fixes:
462 fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC (Bart De Schuymer),
463 xmlmemory: handle realloc properly (Yegor Yefremov),
464 Python generator bug raised by the const change (Daniel Veillard),
465 Windows Critical sections not released correctly (Daniel Veillard),
466 Parser error on repeated recursive entity expansion containing &lt; (Daniel Veillard),
467 xpointer : fixing Null Pointers (Gaurav Gupta),
468 Remove Unnecessary Null check in xpointer.c (Gaurav Gupta),
469 parser bug on misformed namespace attributes (Dennis Filder),
470 Pointer dereferenced before null check (Daniel Veillard),
471 Leak of struct addrinfo in xmlNanoFTPConnect() (Gaurav Gupta),
472 Possible overflow in HTMLParser.c (Daniel Veillard),
473 python/tests/sync.py assumes Python dictionaries are ordered (John Beck),
474 Fix Enum check and missing break (Gaurav Gupta),
475 xmlIO: Handle error returns from dup() (Philip Withnall),
476 Fix a problem properly saving URIs (Daniel Veillard),
477 wrong error column in structured error when parsing attribute values (Juergen Keil),
478 wrong error column in structured error when skipping whitespace in xml decl (Juergen Keil),
479 no error column in structured error handler for xml schema validation errors (Juergen Keil),
480 Couple of Missing Null checks (Gaurav Gupta),
481 Add couple of missing Null checks (Daniel Veillard),
482 xmlschemastypes: Fix potential array overflow (Philip Withnall),
483 runtest: Fix a memory leak on parse failure (Philip Withnall),
484 xmlIO: Fix an FD leak on gzdopen() failure (Philip Withnall),
485 xmlcatalog: Fix a memory leak on quit (Philip Withnall),
486 HTMLparser: Correctly initialise a stack allocated structure (Philip Withnall),
487 Check for tmon in _xmlSchemaDateAdd() is incorrect (David Kilzer),
488 Avoid Possible Null Pointer in trio.c (Gaurav Gupta),
489 Fix processing in SAX2 in case of an allocation failure (Daniel Veillard),
490 XML Shell command "cd" does not handle "/" at end of path (Daniel Veillard),
491 Fix various Missing Null checks (Gaurav Gupta),
492 Fix a potential NULL dereference (Daniel Veillard),
493 Add a couple of misisng check in xmlRelaxNGCleanupTree (Gaurav Gupta),
494 Add a missing argument check (Gaurav Gupta),
495 Adding a check in case of allocation error (Gaurav Gupta),
496 xmlSaveUri() incorrectly recomposes URIs with rootless paths (Dennis Filder),
497 Adding some missing NULL checks (Gaurav),
498 Fixes for xmlInitParserCtxt (Daniel Veillard),
499 Fix regressions introduced by CVE-2014-0191 patch (Daniel Veillard),
500 erroneously ignores a validation error if no error callback set (Daniel Veillard),
501 xmllint was not parsing the --c14n11 flag (Sérgio Batista),
502 Avoid Possible null pointer dereference in memory debug mode (Gaurav),
503 Avoid Double Null Check (Gaurav),
504 Restore context size and position after XPATH_OP_ARG (Nick Wellnhofer),
505 Fix xmlParseInNodeContext() if node is not element (Daniel Veillard),
506 Avoid a possible NULL pointer dereference (Gaurav),
507 Fix xmlTextWriterWriteElement when a null content is given (Daniel Veillard),
508 Fix an typo 'onrest' in htmlScriptAttributes (Daniel Veillard),
509 fixing a ptotential uninitialized access (Daniel Veillard),
510 Fix an fd leak in an error case (Daniel Veillard),
511 Missing initialization for the catalog module (Daniel Veillard),
512 Handling of XPath function arguments in error case (Nick Wellnhofer),
513 Fix a couple of missing NULL checks (Gaurav),
514 Avoid a possibility of dangling encoding handler (Gaurav),
515 Fix HTML push parser to accept HTML_PARSE_NODEFDTD (Arnold Hendriks),
516 Fix a bug loading some compressed files (Mike Alexander),
517 Fix XPath node comparison bug (Gaurav),
518 Type mismatch in xmlschemas.c (Gaurav),
519 Type mismatch in xmlschemastypes.c (Gaurav),
520 Avoid a deadcode in catalog.c (Daniel Veillard),
521 run close socket on Solaris, same as we do on other platforms (Denis Pauk),
522 Fix pointer dereferenced before null check (Gaurav),
523 Fix a potential NULL dereference in tree code (Daniel Veillard),
524 Fix potential NULL pointer dereferences in regexp code (Gaurav),
525 xmllint --pretty crashed without following numeric argument (Tim Galeckas),
526 Fix XPath expressions of the form '@ns:*' (Nick Wellnhofer),
527 Fix XPath '//' optimization with predicates (Nick Wellnhofer),
528 Clear up a potential NULL dereference (Daniel Veillard),
529 Fix a possible NULL dereference (Gaurav),
530 Avoid crash if allocation fails (Daniel Veillard),
531 Remove occasional leading space in XPath number formatting (Daniel Veillard),
532 Fix handling of mmap errors (Daniel Veillard),
533 Catch malloc error and exit accordingly (Daniel Veillard),
534 missing else in xlink.c (Ami Fischman),
535 Fix a parsing bug on non-ascii element and CR/LF usage (Daniel Veillard),
536 Fix a regression in xmlGetDocCompressMode() (Daniel Veillard),
537 properly quote the namespace uris written out during c14n (Aleksey Sanin),
538 Remove premature XInclude check on URI being relative (Alexey Neyman),
539 Fix missing break on last() function for attributes (dcb),
540 Do not URI escape in server side includes (Romain Bondue),
541 Fix an error in xmlCleanupParser (Alexander Pastukhov)
542
543 - Documentation:
544 typo in error messages "colon are forbidden from..." (Daniel Veillard),
545 Fix a link to James SAX documentation old page (Daniel Veillard),
546 Fix typos in relaxng.c (Jan Pokorný),
547 Fix a doc typo (Daniel Veillard),
548 Fix typos in {tree,xpath}.c (errror) (Jan Pokorný),
549 Add limitations about encoding conversion (Daniel Veillard),
550 Fix typos in xmlschemas{,types}.c (Jan Pokorný),
551 Fix incorrect spelling entites->entities (Jan Pokorný),
552 Forgot to document 2.9.1 release, regenerate docs (Daniel Veillard)
553
554 - Portability:
555 AC_CONFIG_FILES and executable bit (Roumen Petrov),
556 remove HAVE_CONFIG_H dependency in testlimits.c (Roumen Petrov),
557 fix some tabs mixing incompatible with python3 (Roumen Petrov),
558 Visual Studio 14 CTP defines snprintf() (Francis Dupont),
559 OS400: do not try to copy unexisting doc files (Patrick Monnerat),
560 OS400: use either configure.ac or configure.in. (Patrick Monnerat),
561 os400: make-src.sh: create physical file with target CCSID (Patrick Monnerat),
562 OS400: Add some more C macros equivalent procedures. (Patrick Monnerat),
563 OS400: use C macros to implement equivalent RPG support procedures. (Patrick Monnerat),
564 OS400: implement XPath macros as procedures for ILE/RPG support. (Patrick Monnerat),
565 OS400: include in distribution tarball. (Patrick Monnerat),
566 OS400: Add README: compilation directives and OS/400 specific stuff. (Patrick Monnerat),
567 OS400: Add compilation scripts. (Patrick Monnerat),
568 OS400: ILE RPG language header files. (Patrick Monnerat),
569 OS400: implement some macros as functions for ILE/RPG language support (that as no macros). (Patrick Monnerat),
570 OS400: UTF8<-->EBCDIC wrappers for system and external library calls (Patrick Monnerat),
571 OS400: Easy character transcoding support (Patrick Monnerat),
572 OS400: iconv functions compatibility wrappers and table builder. (Patrick Monnerat),
573 OS400: create architecture directory. Implement dlfcn emulation. (Patrick Monnerat),
574 Fix building when configuring without xpath and xptr (Daniel Veillard),
575 configure: Add --with-python-install-dir (Jonas Eriksson),
576 Fix compilation with minimum and xinclude. (Nicolas Le Cam),
577 Compile out use of xmlValidateNCName() when not available. (Nicolas Le Cam),
578 Fix compilation with minimum and schematron. (Nicolas Le Cam),
579 Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement(). (Nicolas Le Cam),
580 Don't use xmlValidateName() when not available. (Nicolas Le Cam),
581 Fix a portability issue on Windows (Longstreth Jon),
582 Various portability patches for OpenVMS (Jacob (Jouk) Jansen),
583 Use specific macros for portability to OS/400 (Patrick Monnerat),
584 Add macros needed for OS/400 portability (Patrick Monnerat),
585 Portability patch for fopen on OS/400 (Patrick Monnerat),
586 Portability fixes for OS/400 (Patrick Monnerat),
587 Improve va_list portability (Patrick Monnerat),
588 Portability fix (Patrick Monnerat),
589 Portability fix (Patrick Monnerat),
590 Generic portability fix (Patrick Monnerat),
591 Shortening lines in headers (Patrick Monnerat),
592 build: Use pkg-config to find liblzma in preference to AC_CHECK_LIB (Philip Withnall),
593 build: Add @LZMA_LIBS@ to libxml’s pkg-config files (Philip Withnall),
594 fix some tabs mixing incompatible with python3 (Daniel Veillard),
595 add additional defines checks for support "./configure --with-minimum" (Denis Pauk),
596 Another round of fixes for older versions of Python (Arfrever Frehtes Taifersar Arahesis),
597 python: fix drv_libxml2.py for python3 compatibility (Alexandre Rostovtsev),
598 python: Fix compiler warnings when building python3 bindings (Armin K),
599 Fix for compilation with python 2.6.8 (Petr Sumbera)
600
601 - Improvements:
602 win32/libxml2.def.src after rebuild in doc (Roumen Petrov),
603 elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement() (Roumen Petrov),
604 elfgcchack.h: add xmlXPathNodeEval and xmlXPathSetContextNode (Roumen Petrov),
605 Provide cmake module (Samuel Martin),
606 Fix a couple of issues raised by make dist (Daniel Veillard),
607 Fix and add const qualifiers (Kurt Roeckx),
608 Preparing for upcoming release of 2.9.2 (Daniel Veillard),
609 Fix zlib and lzma libraries check via command line (Dmitriy),
610 wrong error column in structured error when parsing end tag (Juergen Keil),
611 doc/news.html: small update to avoid line join while generating NEWS. (Patrick Monnerat),
612 Add methods for python3 iterator (Ron Angeles),
613 Support element node traversal in document fragments. (Kyle VanderBeek),
614 xmlNodeSetName: Allow setting the name to a substring of the currently set name (Tristan Van Berkom),
615 Added macros for argument casts (Eric Zurcher),
616 adding init calls to xml and html Read parsing entry points (Daniel Veillard),
617 Get rid of 'REPLACEMENT CHARACTER' Unicode chars in xmlschemas.c (Jan Pokorný),
618 Implement choice for name classes on attributes (Shaun McCance),
619 Two small namespace tweaks (Daniel Veillard),
620 xmllint --memory should fail on empty files (Daniel Veillard),
621 Cast encoding name to char pointer to match arg type (Nikolay Sivov)
622
623 - Cleanups:
624 Removal of old configure.in (Daniel Veillard),
625 Unreachable code in tree.c (Gaurav Gupta),
626 Remove a couple of dead conditions (Gaurav Gupta),
627 Avoid some dead code and cleanup in relaxng.c (Gaurav),
628 Drop not needed checks (Denis Pauk),
629 Fix a wrong test (Daniel Veillard)
630
631
632
6332.9.1: Apr 19 2013:
634 - Features:
635 Support for Python3 (Daniel Veillard),
636 Add xmlXPathSetContextNode and xmlXPathNodeEval (Alex Bligh)
637
638 - Documentation:
639 Add documentation for xmllint --xpath (Daniel Veillard),
640 Fix the URL of the SAX documentation from James (Daniel Veillard),
641 Fix spelling of "length". (Michael Wood)
642
643 - Portability:
644 Fix python bindings with versions older than 2.7 (Daniel Veillard),
645 rebuild docs:Makefile.am (Roumen Petrov),
646 elfgcchack.h after rebuild in doc (Roumen Petrov),
647 elfgcchack for buf module (Roumen Petrov),
648 Fix a uneeded and wrong extra link parameter (Daniel Veillard),
649 Few cleanup patches for Windows (Denis Pauk),
650 Fix rpmbuild --nocheck (Mark Salter),
651 Fix for win32/configure.js and WITH_THREAD_ALLOC (Daniel Richard),
652 Fix Broken multi-arch support in xml2-config (Daniel Veillard),
653 Fix a portability issue for GCC < 3.4.0 (Daniel Veillard),
654 Windows build fixes (Daniel Richard),
655 Fix a thread portability problem (Friedrich Haubensak),
656 Downgrade autoconf requirement to 2.63 (Daniel Veillard)
657
658 - Bug Fixes:
659 Fix a linking error for python bindings (Daniel Veillard),
660 Fix a couple of return without value (Jüri Aedla),
661 Improve the hashing functions (Daniel Franke),
662 Improve handling of xmlStopParser() (Daniel Veillard),
663 Remove risk of lockup in dictionary initialization (Daniel Veillard),
664 Activate detection of encoding in external subset (Daniel Veillard),
665 Fix an output buffer flushing conversion bug (Mikhail Titov),
666 Fix an old bug in xmlSchemaValidateOneElement (Csaba László),
667 Fix configure cannot remove messages (Gilles Espinasse),
668 fix schema validation in combination with xsi:nil (Daniel Veillard),
669 xmlCtxtReadFile doesn't work with literal IPv6 URLs (Steve Wolf),
670 Fix a few problems with setEntityLoader (Alexey Neyman),
671 Detect excessive entities expansion upon replacement (Daniel Veillard),
672 Fix the flushing out of raw buffers on encoding conversions (Daniel,
673Veillard),
674 Fix some buffer conversion issues (Daniel Veillard),
675 When calling xmlNodeDump make sure we grow the buffer quickly (Daniel,
676Veillard),
677 Fix an error in the progressive DTD parsing code (Dan Winship),
678 xmllint should not load DTD by default when using the reader (Daniel,
679Veillard),
680 Try IBM-037 when looking for EBCDIC handlers (Petr Sumbera),
681 Fix potential out of bound access (Daniel Veillard),
682 Fix large parse of file from memory (Daniel Veillard),
683 Fix a bug in the nsclean option of the parser (Daniel Veillard),
684 Fix a regression in 2.9.0 breaking validation while streaming (Daniel,
685Veillard),
686 Remove potential calls to exit() (Daniel Veillard)
687
688 - Improvements:
689 Regenerated API, and testapi, rebuild documentation (Daniel Veillard),
690 Fix tree iterators broken by 2to3 script (Daniel Veillard),
691 update all tests for Python3 and Python2 (Daniel Veillard),
692 A few more fixes for python 3 affecting libxml2.py (Daniel Veillard),
693 Fix compilation on Python3 (Daniel Veillard),
694 Converting apibuild.py to python3 (Daniel Veillard),
695 First pass at starting porting to python3 (Daniel Veillard),
696 updated configure.in for python3 (Daniel Veillard),
697 Add support for xpathRegisterVariable in Python (Shaun McCance),
698 Added a regression tests from bug 694228 data (Daniel Veillard),
699 Cache presence of '<' in entities content (Daniel Veillard),
700 Avoid extra processing on entities (Daniel Veillard),
701 Python binding for xmlRegisterInputCallback (Alexey Neyman),
702 Python bindings: DOM casts everything to xmlNode (Alexey Neyman),
703 Define LIBXML_THREAD_ALLOC_ENABLED via xmlversion.h (Tim Starling),
704 Adding streaming validation to runtest checks (Daniel Veillard),
705 Add a --pushsmall option to xmllint (Daniel Veillard)
706
707 - Cleanups:
708 Switched comment in file to UTF-8 encoding (Daniel Veillard),
709 Extend gitignore (Daniel Veillard),
710 Silent the new python test on input (Alexey Neyman),
711 Cleanup of a duplicate test (Daniel Veillard),
712 Cleanup on duplicate test expressions (Daniel Veillard),
713 Fix compiler warning after 153cf15905cf4ec080612ada6703757d10caba1e (Patrick,
714Gansterer),
715 Spec cleanups and a fix for multiarch support (Daniel Veillard),
716 Silence a clang warning (Daniel Veillard),
717 Cleanup the Copyright to be pure MIT Licence wording (Daniel Veillard),
718 rand_seed should be static in dict.c (Wouter Van Rooy),
719 Fix typos in parser comments (Jan Pokorný)
720
721
722
7232.9.0: Sep 11 2012:
724 - Features:
725 A few new API entry points,
726 More resilient push parser mode,
727 A lot of portability improvement,
728 Faster XPath evaluation
729
730 - Documentation:
731 xml2-config.1 markup error (Christian Weisgerber),
732 libxml(3) manpage typo fix (John Bradshaw),
733 More cleanups to the documentation part of libxml2 (Daniel Richard G)
734
735 - Portability:
736 Bug 676544 - fails to build with --without-sax1 (Akira TAGOH),
737 fix builds not having stdint.h (Rob Richards),
738 GetProcAddressA is available only on WinCE (Daniel Veillard),
739 More updates and cleanups on autotools and Makefiles (Daniel Richard G),
740 More changes for Win32 compilation (Eric Zurcher),
741 Basic changes for Win32 builds of release 2.9.0: compile buf.c (Eric Zurcher),
742 Bundles all generated files for python into the distribution (Daniel Richard G),
743 Fix compiler warnings of wincecompat.c (Patrick Gansterer),
744 Fix non __GNUC__ build (Patrick Gansterer),
745 Fix windows unicode build (Patrick Gansterer),
746 clean redefinition of {v}snprintf in C-source (Roumen Petrov),
747 use xmlBuf... if DEBUG_INPUT is defined (Roumen Petrov),
748 fix runtests to use pthreads support for various Unix platforms (Daniel Richard G),
749 Various "make distcheck" and portability fixups 2nd part (Daniel Richard G),
750 Various "make distcheck" and portability fixups (Daniel Richard G),
751 Fix compilation on older Visual Studio (Daniel Veillard)
752
753 - Bug Fixes:
754 Change the XPath code to percolate allocation errors (Daniel Veillard),
755 Fix reuse of xmlInitParser (Daniel Veillard),
756 Fix potential crash on entities errors (Daniel Veillard),
757 initialize var (Rob Richards),
758 Fix the XPath arity check to also check the XPath stack limits (Daniel Veillard),
759 Fix problem with specific and generic error handlers (Pietro Cerutti),
760 Avoid a potential infinite recursion (Daniel Veillard),
761 Fix an XSD error when generating internal automata (Daniel Veillard),
762 Patch for xinclude of text using multibyte characters (Vitaly Ostanin),
763 Fix a segfault on XSD validation on pattern error (Daniel Veillard),
764 Fix missing xmlsave.h module which was ignored in recent builds (Daniel Veillard),
765 Add a missing element check (Daniel Veillard),
766 Adding various checks on node type though the API (Daniel Veillard),
767 Namespace nodes can't be unlinked with xmlUnlinkNode (Daniel Veillard),
768 Fix make dist to include new private header files (Daniel Veillard),
769 More fixups on the push parser behaviour (Daniel Veillard),
770 Strengthen behaviour of the push parser in problematic situations (Daniel Veillard),
771 Enforce XML_PARSER_EOF state handling through the parser (Daniel Veillard),
772 Fixup limits parser (Daniel Veillard),
773 Do not fetch external parsed entities (Daniel Veillard),
774 Fix an error in previous commit (Aron Xu),
775 Fix entities local buffers size problems (Daniel Veillard),
776 Fix parser local buffers size problems (Daniel Veillard),
777 Fix a failure to report xmlreader parsing failures (Daniel Veillard)
778
779 - Improvements:
780 Keep libxml2.syms when running "make distclean" (Daniel Veillard),
781 Allow to set the quoting character of an xmlWriter (Csaba Raduly),
782 Keep non-significant blanks node in HTML parser (Daniel Veillard),
783 Add a forbidden variable error number and message to XPath (Daniel Veillard),
784 Support long path names on WNT (Michael Stahl),
785 Improve HTML escaping of attribute on output (Daniel Veillard),
786 Handle ICU_LIBS as LIBADD, not LDFLAGS to prevent linking errors (Arfrever Frehtes Taifersar Arahesis),
787 Switching XPath node sorting to Timsort (Vojtech Fried),
788 Optimizing '//' in XPath expressions (Nick Wellnhofer),
789 Expose xmlBufShrink in the public tree API (Daniel Veillard),
790 Visible HTML elements close the head tag (Conrad Irwin),
791 Fix file and line report for XSD SAX and reader streaming validation (Daniel Veillard),
792 Fix const qualifyer to definition of xmlBufferDetach (Daniel Veillard),
793 minimize use of HAVE_CONFIG_H (Roumen Petrov),
794 fixup regression in Various "make distcheck" and portability fixups (Roumen Petrov),
795 Add support for big line numbers in error reporting (Daniel Veillard),
796 Avoid using xmlBuffer for serialization (Daniel Veillard),
797 Improve compatibility between xmlBuf and xmlBuffer (Daniel Veillard),
798 Provide new accessors for xmlOutputBuffer (Daniel Veillard),
799 Improvements for old buffer compatibility (Daniel Veillard),
800 Expand the limit test program (Daniel Veillard),
801 Improve error reporting on parser errors (Daniel Veillard),
802 Implement some default limits in the XPath module (Daniel Veillard),
803 Introduce some default parser limits (Daniel Veillard),
804 Cleanups and new limit APIs for dictionaries (Daniel Veillard),
805 Fixup for buf.c (Daniel Veillard),
806 Cleanup URI module memory allocation code (Daniel Veillard),
807 Extend testlimits (Daniel Veillard),
808 More avoid quadratic behaviour (Daniel Veillard),
809 Impose a reasonable limit on PI size (Daniel Veillard),
810 first version of testlimits new test (Daniel Veillard),
811 Avoid quadratic behaviour in some push parsing cases (Daniel Veillard),
812 Impose a reasonable limit on comment size (Daniel Veillard),
813 Impose a reasonable limit on attribute size (Daniel Veillard),
814 Harden the buffer code and make it more compatible (Daniel Veillard),
815 More cleanups for input/buffers code (Daniel Veillard),
816 Cleanup function xmlBufResetInput(), to set input from Buffer (Daniel Veillard)
817 Swicth the test program for characters to new input buffers (Daniel Veillard),
818 Convert the HTML tree module to the new buffers (Daniel Veillard),
819 Convert of the HTML parser to new input buffers (Daniel Veillard),
820 Convert the writer to new output buffer and save APIs (Daniel Veillard),
821 Convert XMLReader to the new input buffers (Daniel Veillard),
822 New saving functions using xmlBuf and conversion (Daniel Veillard),
823 Provide new xmlBuf based saving functions (Daniel Veillard),
824 Convert XInclude to the new input buffers (Daniel Veillard),
825 Convert catalog code to the new input buffers (Daniel Veillard),
826 Convert C14N to the new Input buffer (Daniel Veillard),
827 Convert xmlIO.c to the new input and output buffers (Daniel Veillard),
828 Convert XML parser to the new input buffers (Daniel Veillard),
829 Incompatible change to the Input and Output buffers (Daniel Veillard),
830 Adding new encoding function to deal with the new structures (Daniel Veillard),
831 Convert XPath to xmlBuf (Daniel Veillard),
832 Adding a new buf module for buffers (Daniel Veillard),
833 Memory error within SAX2 reuse common framework (Daniel Veillard),
834 Fix xmllint --xpath node initialization (Daniel Veillard)
835
836 - Cleanups:
837 Various cleanups to avoid compiler warnings (Daniel Veillard),
838 Big space and tab cleanup (Daniel Veillard),
839 Followup to LibXML2 docs/examples cleanup patch (Daniel Veillard),
840 Second round of cleanups for LibXML2 docs/examples (Daniel Richard),
841 Remove all .cvsignore as they are not used anymore (Daniel Veillard),
842 Fix a Timsort function helper comment (Daniel Veillard),
843 Small cleanup for valgrind target (Daniel Veillard),
844 Patch for portability of latin characters in C files (Daniel Veillard),
845 Cleanup some of the parser code (Daniel Veillard),
846 Fix a variable name in comment (Daniel Veillard),
847 Regenerated testapi.c (Daniel Veillard),
848 Regenerating docs and API files (Daniel Veillard),
849 Small cleanup of unused variables in test (Daniel Veillard),
850 Expand .gitignore with more files (Daniel Veillard)
851
852
853
8542.8.0: May 23 2012:
855 - Features:
856 add lzma compression support (Anders F Bjorklund)
857
858 - Documentation:
859 xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä),
860 Update README.tests (Daniel Veillard),
861 URI handling code is not OOM resilient (Daniel Veillard),
862 Fix an error in comment (Daniel Veillard),
863 Fixed bug #617016 (Daniel Mustieles),
864 Fixed two typos in the README document (Daniel Neel),
865 add generated html files (Anders F Bjorklund),
866 Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard),
867 Improve documentation a bit (Daniel Veillard),
868 Updated URL for lxml python bindings (Daniel Veillard)
869
870 - Portability:
871 Restore code for Windows compilation (Daniel Veillard),
872 Remove git error message during configure (Christian Dywan),
873 xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer),
874 remove a bashism in confgure.in (John Hein),
875 undef ERROR if already defined (Patrick R. Gansterer),
876 Fix library problems with mingw-w64 (Michael Cronenworth),
877 fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards),
878 prefer native threads on win32 (Sam Thursfield),
879 Allow to compile with Visual Studio 2010 (Thomas Lemm),
880 Fix mingw's snprintf configure check (Andoni Morales),
881 fixed a 64bit big endian issue (Marcus Meissner),
882 Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard),
883 Fix windows build from lzma addition (Rob Richards),
884 autogen: Only check for libtoolize (Colin Walters),
885 Fix the Windows build files (Patrick von Reth),
886 634846 Remove a linking option breaking Windows VC10 (Daniel Veillard),
887 599241 fix an initialization problem on Win64 (Andrew W. Nosenko),
888 fix win build (Rob Richards)
889
890 - Bug fixes:
891 Part for rand_r checking missing (Daniel Veillard),
892 Cleanup on randomization (Daniel Veillard),
893 Fix undefined reference in python module (Pacho Ramos),
894 Fix a race in xmlNewInputStream (Daniel Veillard),
895 Fix weird streaming RelaxNG errors (Noam),
896 Fix various bugs in new code raised by the API checking (Daniel Veillard),
897 Fix various problems with "make dist" (Daniel Veillard),
898 Fix a memory leak in the xzlib code (Daniel Veillard),
899 HTML parser error with <noscript> in the <head> (Denis Pauk),
900 XSD: optional element in complex type extension (Remi Gacogne),
901 Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard),
902 Fix a wrong return value in previous patch (Daniel Veillard),
903 Fix an uninitialized variable use (Daniel Veillard),
904 Fix a compilation problem with --minimum (Brandon Slack),
905 Remove redundant and ungarded include of resolv.h (Daniel Veillard),
906 xinclude with parse="text" does not use the entity loader (Shaun McCance),
907 Allow to parse 1 byte HTML files (Denis Pauk),
908 Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder),
909 Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li),
910 Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott),
911 xmlParseNodeInContext problems with an empty document (Tim Elliott),
912 HTML element position is not detected propperly (Pavel Andrejs),
913 Fix an off by one pointer access (Jüri Aedla),
914 Try to fix a problem with entities in SAX mode (Daniel Veillard),
915 Fix a crash with xmllint --path on empty results (Daniel Veillard),
916 Fixed bug #667946 (Daniel Mustieles),
917 Fix a logic error in Schemas Component Constraints (Ryan Sleevi),
918 Fix a wrong enum type use in Schemas Types (Nico Weber),
919 Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard),
920 Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard),
921 fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan),
922 fix a pair of possible out of array char references (Daniel Veillard),
923 Fix an allocation error when copying entities (Daniel Veillard),
924 Make sure the parser returns when getting a Stop order (Chris Evans),
925 Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng),
926 Fix a schema type duration comparison overflow (Daniel Veillard),
927 Fix an unimplemented part in RNG value validation (Daniel Veillard),
928 Fix missing error status in XPath evaluation (Daniel Veillard),
929 Hardening of XPath evaluation (Daniel Veillard),
930 Fix an off by one error in encoding (Daniel Veillard),
931 Fix RELAX NG include bug #655288 (Shaun McCance),
932 Fix XSD validation bug #630130 (Toyoda Eizi),
933 Fix some potential problems on reallocation failures (Chris Evans),
934 __xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin),
935 __xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin),
936 Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards),
937 Small fix for previous commit (Daniel Veillard),
938 Fix a potential freeing error in XPath (Daniel Veillard),
939 Fix a potential memory access error (Daniel Veillard),
940 Reactivate the shared library versionning script (Daniel Veillard)
941
942 - Improvements:
943 use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov),
944 New symbols added for the next release (Daniel Veillard),
945 xmlTextReader bails too quickly on error (Andy Lutomirski),
946 Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin),
947 Use buffers when constructing string node lists. (Conrad Irwin),
948 Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk),
949 wrong message for double hyphen in comment XML error (Bryan Henderson),
950 Fix "make tst" to grab lzma lib too (Daniel Veillard),
951 Add "whereis" command to xmllint shell (Ryan),
952 Improve xmllint shell (Ryan),
953 add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky),
954 Add --system support to autogen.sh (Daniel Veillard),
955 Add hash randomization to hash and dict structures (Daniel Veillard),
956 included xzlib in dist (Anders F Bjorklund),
957 move xz/lzma helpers to separate included files (Anders F Bjorklund),
958 add generated devhelp files (Anders F Bjorklund),
959 add XML_WITH_LZMA to api (Anders F Bjorklund),
960 autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
961 Improve the error report on undefined REFs (Daniel Veillard),
962 Add exception for new W3C PI xml-model (Daniel Veillard),
963 Add options to ignore the internal encoding (Daniel Veillard),
964 testapi: use the right type for the check (Stefan Kost),
965 various: handle return values of write calls (Stefan Kost),
966 testWriter: xmlTextWriterWriteFormatElement wants an int instead of a long int (Stefan Kost),
967 runxmlconf: update to latest testsuite version (Stefan Kost),
968 configure: add -Wno-long-long to CFLAGS (Stefan Kost),
969 configure: support silent automake rules if possible (Stefan Kost),
970 xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost),
971 __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
972 __xmlRaiseError: do cheap code check early (Dmitry V. Levin)
973
974 - Cleanups:
975 Cleanups before 2.8.0-rc2 (Daniel Veillard),
976 Avoid an extra operation (Daniel Veillard),
977 Remove vestigial de-ANSI-fication support. (Javier Jardón),
978 autogen.sh: Fix typo (Javier Jardón),
979 Do not use unsigned but unsigned int (Daniel Veillard),
980 Remove two references to u_short (Daniel Veillard),
981 Fix -Wempty-body warning from clang (Nico Weber),
982 Cleanups of lzma support (Daniel Veillard),
983 Augment the list of ignored files (Daniel Veillard),
984 python: remove unused variable (Stefan Kost),
985 python: flag two unused args (Stefan Kost),
986 configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),
987 xpath: remove unused variable (Stefan Kost)
988
989
990
9912.7.8: Nov 4 2010:
992 - Features:
993 480323 add code to plug in ICU converters by default (Giuseppe Iuculano),
994 Add xmlSaveOption XML_SAVE_WSNONSIG (Adam Spragg)
995
996 - Documentation:
997 Fix devhelp documentation installation (Mike Hommey),
998 Fix web site encoding problems (Daniel Veillard),
999 Fix a couple of typo in HTML parser error messages (Michael Day),
1000 Forgot to update the news page for 0.7.7 (Daniel Veillard)
1001
1002 - Portability:
1003 607273 Fix python detection on MSys/Windows (LRN),
1004 614087 Fix Socket API usage to allow Windows64 compilation (Ozkan Sezer),
1005 Fix compilation with Clang (Koop Mast),
1006 Fix Win32 build (Rob Richards)
1007
1008 - Bug Fixes:
1009 595789 fix a remaining potential Solaris problem (Daniel Veillard),
1010 617468 fix progressive HTML parsing with style using "'" (Denis Pauk),
1011 616478 Fix xmllint shell write command (Gwenn Kahz),
1012 614005 Possible erroneous HTML parsing on unterminated script (Pierre Belzile),
1013 627987 Fix XSD IDC errors in imported schemas (Jim Panetta),
1014 629325 XPath rounding errors first cleanup (Phil Shafer),
1015 630140 fix iso995x encoding error (Daniel Veillard),
1016 make sure htmlCtxtReset do reset the disableSAX field (Daniel Veillard),
1017 Fix a change of semantic on XPath preceding and following axis (Daniel Veillard),
1018 Fix a potential segfault due to weak symbols on pthreads (Mike Hommey),
1019 Fix a leak in XPath compilation (Daniel Veillard),
1020 Fix the semantic of XPath axis for namespace/attribute context nodes (Daniel Veillard),
1021 Avoid a descriptor leak in catalog loading code (Carlo Bramini),
1022 Fix a small bug in XPath evaluation code (Marius Wachtler),
1023 Fix handling of XML-1.0 XML namespace declaration (Daniel Veillard),
1024 Fix errors in XSD double validation check (Csaba Raduly),
1025 Fix handling of apos in URIs (Daniel Veillard),
1026 xmlTextReaderReadOuterXml should handle DTD (Rob Richards),
1027 Autogen.sh needs to create m4 directory (Rob Richards)
1028
1029 - Improvements:
1030 606592 update language ID parser to RFC 5646 (Daniel Veillard),
1031 Sort python generated stubs (Mike Hommey),
1032 Add an HTML parser option to avoid a default doctype (Daniel Veillard)
1033
1034 - Cleanups:
1035 618831 don't ship generated files in git (Adrian Bunk),
1036 Switch from the obsolete mkinstalldirs to AC_PROG_MKDIR_P (Adrian Bunk),
1037 Various cleanups on encoding handling (Daniel Veillard),
1038 Fix xmllint to use format=1 for default formatting (Adam Spragg),
1039 Force _xmlSaveCtxt.format to be 0 or 1 (Adam Spragg),
1040 Cleanup encoding pointer comparison (Nikolay Sivov),
1041 Small code cleanup on previous patch (Daniel Veillard)
1042
1043
1044
10452.7.7: Mar 15 2010:
1046 - Improvements:
1047 Adding a --xpath option to xmllint (Daniel Veillard),
1048 Make HTML parser non-recursive (Eugene Pimenov)
1049
1050 - Portability:
1051 relaxng.c: cast to allow compilation with sun studio 11 (Ben Walton),
1052 Fix build failure on Sparc solaris (Roumen Petrov),
1053 use autoreconf in autogen.sh (Daniel Veillard),
1054 Fix build with mingw (Roumen Petrov),
1055 Upgrade some of the configure and autogen (Daniel Veillard),
1056 Fix relaxNG tests in runtest for Windows runtest.c: initialize ret (Rob Richards),
1057 Fix a const warning in xmlNodeSetBase (Martin Trappel),
1058 Fix python generator to not use deprecated xmllib (Daniel Veillard),
1059 Update some automake files (Daniel Veillard),
1060 598785 Fix nanohttp on Windows (spadix)
1061
1062 - Bug Fixes:
1063 libxml violates the zlib interface and crashes (Mark Adler),
1064 Fix broken escape behaviour in regexp ranges (Daniel Veillard),
1065 Fix missing win32 libraries in libxml-2.0.pc (Volker Grabsch),
1066 Fix detection of python linker flags (Daniel Macks),
1067 fix build error in libxml2/python (Paul Smith),
1068 ChunkParser: Incorrect decoding of small xml files (Raul Hudea),
1069 htmlCheckEncoding doesn't update input-end after shrink (Eugene Pimenov),
1070 Fix a missing #ifdef (Daniel Veillard),
1071 Fix encoding selection for xmlParseInNodeContext (Daniel Veillard),
1072 xmlPreviousElementSibling mistake (François Delyon),
1073 608773 add a missing check in xmlGROW (Daniel Veillard),
1074 Fix xmlParseInNodeContext for HTML content (Daniel Veillard),
1075 Fix lost namespace when copying node * tree.c: reconcile namespace if not found (Rob Richards),
1076 Fix some missing commas in HTML element lists (Eugene Pimenov),
1077 Correct variable type to unsigned (Nikolay Sivov),
1078 Recognize ID attribute in HTML without DOCTYPE (Daniel Veillard),
1079 Fix memory leak in xmlXPathEvalExpression() (Martin),
1080 Fix an init bug in global.c (Kai Henning),
1081 Fix xmlNodeSetBase() comment (Daniel Veillard),
1082 Fix broken escape behaviour in regexp ranges (Daniel Veillard),
1083 Don't give default HTML boolean attribute values in parser (Daniel Veillard),
1084 xmlCtxtResetLastError should reset ctxt-errNo (Daniel Veillard)
1085
1086 - Cleanups:
1087 Cleanup a couple of weirdness in HTML parser (Eugene Pimenov)
1088
1089
1090
Daniel Veillard96bb7402009-10-06 18:38:15 +020010912.7.6: Oct 6 2009:
1092 - Bug Fixes:
1093 Restore thread support in default configuration (Andrew W. Nosenko),
1094 URI with no path parsing problem (Daniel Veillard),
1095 Minor patch for conditional defines in threads.c (Eric Zurcher)
1096
1097
1098
10992.7.5: Sep 24 2009:
1100 - Bug Fixes:
1101 Restore behavior of --with-threads without argument (Andrew W. Nosenko),
1102 Fix memory leak when doc is NULL (Rob Richards),
1103 595792 fixing a RelaxNG bug introduced in 2.7.4 (Daniel Veillard),
1104 Fix a Relaxng bug raised by libvirt test suite (Daniel Veillard),
1105 Fix a parsing problem with little data at startup (Daniel Veillard),
1106 link python module with python library (Frederic Crozat),
1107 594874 Forgot an fclose in xmllint (Daniel Veillard)
1108
1109 - Cleanup:
1110 Adding symbols.xml to EXTRA_DIST (Daniel Veillard)
1111
1112
1113
11142.7.4: Sep 10 2009:
1115 - Improvements:
1116 Switch to GIT (GNOME),
1117 Add symbol versioning to libxml2 shared libs (Daniel Veillard)
1118
1119 - Portability:
1120 593857 try to work around thread pbm MinGW 4.4 (Daniel Veillard),
1121 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes (Daniel Veillard),
1122 Fix Windows build * relaxng.c: fix windows build (Rob Richards),
1123 Fix the globals.h to use XMLPUBFUN (Paul Smith),
1124 Problem with extern extern in header (Daniel Veillard),
1125 Add -lnetwork for compiling on Haiku (Scott McCreary),
1126 Runtest portability patch for Solaris (Tim Rice),
1127 Small patch to accomodate the Haiku OS (Scott McCreary),
1128 584605 package VxWorks folder in the distribution (Daniel Veillard),
1129 574017 Realloc too expensive on most platform (Daniel Veillard),
1130 Fix windows build (Rob Richards),
1131 545579 doesn't compile without schema support (Daniel Veillard),
1132 xmllint use xmlGetNodePath when not compiled in (Daniel Veillard),
1133 Try to avoid __imp__xmlFree link trouble on msys (Daniel Veillard),
1134 Allow to select the threading system on Windows (LRN),
1135 Fix Solaris binary links, cleanups (Daniel Veillard),
1136 Bug 571059 – MSVC doesn't work with the bakefile (Intron),
1137 fix ATTRIBUTE_PRINTF header clash (Belgabor and Mike Hommey),
1138 fixes for Borland/CodeGear/Embarcadero compilers (Eric Zurcher)
1139
1140 - Documentation:
1141 544910 typo: "renciliateNs" (Leonid Evdokimov),
1142 Add VxWorks to list of OSes (Daniel Veillard),
1143 Regenerate the documentation and update for git (Daniel Veillard),
1144 560524 ¿ xmlTextReaderLocalName description (Daniel Veillard),
1145 Added sponsoring by AOE media for the server (Daniel Veillard),
1146 updated URLs for GNOME (Vincent Lefevre),
1147 more warnings about xmlCleanupThreads and xmlCleanupParser (Daniel Veillard)
1148
1149 - Bug fixes:
1150 594514 memory leaks - duplicate initialization (MOD),
1151 Wrong block opening in htmlNodeDumpOutputInternal (Daniel Veillard),
1152 492317 Fix Relax-NG validation problems (Daniel Veillard),
1153 558452 fight with reg test and error report (Daniel Veillard),
1154 558452 RNG compilation of optional multiple child (Daniel Veillard),
1155 579746 XSD validation not correct / nilable groups (Daniel Veillard),
1156 502960 provide namespace stack when parsing entity (Daniel Veillard),
1157 566012 part 2 fix regresion tests and push mode (Daniel Veillard),
1158 566012 autodetected encoding and encoding conflict (Daniel Veillard),
1159 584220 xpointer(/) and xinclude problems (Daniel Veillard),
1160 587663 Incorrect Attribute-Value Normalization (Daniel Veillard),
1161 444994 HTML chunked failure for attribute with <> (Daniel Veillard),
1162 Fix end of buffer char being split in XML parser (Daniel Veillard),
1163 Non ASCII character may be split at buffer end (Adiel Mittmann),
1164 440226 Add xmlXIncludeProcessTreeFlagsData API (Stefan Behnel),
1165 572129 speed up parsing of large HTML text nodes (Markus Kull),
1166 Fix HTML parsing with 0 character in CDATA (Daniel Veillard),
1167 Fix SetGenericErrorFunc and SetStructured clash (Wang Lam),
1168 566012 Incomplete EBCDIC parsing support (Martin Kogler),
1169 541335 HTML avoid creating 2 head or 2 body element (Daniel Veillard),
1170 541237 error correcting missing end tags in HTML (Daniel Veillard),
1171 583439 missing line numbers in push mode (Daniel Veillard),
1172 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard),
1173 559501 avoid select and use poll for nanohttp (Raphael Prevost),
1174 559410 - Regexp bug on (...)? constructs (Daniel Veillard),
1175 Fix a small problem on previous HTML parser patch (Daniel Veillard),
1176 592430 - HTML parser runs into endless loop (Daniel Veillard),
1177 447899 potential double free in xmlFreeTextReader (Daniel Veillard),
1178 446613 small validation bug mixed content with NS (Daniel Veillard),
1179 Fix the problem of revalidating a doc with RNG (Daniel Veillard),
1180 Fix xmlKeepBlanksDefault to not break indent (Nick Wellnhofer),
1181 512131 refs from externalRef part need to be added (Daniel Veillard),
1182 512131 crash in xmlRelaxNGValidateFullElement (Daniel Veillard),
1183 588441 allow '.' in HTML Names even if invalid (Daniel Veillard),
1184 582913 Fix htmlSetMetaEncoding() to be nicer (Daniel Veillard),
1185 579317 Try to find the HTML encoding information (Daniel Veillard),
1186 575875 don't output charset=html (Daniel Veillard),
1187 571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard),
1188 570702 fix a bug in regexp determinism checking (Daniel Veillard),
1189 567619 xmlValidateNotationUse missing param test (Daniel Veillard),
1190 574393 ¿ utf-8 filename magic for compressed files (Hans Breuer),
1191 Fix a couple of problems in the parser (Daniel Veillard),
1192 585505 ¿ Document ids and refs populated by XSD (Wayne Jensen),
1193 582906 XSD validating multiple imports of the same schema (Jason Childs),
1194 Bug 582887 ¿ problems validating complex schemas (Jason Childs),
1195 Bug 579729 ¿ fix XSD schemas parsing crash (Miroslav Bajtos),
1196 576368 ¿ htmlChunkParser with special attributes (Jiri Netolicky),
1197 Bug 565747 ¿ relax anyURI data character checking (Vincent Lefevre),
1198 Preserve attributes of include start on tree copy (Petr Pajas),
1199 Skip silently unrecognized XPointer schemes (Jakub Wilk),
1200 Fix leak on SAX1, xmllint --sax1 option and debug (Daniel Veillard),
1201 potential NULL dereference on non-glibc (Jim Meyering),
1202 Fix an XSD validation crash (Daniel Veillard),
1203 Fix a regression in streaming entities support (Daniel Veillard),
1204 Fix a couple of ABI issues with C14N 1.1 (Aleksey Sanin),
1205 Aleksey Sanin support for c14n 1.1 (Aleksey Sanin),
1206 reader bug fix with entities (Daniel Veillard),
1207 use options from current parser ctxt for external entities (Rob Richards),
1208 581612 use %s to printf strings (Christian Persch),
1209 584605 change the threading initialization sequence (Igor Novoseltsev),
1210 580705 keep line numbers in HTML parser (Aaron Patterson),
1211 581803 broken HTML table attributes init (Roland Steiner),
1212 do not set error code in xmlNsWarn (Rob Richards),
1213 564217 fix structured error handling problems,
1214 reuse options from current parser for entities (Rob Richards),
1215 xmlXPathRegisterNs should not allow enpty prefixes (Daniel Veillard),
1216 add a missing check in xmlAddSibling (Kris Breuker),
1217 avoid leaks on errors (Jinmei Tatuya)
1218
1219 - Cleanup:
1220 Chasing dead assignments reported by clang-scan (Daniel Veillard),
1221 A few more safety cleanup raised by scan (Daniel Veillard),
1222 Fixing assorted potential problems raised by scan (Daniel Veillard),
1223 Potential uninitialized arguments raised by scan (Daniel Veillard),
1224 Fix a bunch of scan 'dead increments' and cleanup (Daniel Veillard),
1225 Remove a pedantic warning (Daniel Veillard),
1226 555833 always use rm -f in uninstall-local (Daniel Veillard),
1227 542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACK (Daniel Veillard),
1228 Autoregenerate libxml2.syms automated checkings (Daniel Veillard),
1229 Make xmlRecoverDoc const (Martin Trappel) (Daniel Veillard),
1230 Both args of xmlStrcasestr are const (Daniel Veillard),
1231 hide the nbParse* variables used for debugging (Mike Hommey),
1232 570806 changed include of config.h (William M. Brack),
1233 cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
1234
1235
1236
12372.7.3: Jan 18 2009:
1238 - Build fix: fix build when HTML support is not included.
1239 - Bug fixes: avoid memory overflow in gigantic text nodes,
1240 indentation problem on the writed (Rob Richards),
1241 xmlAddChildList pointer problem (Rob Richards and Kevin Milburn),
1242 xmlAddChild problem with attribute (Rob Richards and Kris Breuker),
1243 avoid a memory leak in an edge case (Daniel Zimmermann),
1244 deallocate some pthread data (Alex Ott).
1245 - Improvements: configure option to avoid rebuilding docs (Adrian Bunk),
1246 limit text nodes to 10MB max by default, add element traversal
1247 APIs, add a parser option to enable pre 2.7 SAX behavior (Rob Richards),
1248 add gcc malloc checking (Marcus Meissner), add gcc printf like functions
1249 parameters checking (Marcus Meissner).
1250
1251
Daniel Veillard7f4547c2008-10-03 07:58:23 +000012522.7.2: Oct 3 2008:
1253 - Portability fix: fix solaris compilation problem, fix compilation
1254 if XPath is not configured in
1255 - Bug fixes: nasty entity bug introduced in 2.7.0, restore old behaviour
1256 when saving an HTML doc with an xml dump function, HTML UTF-8 parsing
1257 bug, fix reader custom error handlers (Riccardo Scussat)
1258
1259 - Improvement: xmlSave options for more flexibility to save as
1260 XML/HTML/XHTML, handle leading BOM in HTML documents
1261
1262
Daniel Veillarda7036d92008-09-01 14:50:19 +000012632.7.1: Sep 1 2008:
1264 - Portability fix: Borland C fix (Moritz Both)
1265 - Bug fixes: python serialization wrappers, XPath QName corner
1266 case handking and leaks (Martin)
1267 - Improvement: extend the xmlSave to handle HTML documents and trees
1268 - Cleanup: python serialization wrappers
1269
1270
Daniel Veillardda3fee42008-09-01 13:08:57 +000012712.7.0: Aug 30 2008:
1272 - Documentation: switch ChangeLog to UTF-8, improve mutithreads and
1273 xmlParserCleanup docs
1274 - Portability fixes: Older Win32 platforms (Rob Richards), MSVC
1275 porting fix (Rob Richards), Mac OS X regression tests (Sven Herzberg),
Daniel Veillard96bb7402009-10-06 18:38:15 +02001276 non GNUCC builds (Rob Richards), compilation on Haiku (Andreas Färber)
Daniel Veillardda3fee42008-09-01 13:08:57 +00001277
1278 - Bug fixes: various realloc problems (Ashwin), potential double-free
1279 (Ashwin), regexp crash, icrash with invalid whitespace facets (Rob
1280 Richards), pattern fix when streaming (William Brack), various XML
1281 parsing and validation fixes based on the W3C regression tests, reader
1282 tree skipping function fix (Ashwin), Schemas regexps escaping fix
1283 (Volker Grabsch), handling of entity push errors (Ashwin), fix a slowdown
1284 when encoder cant serialize characters on output
1285 - Code cleanup: compilation fix without the reader, without the output
1286 (Robert Schwebel), python whitespace (Martin), many space/tabs cleanups,
1287 serious cleanup of the entity handling code
1288 - Improvement: switch parser to XML-1.0 5th edition, add parsing flags
1289 for old versions, switch URI parsing to RFC 3986,
1290 add xmlSchemaValidCtxtGetParserCtxt (Holger Kaelberer),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001291 new hashing functions for dictionnaries (based on Stefan Behnel work),
Daniel Veillardda3fee42008-09-01 13:08:57 +00001292 improve handling of misplaced html/head/body in HTML parser, better
1293 regression test tools and code coverage display, better algorithms
1294 to detect various versions of the billion laughts attacks, make
1295 arbitrary parser limits avoidable as a parser option
1296
1297
Daniel Veillard596da972008-04-08 14:58:41 +000012982.6.32: Apr 8 2008:
1299 - Documentation: returning heap memory to kernel (Wolfram Sang),
1300 trying to clarify xmlCleanupParser() use, xmlXPathContext improvement
1301 (Jack Jansen), improve the *Recover* functions documentation,
1302 XmlNodeType doc link fix (Martijn Arts)
1303 - Bug fixes: internal subset memory leak (Ashwin), avoid problem with
1304 paths starting with // (Petr Sumbera), streaming XSD validation callback
1305 patches (Ashwin), fix redirection on port other than 80 (William Brack),
1306 SAX2 leak (Ashwin), XInclude fragment of own document (Chris Ryan),
1307 regexp bug with '.' (Andrew Tosh), flush the writer at the end of the
1308 document (Alfred Mickautsch), output I/O bug fix (William Brack),
1309 writer CDATA output after a text node (Alex Khesin), UTF-16 encoding
1310 detection (William Brack), fix handling of empty CDATA nodes for Safari
1311 team, python binding problem with namespace nodes, improve HTML parsing
1312 (Arnold Hendriks), regexp automata build bug, memory leak fix (Vasily
1313 Chekalkin), XSD test crash, weird system parameter entity parsing problem,
1314 allow save to file:///X:/ windows paths, various attribute normalisation
1315 problems, externalSubsetSplit fix (Ashwin), attribute redefinition in
1316 the DTD (Ashwin), fix in char ref parsing check (Alex Khesin), many
1317 out of memory handling fixes (Ashwin), XPath out of memory handling fixes
1318 (Alvaro Herrera), various realloc problems (Ashwin), UCS4 encoding
1319 conversion buffer size (Christian Fruth), problems with EatName
1320 functions on memory errors, BOM handling in external parsed entities
1321 (Mark Rowe)
1322 - Code cleanup: fix build under VS 2008 (David Wimsey), remove useless
1323 mutex in xmlDict (Florent Guilian), Mingw32 compilation fix (Carlo
1324 Bramini), Win and MacOS EOL cleanups (Florent Guiliani), iconv need
1325 a const detection (Roumen Petrov), simplify xmlSetProp (Julien Charbon),
1326 cross compilation fixes for Mingw (Roumen Petrov), SCO Openserver build
1327 fix (Florent Guiliani), iconv uses const on Win32 (Rob Richards),
1328 duplicate code removal (Ashwin), missing malloc test and error reports
1329 (Ashwin), VMS makefile fix (Tycho Hilhorst)
1330 - improvements: better plug of schematron in the normal error handling
1331 (Tobias Minich)
1332
1333
Daniel Veillard28b64e22008-01-11 09:07:51 +000013342.6.31: Jan 11 2008:
1335 - Security fix: missing of checks in UTF-8 parsing
1336 - Bug fixes: regexp bug, dump attribute from XHTML document, fix
1337 xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
1338 (Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
1339 XSD crash due to double free (Rob Richards), indentation fix in
1340 xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
1341 parsing if attribute redeclared, avoid crash in hash list scanner if
1342 deleting elements, column counter bug fix (Christian Schmidt),
1343 HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
1344 output from xml2-config (Fred Crozat), avoid an xmllint crash
1345 (Stefan Kost), don't stop HTML parsing on out of range chars.
1346
1347 - Code cleanup: fix open() call third argument, regexp cut'n paste
1348 copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
1349 some make distcheck realted fixes (John Carr)
1350 - Improvements: HTTP Header: includes port number (William Brack),
1351 testURI --debug option,
1352
1353
Daniel Veillardcd2ebab2007-08-23 20:47:33 +000013542.6.30: Aug 23 2007:
1355 - Portability: Solaris crash on error handling, windows path fixes
1356 (Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)
1357 - Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
1358 reusing a writer for a new document (Dodji Seketeli), Schemas
1359 xsi:nil handling patch (Frank Gross), relative URI build problem
1360 (Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
1361 detection bug, fix disparity with xmlSAXUserParseMemory, automata
1362 generation for complex regexp counts problems, Schemas IDC import
1363 problems (Frank Gross), xpath predicate evailation error handling
1364 (William Brack)
1365
1366
Daniel Veillard38431c32007-06-12 16:20:09 +000013672.6.29: Jun 12 2007:
1368 - Portability: patches from Andreas Stricke for WinCEi,
1369 fix compilation warnings (William Brack), avoid warnings on Apple OS/X
1370 (Wendy Doyle and Mark Rowe), Windows compilation and threading
1371 improvements (Rob Richards), compilation against old Python versions,
1372 new GNU tar changes (Ryan Hill)
1373 - Documentation: xmlURIUnescapeString comment,
1374 - Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
1375 flag fix (Richard Jones), regexp interpretation of \,
1376 htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
1377 typo (Bjorn Reese), entity content failure, xmlListAppend() fix
Daniel Veillard96bb7402009-10-06 18:38:15 +02001378 (Georges-André Silber), XPath number serialization (William Brack),
Daniel Veillard38431c32007-06-12 16:20:09 +00001379 nanohttp gzipped stream fix (William Brack and Alex Cornejo),
Daniel Veillard96bb7402009-10-06 18:38:15 +02001380 xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
Daniel Veillard38431c32007-06-12 16:20:09 +00001381 XPath string value of PI nodes (William Brack), XPath node set
1382 sorting bugs (William Brack), avoid outputting namespace decl
1383 dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
1384 error handling, recustion on next in catalogs, fix a Relax-NG crash,
1385 workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
1386 invalid character in attribute detection bug, big comments before
1387 internal subset streaming bug, HTML parsing of attributes with : in
Daniel Veillard96bb7402009-10-06 18:38:15 +02001388 the name, IDness of name in HTML (Dagfinn I. Mannsåker)
Daniel Veillard38431c32007-06-12 16:20:09 +00001389 - Improvement: keep URI query parts in raw form (Richard Jones),
1390 embed tag support in HTML (Michael Day)
1391
1392
Daniel Veillard39bcf942007-04-17 14:47:05 +000013932.6.28: Apr 17 2007:
1394 - Documentation: comment fixes (Markus Keim), xpath comments fixes too
1395 (James Dennett)
1396 - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
1397 (Usamah Malik), various regexp bug fixes (DV and William), path conversion
1398 on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
1399 principal node of axis bug, HTML serialization of some codepoint
1400 (Steven Rainwater), user data propagation in XInclude (Michael Day),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001401 standalone and XML decl detection (Michael Day), Python id output
Daniel Veillard39bcf942007-04-17 14:47:05 +00001402 for some id, fix the big python string memory leak, URI parsing fixes
Daniel Veillard96bb7402009-10-06 18:38:15 +02001403 (Stéphane Bidoul and William), long comments parsing bug (William),
Daniel Veillard39bcf942007-04-17 14:47:05 +00001404 concurrent threads initialization (Ted Phelps), invalid char
1405 in text XInclude (William), XPath memory leak (William), tab in
1406 python problems (Andreas Hanke), XPath node comparison error
1407 (Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
1408 XML Schemas attribute group (William), HTML parsing problem (William),
1409 fix char 0x2d in regexps (William), regexp quantifier range with
1410 min occurs of 0 (William), HTML script/style parsing (Mike Day)
1411 - Improvement: make xmlTextReaderSetup() public
1412 - Compilation and postability: fix a missing include problem (William),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001413 __ss_family on AIX again (Björn Wiberg), compilation without zlib
Daniel Veillard39bcf942007-04-17 14:47:05 +00001414 (Michael Day), catalog patch for Win32 (Christian Ehrlicher),
1415 Windows CE fixes (Andreas Stricke)
1416 - Various CVS to SVN infrastructure changes
1417
1418
Daniel Veillardc8338f12006-10-25 16:06:29 +000014192.6.27: Oct 25 2006:
1420 - Portability fixes: file names on windows (Roland Schwingel,
1421 Emelyanov Alexey), windows compile fixup (Rob Richards),
1422 AIX iconv() is apparently case sensitive
1423 - improvements: Python XPath types mapping (Nic Ferrier), XPath optimization
1424 (Kasimier), add xmlXPathCompiledEvalToBoolean (Kasimier), Python node
1425 equality and comparison (Andreas Pakulat), xmlXPathCollectAndTest
1426 improvememt (Kasimier), expose if library was compiled with zlib
1427 support (Andrew Nosenko), cache for xmlSchemaIDCMatcher structs
1428 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
1429 Richards), export htmlNewParserCtxt needed by Michael Day, refactoring
1430 of catalog entity loaders (Michael Day), add XPointer support to
1431 python bindings (Ross Reedstrom, Brian West and Stefan Anca),
1432 try to sort out most file path to URI conversions and xmlPathToUri,
1433 add --html --memory case to xmllint
1434 - building fix: fix --with-minimum (Felipe Contreras), VMS fix,
1435 const'ification of HTML parser structures (Matthias Clasen),
1436 portability fix (Emelyanov Alexey), wget autodetection (Peter
1437 Breitenlohner), remove the build path recorded in the python
1438 shared module, separate library flags for shared and static builds
1439 (Mikhail Zabaluev), fix --with-minimum --with-sax1 builds, fix
1440 --with-minimum --with-schemas builds
1441 - bug fix: xmlGetNodePath fix (Kasimier), xmlDOMWrapAdoptNode and
1442 attribute (Kasimier), crash when using the recover mode,
1443 xmlXPathEvalExpr problem (Kasimier), xmlXPathCompExprAdd bug (Kasimier),
1444 missing destry in xmlFreeRMutex (Andrew Nosenko), XML Schemas fixes
1445 (Kasimier), warning on entities processing, XHTML script and style
1446 serialization (Kasimier), python generator for long types, bug in
1447 xmlSchemaClearValidCtxt (Bertrand Fritsch), xmlSchemaXPathEvaluate
1448 allocation bug (Marton Illes), error message end of line (Rob Richards),
1449 fix attribute serialization in writer (Rob Richards), PHP4 DTD validation
1450 crasher, parser safety patch (Ben Darnell), _private context propagation
1451 when parsing entities (with Michael Day), fix entities behaviour when
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001452 using SAX, URI to file path fix (Mikhail Zabaluev), disappearing validity
Daniel Veillardc8338f12006-10-25 16:06:29 +00001453 context, arg error in SAX callback (Mike Hommey), fix mixed-content
1454 autodetect when using --noblanks, fix xmlIOParseDTD error handling,
1455 fix bug in xmlSplitQName on special Names, fix Relax-NG element content
1456 validation bug, fix xmlReconciliateNs bug, fix potential attribute
1457 XML parsing bug, fix line/column accounting in XML parser, chunking bug
1458 in the HTML parser on script, try to detect obviously buggy HTML
1459 meta encoding indications, bugs with encoding BOM and xmlSaveDoc,
1460 HTML entities in attributes parsing, HTML minimized attribute values,
1461 htmlReadDoc and htmlReadIO were broken, error handling bug in
1462 xmlXPathEvalExpression (Olaf Walkowiak), fix a problem in
1463 htmlCtxtUseOptions, xmlNewInputFromFile could leak (Marius Konitzer),
1464 bug on misformed SSD regexps (Christopher Boumenot)
1465
1466 - documentation: warning about XML_PARSE_COMPACT (Kasimier Buchcik),
1467 fix xmlXPathCastToString documentation, improve man pages for
1468 xmllitn and xmlcatalog (Daniel Leidert), fixed comments of a few
1469 functions
1470
1471
Daniel Veillardcc047b32006-06-18 17:20:33 +000014722.6.26: Jun 6 2006:
1473 - portability fixes: Python detection (Joseph Sacco), compilation
1474 error(William Brack and Graham Bennett), LynxOS patch (Olli Savia)
1475 - bug fixes: encoding buffer problem, mix of code and data in
1476 xmlIO.c(Kjartan Maraas), entities in XSD validation (Kasimier Buchcik),
1477 variousXSD validation fixes (Kasimier), memory leak in pattern (Rob
1478 Richards andKasimier), attribute with colon in name (Rob Richards), XPath
1479 leak inerror reporting (Aleksey Sanin), XInclude text include of
1480 selfdocument.
1481 - improvements: Xpath optimizations (Kasimier), XPath object
1482 cache(Kasimier)
1483
1484
14852.6.25: Jun 6 2006::
1486Do not use or package 2.6.25
Daniel Veillardb2f8f1d2006-04-28 16:30:48 +000014872.6.24: Apr 28 2006:
1488 - Portability fixes: configure on Windows, testapi compile on windows
1489 (Kasimier Buchcik, venkat naidu), Borland C++ 6 compile (Eric Zurcher),
1490 HP-UX compiler workaround (Rick Jones), xml2-config bugfix, gcc-4.1
1491 cleanups, Python detection scheme (Joseph Sacco), UTF-8 file paths on
1492 Windows (Roland Schwingel).
1493
1494 - Improvements: xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode (Kasimier
1495 Buchcik), XML catalog debugging (Rick Jones), update to Unicode 4.01.
1496 - Bug fixes: xmlParseChunk() problem in 2.6.23, xmlParseInNodeContext()
1497 on HTML docs, URI behaviour on Windows (Rob Richards), comment streaming
1498 bug, xmlParseComment (with William Brack), regexp bug fixes (DV &
1499 Youri Golovanov), xmlGetNodePath on text/CDATA (Kasimier),
1500 one Relax-NG interleave bug, xmllint --path and --valid,
1501 XSD bugfixes (Kasimier), remove debug
1502 left in Python bindings (Nic Ferrier), xmlCatalogAdd bug (Martin Cole),
1503 xmlSetProp fixes (Rob Richards), HTML IDness (Rob Richards), a large
1504 number of cleanups and small fixes based on Coverity reports, bug
1505 in character ranges, Unicode tables const (Aivars Kalvans), schemas
1506 fix (Stefan Kost), xmlRelaxNGParse error deallocation,
1507 xmlSchemaAddSchemaDoc error deallocation, error handling on unallowed
1508 code point, ixmllint --nonet to never reach the net (Gary Coady),
1509 line break in writer after end PI (Jason Viers).
1510 - Documentation: man pages updates and cleanups (Daniel Leidert).
1511 - New features: Relax NG structure error handlers.
1512
1513
Daniel Veillard67952602006-01-05 15:29:44 +000015142.6.23: Jan 5 2006:
1515 - portability fixes: Windows (Rob Richards), getaddrinfo on Windows
1516 (Kolja Nowak, Rob Richards), icc warnings (Kjartan Maraas),
1517 --with-minimum compilation fixes (William Brack), error case handling fix
1518 on Solaris (Albert Chin), don't use 'list' as parameter name reported by
1519 Samuel Diaz Garcia, more old Unices portability fixes (Albert Chin),
Daniel Veillard30e76072006-03-09 14:13:55 +00001520 MinGW compilation (Mark Junker), HP-UX compiler warnings (Rick
1521 Jones),
Daniel Veillard67952602006-01-05 15:29:44 +00001522 - code cleanup: xmlReportError (Adrian Mouat), remove xmlBufferClose
1523 (Geert Jansen), unreachable code (Oleksandr Kononenko), refactoring
1524 parsing code (Bjorn Reese)
1525 - bug fixes: xmlBuildRelativeURI and empty path (William Brack),
1526 combinatory explosion and performances in regexp code, leak in
1527 xmlTextReaderReadString(), xmlStringLenDecodeEntities problem (Massimo
1528 Morara), Identity Constraints bugs and a segfault (Kasimier Buchcik),
1529 XPath pattern based evaluation bugs (DV & Kasimier),
1530 xmlSchemaContentModelDump() memory leak (Kasimier), potential leak in
1531 xmlSchemaCheckCSelectorXPath(), xmlTextWriterVSprintf() misuse of
1532 vsnprintf (William Brack), XHTML serialization fix (Rob Richards), CRLF
1533 split problem (William), issues with non-namespaced attributes in
1534 xmlAddChild() xmlAddNextSibling() and xmlAddPrevSibling() (Rob Richards),
1535 HTML parsing of script, Python must not output to stdout (Nic Ferrier),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001536 exclusive C14N namespace visibility (Aleksey Sanin), XSD datatype
Daniel Veillard67952602006-01-05 15:29:44 +00001537 totalDigits bug (Kasimier Buchcik), error handling when writing to an
1538 xmlBuffer (Rob Richards), runtest schemas error not reported (Hisashi
1539 Fujinaka), signed/unsigned problem in date/time code (Albert Chin), fix
1540 XSI driven XSD validation (Kasimier), parsing of xs:decimal (Kasimier),
1541 fix DTD writer output (Rob Richards), leak in xmlTextReaderReadInnerXml
1542 (Gary Coady), regexp bug affecting schemas (Kasimier), configuration of
1543 runtime debugging (Kasimier), xmlNodeBufGetContent bug on entity refs
1544 (Oleksandr Kononenko), xmlRegExecPushString2 bug (Sreeni Nair),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001545 compilation and build fixes (Michael Day), removed dependencies on
Daniel Veillard67952602006-01-05 15:29:44 +00001546 xmlSchemaValidError (Kasimier), bug with <xml:foo/>, more XPath
1547 pattern based evaluation fixes (Kasimier)
1548 - improvements: XSD Schemas redefinitions/restrictions (Kasimier
1549 Buchcik), node copy checks and fix for attribute (Rob Richards), counted
1550 transition bug in regexps, ctxt->standalone = -2 to indicate no
1551 standalone attribute was found, add xmlSchemaSetParserStructuredErrors()
1552 (Kasimier Buchcik), add xmlTextReaderSchemaValidateCtxt() to API
1553 (Kasimier), handle gzipped HTTP resources (Gary Coady), add
Daniel Veillard30e76072006-03-09 14:13:55 +00001554 htmlDocDumpMemoryFormat. (Rob Richards),
Daniel Veillard67952602006-01-05 15:29:44 +00001555 - documentation: typo (Michael Day), libxml man page (Albert Chin), save
1556 function to XML buffer (Geert Jansen), small doc fix (Aron Stansvik),
Daniel Veillard67952602006-01-05 15:29:44 +00001557
1558
Daniel Veillard33b20b72005-09-12 21:43:20 +000015592.6.22: Sep 12 2005:
Daniel Veillard96bb7402009-10-06 18:38:15 +02001560 - build fixes: compile without schematron (Stéphane Bidoul)
Daniel Veillard33b20b72005-09-12 21:43:20 +00001561 - bug fixes: xmlDebugDumpNode on namespace node (Oleg Paraschenko)i,
Daniel Veillard67952602006-01-05 15:29:44 +00001562 CDATA push parser bug, xmlElemDump problem with XHTML1 doc,
1563 XML_FEATURE_xxx clash with expat headers renamed XML_WITH_xxx, fix some
1564 output formatting for meta element (Rob Richards), script and style
1565 XHTML1 serialization (David Madore), Attribute derivation fixups in XSD
1566 (Kasimier Buchcik), better IDC error reports (Kasimier Buchcik)
1567 - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add
1568 XML_SAVE_NO_XHTML xmlSaveOption, XML Schemas improvements preparing for
1569 derive (Kasimier Buchcik).
Daniel Veillard33b20b72005-09-12 21:43:20 +00001570 - documentation: generation of gtk-doc like docs, integration with
Daniel Veillard67952602006-01-05 15:29:44 +00001571 devhelp.
Daniel Veillard33b20b72005-09-12 21:43:20 +00001572
1573
Daniel Veillard0bcc7f62005-09-04 21:39:03 +000015742.6.21: Sep 4 2005:
1575 - build fixes: Cygwin portability fixes (Gerrit P. Haase), calling
Daniel Veillard67952602006-01-05 15:29:44 +00001576 convention problems on Windows (Marcus Boerger), cleanups based on Linus'
1577 sparse tool, update of win32/configure.js (Rob Richards), remove warnings
1578 on Windows(Marcus Boerger), compilation without SAX1, detection of the
1579 Python binary, use $GCC inestad of $CC = 'gcc' (Andrew W. Nosenko),
1580 compilation/link with threads and old gcc, compile problem by C370 on
1581 Z/OS,
Daniel Veillard0bcc7f62005-09-04 21:39:03 +00001582 - bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8
Daniel Veillard67952602006-01-05 15:29:44 +00001583 bug (Jiri Netolicky), XPath NaN compare bug (William Brack),
1584 htmlParseScript potential bug, Schemas regexp handling of spaces, Base64
1585 Schemas comparisons NIST passes, automata build error xsd:all,
1586 xmlGetNodePath for namespaced attributes (Alexander Pohoyda), xmlSchemas
1587 foreign namespaces handling, XML Schemas facet comparison (Kupriyanov
1588 Anatolij), xmlSchemaPSimpleTypeErr error report (Kasimier Buchcik), xml:
1589 namespace ahndling in Schemas (Kasimier), empty model group in Schemas
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001590 (Kasimier), wildcard in Schemas (Kasimier), URI composition (William),
Daniel Veillard67952602006-01-05 15:29:44 +00001591 xs:anyType in Schemas (Kasimier), Python resolver emmitting error
1592 messages directly, Python xmlAttr.parent (Jakub Piotr Clapa), trying to
1593 fix the file path/URI conversion, xmlTextReaderGetAttribute fix (Rob
1594 Richards), xmlSchemaFreeAnnot memleak (Kasimier), HTML UTF-8
1595 serialization, streaming XPath, Schemas determinism detection problem,
1596 XInclude bug, Schemas context type (Dean Hill), validation fix (Derek
1597 Poon), xmlTextReaderGetAttribute[Ns] namespaces (Rob Richards), Schemas
1598 type fix (Kuba Nowakowski), UTF-8 parser bug, error in encoding handling,
1599 xmlGetLineNo fixes, bug on entities handling, entity name extraction in
1600 error handling with XInclude, text nodes in HTML body tags (Gary Coady),
1601 xml:id and IDness at the treee level fixes, XPath streaming patterns
1602 bugs.
Daniel Veillard0bcc7f62005-09-04 21:39:03 +00001603 - improvements: structured interfaces for schemas and RNG error reports
Daniel Veillard67952602006-01-05 15:29:44 +00001604 (Marcus Boerger), optimization of the char data inner loop parsing
1605 (thanks to Behdad Esfahbod for the idea), schematron validation though
1606 not finished yet, xmlSaveOption to omit XML declaration, keyref match
1607 error reports (Kasimier), formal expression handling code not plugged
1608 yet, more lax mode for the HTML parser, parser XML_PARSE_COMPACT option
1609 for text nodes allocation.
Daniel Veillard0bcc7f62005-09-04 21:39:03 +00001610 - documentation: xmllint man page had --nonet duplicated
1611
1612
Daniel Veillard78dfc9f2005-07-10 22:30:30 +000016132.6.20: Jul 10 2005:
Daniel Veillard67952602006-01-05 15:29:44 +00001614 - build fixes: Windows build (Rob Richards), Mingw compilation (Igor
1615 Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and
1616 andriy@google.com), use gcc weak references to pthread to avoid the
1617 pthread dependancy on Linux, compilation problem (Steve Nairn), compiling
1618 of subset (Morten Welinder), IPv6/ss_family compilation (William Brack),
1619 compilation when disabling parts of the library, standalone test
1620 distribution.
1621 - bug fixes: bug in lang(), memory cleanup on errors (William Brack),
1622 HTTP query strings (Aron Stansvik), memory leak in DTD (William), integer
1623 overflow in XPath (William), nanoftp buffer size, pattern "." apth fixup
1624 (Kasimier), leak in tree reported by Malcolm Rowe, replaceNode patch
1625 (Brent Hendricks), CDATA with NULL content (Mark Vakoc), xml:base fixup
1626 on XInclude (William), pattern fixes (William), attribute bug in
1627 exclusive c14n (Aleksey Sanin), xml:space and xml:lang with SAX2 (Rob
1628 Richards), namespace trouble in complex parsing (Malcolm Rowe), XSD type
1629 QNames fixes (Kasimier), XPath streaming fixups (William), RelaxNG bug
1630 (Rob Richards), Schemas for Schemas fixes (Kasimier), removal of ID (Rob
1631 Richards), a small RelaxNG leak, HTML parsing in push mode bug (James
1632 Bursa), failure to detect UTF-8 parsing bugs in CDATA sections,
1633 areBlanks() heuristic failure, duplicate attributes in DTD bug
1634 (William).
1635 - improvements: lot of work on Schemas by Kasimier Buchcik both on
1636 conformance and streaming, Schemas validation messages (Kasimier Buchcik,
1637 Matthew Burgess), namespace removal at the python level (Brent
1638 Hendricks), Update to new Schemas regression tests from W3C/Nist
1639 (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation of
1640 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert),
1641 standalone test framework and programs, new DOM import APIs
1642 xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
1643 xmlDOMWrapRemoveNode(), extension of xmllint capabilities for SAX and
1644 Schemas regression tests, xmlStopParser() available in pull mode too,
1645 ienhancement to xmllint --shell namespaces support, Windows port of the
1646 standalone testing tools (Kasimier and William),
1647 xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug() SAX
1648 Schemas APIs, Schemas xmlReader support.
Daniel Veillard78dfc9f2005-07-10 22:30:30 +00001649
1650
Daniel Veillardf3598452005-04-05 11:10:45 +000016512.6.19: Apr 02 2005:
Daniel Veillard67952602006-01-05 15:29:44 +00001652 - build fixes: drop .la from RPMs, --with-minimum build fix (William
1653 Brack), use XML_SOCKLEN_T instead of SOCKLEN_T because it breaks with AIX
1654 5.3 compiler, fixed elfgcchack.h generation and PLT reduction code on
1655 Linux/ELF/gcc4
1656 - bug fixes: schemas type decimal fixups (William Brack), xmmlint return
1657 code (Gerry Murphy), small schemas fixes (Matthew Burgess and GUY
1658 Fabrice), workaround "DAV:" namespace brokeness in c14n (Aleksey Sanin),
1659 segfault in Schemas (Kasimier Buchcik), Schemas attribute validation
1660 (Kasimier), Prop related functions and xmlNewNodeEatName (Rob Richards),
1661 HTML serialization of name attribute on a elements, Python error handlers
1662 leaks and improvement (Brent Hendricks), uninitialized variable in
1663 encoding code, Relax-NG validation bug, potential crash if
1664 gnorableWhitespace is NULL, xmlSAXParseDoc and xmlParseDoc signatures,
1665 switched back to assuming UTF-8 in case no encoding is given at
1666 serialization time
1667 - improvements: lot of work on Schemas by Kasimier Buchcik on facets
1668 checking and also mixed handling.
Daniel Veillardf3598452005-04-05 11:10:45 +00001669 -
1670
1671
Daniel Veillard57c000e2005-03-13 18:34:29 +000016722.6.18: Mar 13 2005:
Daniel Veillard67952602006-01-05 15:29:44 +00001673 - build fixes: warnings (Peter Breitenlohner), testapi.c generation,
1674 Bakefile support (Francesco Montorsi), Windows compilation (Joel Reed),
1675 some gcc4 fixes, HP-UX portability fixes (Rick Jones).
1676 - bug fixes: xmlSchemaElementDump namespace (Kasimier Buchcik), push and
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001677 xmlreader stopping on non-fatal errors, thread support for dictionnaries
Daniel Veillard67952602006-01-05 15:29:44 +00001678 reference counting (Gary Coady), internal subset and push problem, URL
1679 saved in xmlCopyDoc, various schemas bug fixes (Kasimier), Python paths
1680 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix
1681 (Mike Hommey), warning should not count as error (William Brack),
1682 xmlCreatePushParser empty chunk, XInclude parser flags (William), cleanup
1683 FTP and HTTP code to reuse the uri parsing and IPv6 (William),
1684 xmlTextWriterStartAttributeNS fix (Rob Richards), XMLLINT_INDENT being
1685 empty (William), xmlWriter bugs (Rob Richards), multithreading on Windows
1686 (Rich Salz), xmlSearchNsByHref fix (Kasimier), Python binding leak (Brent
1687 Hendricks), aliasing bug exposed by gcc4 on s390, xmlTextReaderNext bug
1688 (Rob Richards), Schemas decimal type fixes (William Brack),
1689 xmlByteConsumed static buffer (Ben Maurer).
Jan Pokornýbb654fe2016-04-13 16:56:07 +02001690 - improvement: speedup parsing comments and DTDs, dictionary support for
Daniel Veillard67952602006-01-05 15:29:44 +00001691 hash tables, Schemas Identity constraints (Kasimier), streaming XPath
1692 subset, xmlTextReaderReadString added (Bjorn Reese), Schemas canonical
1693 values handling (Kasimier), add xmlTextReaderByteConsumed (Aron
1694 Stansvik),
1695 - Documentation: Wiki support (Joel Reed)
Daniel Veillard57c000e2005-03-13 18:34:29 +00001696
1697
Daniel Veillard298d9642005-01-16 20:01:55 +000016982.6.17: Jan 16 2005:
Daniel Veillard67952602006-01-05 15:29:44 +00001699 - build fixes: Windows, warnings removal (William Brack),
1700 maintainer-clean dependency(William), build in a different directory
1701 (William), fixing --with-minimum configure build (William), BeOS build
1702 (Marcin Konicki), Python-2.4 detection (William), compilation on AIX (Dan
1703 McNichol)
Daniel Veillard298d9642005-01-16 20:01:55 +00001704 - bug fixes: xmlTextReaderHasAttributes (Rob Richards), xmlCtxtReadFile()
Daniel Veillard67952602006-01-05 15:29:44 +00001705 to use the catalog(s), loop on output (William Brack), XPath memory leak,
1706 ID deallocation problem (Steve Shepard), debugDumpNode crash (William),
1707 warning not using error callback (William), xmlStopParser bug (William),
1708 UTF-16 with BOM on DTDs (William), namespace bug on empty elements in
1709 push mode (Rob Richards), line and col computations fixups (Aleksey
1710 Sanin), xmlURIEscape fix (William), xmlXPathErr on bad range (William),
1711 patterns with too many steps, bug in RNG choice optimization, line number
1712 sometimes missing.
1713 - improvements: XSD Schemas (Kasimier Buchcik), python generator
1714 (William), xmlUTF8Strpos speedup (William), unicode Python strings
1715 (William), XSD error reports (Kasimier Buchcik), Python __str__ call
1716 serialize().
1717 - new APIs: added xmlDictExists(), GetLineNumber and GetColumnNumber for
1718 the xmlReader (Aleksey Sanin), Dynamic Shared Libraries APIs (mostly Joel
1719 Reed), error extraction API from regexps, new XMLSave option for format
1720 (Phil Shafer)
1721 - documentation: site improvement (John Fleck), FAQ entries
1722 (William).
Daniel Veillard298d9642005-01-16 20:01:55 +00001723
1724
Daniel Veillardc3d7cb42004-11-10 14:34:45 +000017252.6.16: Nov 10 2004:
1726 - general hardening and bug fixing crossing all the API based on new
1727 automated regression testing
1728 - build fix: IPv6 build and test on AIX (Dodji Seketeli)
1729 - bug fixes: problem with XML::Libxml reported by Petr Pajas, encoding
1730 conversion functions return values, UTF-8 bug affecting XPath reported by
1731 Markus Bertheau, catalog problem with NULL entries (William Brack)
1732 - documentation: fix to xmllint man page, some API function descritpion
1733 were updated.
1734 - improvements: DTD validation APIs provided at the Python level (Brent
Daniel Veillard67952602006-01-05 15:29:44 +00001735 Hendricks)
Daniel Veillardc3d7cb42004-11-10 14:34:45 +00001736
1737
Daniel Veillardeff45a92004-10-29 12:10:55 +000017382.6.15: Oct 27 2004:
1739 - security fixes on the nanoftp and nanohttp modules
Daniel Veillard6927b102004-10-27 17:29:04 +00001740 - build fixes: xmllint detection bug in configure, building outside the
1741 source tree (Thomas Fitzsimmons)
1742 - bug fixes: HTML parser on broken ASCII chars in names (William), Python
1743 paths (Malcolm Tredinnick), xmlHasNsProp and default namespace (William),
1744 saving to python file objects (Malcolm Tredinnick), DTD lookup fix
1745 (Malcolm), save back <group> in catalogs (William), tree build
1746 fixes (DV and Rob Richards), Schemas memory bug, structured error handler
1747 on Python 64bits, thread local memory deallocation, memory leak reported
1748 by Volker Roth, xmlValidateDtd in the presence of an internal subset,
1749 entities and _private problem (William), xmlBuildRelativeURI error
1750 (William).
1751 - improvements: better XInclude error reports (William), tree debugging
1752 module and tests, convenience functions at the Reader API (Graham
1753 Bennett), add support for PI in the HTML parser.
1754
1755
Daniel Veillard22cdb842004-10-04 14:09:17 +000017562.6.14: Sep 29 2004:
1757 - build fixes: configure paths for xmllint and xsltproc, compilation
1758 without HTML parser, compilation warning cleanups (William Brack &
Daniel Veillard6927b102004-10-27 17:29:04 +00001759 Malcolm Tredinnick), VMS makefile update (Craig Berry),
Daniel Veillard22cdb842004-10-04 14:09:17 +00001760 - bug fixes: xmlGetUTF8Char (William Brack), QName properties (Kasimier
1761 Buchcik), XInclude testing, Notation serialization, UTF8ToISO8859x
1762 transcoding (Mark Itzcovitz), lots of XML Schemas cleanup and fixes
1763 (Kasimier), ChangeLog cleanup (Stepan Kasal), memory fixes (Mark Vakoc),
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001764 handling of failed realloc(), out of bound array addressing in Schemas
Daniel Veillard22cdb842004-10-04 14:09:17 +00001765 date handling, Python space/tabs cleanups (Malcolm Tredinnick), NMTOKENS
Daniel Veillard6927b102004-10-27 17:29:04 +00001766 E20 validation fix (Malcolm),
Daniel Veillard22cdb842004-10-04 14:09:17 +00001767 - improvements: added W3C XML Schemas testsuite (Kasimier Buchcik), add
1768 xmlSchemaValidateOneElement (Kasimier), Python exception hierearchy
1769 (Malcolm Tredinnick), Python libxml2 driver improvement (Malcolm
1770 Tredinnick), Schemas support for xsi:schemaLocation,
1771 xsi:noNamespaceSchemaLocation, xsi:type (Kasimier Buchcik)
1772
1773
Daniel Veillardd1de4a32004-08-31 13:43:07 +000017742.6.13: Aug 31 2004:
1775 - build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc,
Daniel Veillard22cdb842004-10-04 14:09:17 +00001776 Solaris compiler warning, fixing RPM BuildRequires,
Daniel Veillardd1de4a32004-08-31 13:43:07 +00001777 - fixes: DTD loading on Windows (Igor), Schemas error reports APIs
1778 (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack
1779 and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace
1780 problem (William), Schemas hexbinary empty values, encoding error could
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001781 generate a serialization loop.
Daniel Veillardd1de4a32004-08-31 13:43:07 +00001782 - Improvements: Schemas validity improvements (Kasimier), added --path
1783 and --load-trace options to xmllint
1784 - documentation: tutorial update (John Fleck)
1785
1786
Daniel Veillardb331fff2004-08-22 14:21:57 +000017872.6.12: Aug 22 2004:
1788 - build fixes: fix --with-minimum, elfgcchack.h fixes (Peter
1789 Breitenlohner), perl path lookup (William), diff on Solaris (Albert
1790 Chin), some 64bits cleanups.
1791 - Python: avoid a warning with 2.3 (William Brack), tab and space mixes
1792 (William), wrapper generator fixes (William), Cygwin support (Gerrit P.
1793 Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support
1794 (Torkel Lyng)
1795 - Schemas: a lot of bug fixes and improvements from Kasimier Buchcik
1796 - fixes: RVT fixes (William), XPath context resets bug (William), memory
1797 debug (Steve Hay), catalog white space handling (Peter Breitenlohner),
1798 xmlReader state after attribute reading (William), structured error
1799 handler (William), XInclude generated xml:base fixup (William), Windows
1800 memory reallocation problem (Steve Hay), Out of Memory conditions
1801 handling (William and Olivier Andrieu), htmlNewDoc() charset bug,
1802 htmlReadMemory init (William), a posteriori validation DTD base
1803 (William), notations serialization missing, xmlGetNodePath (Dodji),
1804 xmlCheckUTF8 (Diego Tartara), missing line numbers on entity
1805 (William)
1806 - improvements: DocBook catalog build scrip (William), xmlcatalog tool
1807 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
1808 xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude
1809 to not generate start/end nodes, extend xmllint --version to include CVS
1810 tag (William)
1811 - documentation: web pages fixes, validity API docs fixes (William)
1812 schemas API fix (Eric Haszlakiewicz), xmllint man page (John Fleck)
1813
1814
Daniel Veillard45cb0f42004-07-05 17:45:35 +000018152.6.11: July 5 2004:
1816 - Schemas: a lot of changes and improvements by Kasimier Buchcik for
1817 attributes, namespaces and simple types.
1818 - build fixes: --with-minimum (William Brack), some gcc cleanup
1819 (William), --with-thread-alloc (William)
1820 - portability: Windows binary package change (Igor Zlatkovic), Catalog
1821 path on Windows
1822 - documentation: update to the tutorial (John Fleck), xmllint return code
Daniel Veillardb331fff2004-08-22 14:21:57 +00001823 (John Fleck), man pages (Ville Skytta),
Daniel Veillard45cb0f42004-07-05 17:45:35 +00001824 - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
1825 properly initialize the library (William), empty node set in XPath
1826 (William), xmlSchemas errors (William), invalid charref problem pointed
1827 by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
Daniel Veillardb331fff2004-08-22 14:21:57 +00001828 with div processing (William), XPointer and xml:base problem(William),
Daniel Veillard45cb0f42004-07-05 17:45:35 +00001829 Reader and entities, xmllint return code for schemas (William), reader
1830 streaming problem (Steve Ball), DTD serialization problem (William),
1831 libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
1832 Python classes, xmlReader buffer bug, Python bindings memory interfaces
Daniel Veillard96bb7402009-10-06 18:38:15 +02001833 improvement (with Stéphane Bidoul), Fixed the push parser to be back to
Daniel Veillard45cb0f42004-07-05 17:45:35 +00001834 synchronous behaviour.
1835 - improvement: custom per-thread I/O enhancement (Rob Richards), register
1836 namespace in debug shell (Stefano Debenedetti), Python based regression
1837 test for non-Unix users (William), dynamically increase the number of
1838 XPath extension functions in Python and fix a memory leak (Marc-Antoine
1839 Parent and William)
1840 - performance: hack done with Arjan van de Ven to reduce ELF footprint
1841 and generated code on Linux, plus use gcc runtime profiling to optimize
1842 the code generated in the RPM packages.
1843
1844
Daniel Veillard81205012004-05-18 03:06:41 +000018452.6.10: May 17 2004:
1846 - Web page generated for ChangeLog
1847 - build fixes: --without-html problems, make check without make all
1848 - portability: problem with xpath.c on Windows (MSC and Borland), memcmp
1849 vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not
1850 use "list" as parameter name, make tests work with Python 1.5 (Ed
1851 Davis),
1852 - improvements: made xmlTextReaderMode public, small buffers resizing
1853 (Morten Welinder), add --maxmem option to xmllint, add
1854 xmlPopInputCallback() for Matt Sergeant, refactoring of serialization
Daniel Veillard45cb0f42004-07-05 17:45:35 +00001855 escaping, added escaping customization
Daniel Veillard81205012004-05-18 03:06:41 +00001856 - bugfixes: xsd:extension (Taihei Goi), assorted regexp bugs (William
1857 Brack), xmlReader end of stream problem, node deregistration with reader,
1858 URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer), regexp
1859 transition reduction (William), various XSD Schemas fixes (Kasimier
1860 Buchcik), XInclude fallback problem (William), weird problems with DTD
1861 (William), structured error handler callback context (William), reverse
1862 xmlEncodeSpecialChars() behaviour back to escaping '"'
1863
1864
Daniel Veillardeca726d2004-04-18 21:47:34 +000018652.6.9: Apr 18 2004:
1866 - implement xml:id Working Draft, relaxed XPath id() checking
1867 - bugfixes: xmlCtxtReset (Brent Hendricks), line number and CDATA (Dave
1868 Beckett), Relax-NG compilation (William Brack), Regexp patches (with
1869 William), xmlUriEscape (Mark Vakoc), a Relax-NG notAllowed problem (with
1870 William), Relax-NG name classes compares (William), XInclude duplicate
1871 fallback (William), external DTD encoding detection (William), a DTD
1872 validation bug (William), xmlReader Close() fix, recusive extention
1873 schemas
1874 - improvements: use xmlRead* APIs in test tools (Mark Vakoc), indenting
1875 save optimization, better handle IIS broken HTTP redirect behaviour (Ian
1876 Hummel), HTML parser frameset (James Bursa), libxml2-python RPM
1877 dependancy, XML Schemas union support (Kasimier Buchcik), warning removal
1878 clanup (William), keep ChangeLog compressed when installing from RPMs
1879 - documentation: examples and xmlDocDumpMemory docs (John Fleck), new
Daniel Veillardaecc0dc2004-05-08 02:32:07 +00001880 example (load, xpath, modify, save), xmlCatalogDump() comments,
Daniel Veillardeca726d2004-04-18 21:47:34 +00001881 - Windows: Borland C++ builder (Eric Zurcher), work around Microsoft
1882 compiler NaN handling bug (Mark Vakoc)
1883
1884
Daniel Veillard252004d2004-03-23 12:32:32 +000018852.6.8: Mar 23 2004:
1886 - First step of the cleanup of the serialization code and APIs
1887 - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam
1888 Dickmeiss), anyURI for "" (John Belmonte)
1889 - Python: Canonicalization C14N support added (Anthony Carrico)
1890 - xmlDocCopyNode() extension (William)
1891 - Relax-NG: fix when processing XInclude results (William), external
1892 reference in interleave (William), missing error on <choice>
1893 failure (William), memory leak in schemas datatype facets.
1894 - xmlWriter: patch for better DTD support (Alfred Mickautsch)
1895 - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William
1896 Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to
1897 URI on SYSTEM lookup failure, XInclude parse flags inheritance (William),
1898 XInclude and XPointer fixes for entities (William), XML parser bug
1899 reported by Holger Rauch, nanohttp fd leak (William), regexps char
Jan Pokornýbb654fe2016-04-13 16:56:07 +02001900 groups '-' handling (William), dictionary reference counting problems,
Daniel Veillard80c00922004-04-09 09:57:23 +00001901 do not close stderr.
Daniel Veillard252004d2004-03-23 12:32:32 +00001902 - performance patches from Petr Pajas
1903 - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey)
1904 - compilation and portability fixes: --without-valid, catalog cleanups
1905 (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation
1906 to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino
1907 Vidal), Windows build (Eric Zurcher)
1908
1909
Daniel Veillard92914492004-02-23 16:33:21 +000019102.6.7: Feb 23 2004:
1911 - documentation: tutorial updates (John Fleck), benchmark results
1912 - xmlWriter: updates and fixes (Alfred Mickautsch, Lucas Brasilino)
1913 - XPath optimization (Petr Pajas)
1914 - DTD ID handling optimization
1915 - bugfixes: xpath number with > 19 fractional (William Brack), push
1916 mode with unescaped '>' characters, fix xmllint --stream --timing, fix
1917 xmllint --memory --stream memory usage, xmlAttrSerializeTxtContent
1918 handling NULL, trying to fix Relax-NG/Perl interface.
1919 - python: 2.3 compatibility, whitespace fixes (Malcolm Tredinnick)
1920 - Added relaxng option to xmllint --shell
1921
1922
Daniel Veillard5c9547e2004-02-12 15:31:49 +000019232.6.6: Feb 12 2004:
1924 - nanohttp and nanoftp: buffer overflow error on URI parsing (Igor and
1925 William) reported by Yuuichi Teranishi
1926 - bugfixes: make test and path issues, xmlWriter attribute serialization
1927 (William Brack), xmlWriter indentation (William), schemas validation
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001928 (Eric Haszlakiewicz), XInclude dictionnaries issues (William and Oleg
Daniel Veillard5c9547e2004-02-12 15:31:49 +00001929 Paraschenko), XInclude empty fallback (William), HTML warnings (William),
1930 XPointer in XInclude (William), Python namespace serialization,
1931 isolat1ToUTF8 bound error (Alfred Mickautsch), output of parameter
1932 entities in internal subset (William), internal subset bug in push mode,
1933 <xs:all> fix (Alexey Sarytchev)
1934 - Build: fix for automake-1.8 (Alexander Winston), warnings removal
1935 (Philip Ludlam), SOCKLEN_T detection fixes (Daniel Richard), fix
1936 --with-minimum configuration.
1937 - XInclude: allow the 2001 namespace without warning.
1938 - Documentation: missing example/index.html (John Fleck), version
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001939 dependencies (John Fleck)
Daniel Veillard5c9547e2004-02-12 15:31:49 +00001940 - reader API: structured error reporting (Steve Ball)
1941 - Windows compilation: mingw, msys (Mikhail Grushinskiy), function
1942 prototype (Cameron Johnson), MSVC6 compiler warnings, _WINSOCKAPI_
1943 patch
1944 - Parsers: added xmlByteConsumed(ctxt) API to get the byte offest in
1945 input.
1946
1947
Daniel Veillard189f46b2004-01-25 21:03:04 +000019482.6.5: Jan 25 2004:
Haibo Huangcfd91dc2020-07-30 23:01:33 -07001949 - Bugfixes: dictionnaries for schemas (William Brack), regexp segfault
Daniel Veillard189f46b2004-01-25 21:03:04 +00001950 (William), xs:all problem (William), a number of XPointer bugfixes
1951 (William), xmllint error go to stderr, DTD validation problem with
1952 namespace, memory leak (William), SAX1 cleanup and minimal options fixes
1953 (Mark Vadoc), parser context reset on error (Shaun McCance), XPath union
1954 evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin),
1955 XML Schemas double free (Steve Ball), XInclude with no href, argument
1956 callbacks order for XPath callbacks (Frederic Peters)
1957 - Documentation: python scripts (William Brack), xslt stylesheets (John
1958 Fleck), doc (Sven Zimmerman), I/O example.
Daniel Veillard96bb7402009-10-06 18:38:15 +02001959 - Python bindings: fixes (William), enum support (Stéphane Bidoul),
1960 structured error reporting (Stéphane Bidoul)
Jan Pokornýbb654fe2016-04-13 16:56:07 +02001961 - XInclude: various fixes for conformance, problem related to dictionary
Daniel Veillard189f46b2004-01-25 21:03:04 +00001962 references (William & me), recursion (William)
1963 - xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred
Daniel Veillard5c9547e2004-02-12 15:31:49 +00001964 Mickautsch),
Daniel Veillard189f46b2004-01-25 21:03:04 +00001965 - xmlSchemas: normalizedString datatype (John Belmonte)
1966 - code cleanup for strings functions (William)
1967 - Windows: compiler patches (Mark Vakoc)
Jan Pokornýbb654fe2016-04-13 16:56:07 +02001968 - Parser optimizations, a few new XPath and dictionary APIs for future
Daniel Veillard189f46b2004-01-25 21:03:04 +00001969 XSLT optimizations.
1970
1971
Daniel Veillarde6e59cd2003-12-24 11:56:44 +000019722.6.4: Dec 24 2003:
1973 - Windows build fixes (Igor Zlatkovic)
Daniel Veillard189f46b2004-01-25 21:03:04 +00001974 - Some serious XInclude problems reported by Oleg Paraschenko and
1975 - Unix and Makefile packaging fixes (me, William Brack,
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00001976 - Documentation improvements (John Fleck, William Brack), example fix
1977 (Lucas Brasilino)
1978 - bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of
1979 NULL strings (William Brack) , API building reader or parser from
1980 filedescriptor should not close it, changed XPath sorting to be stable
1981 again (William Brack), xmlGetNodePath() generating '(null)' (William
1982 Brack), DTD validation and namespace bug (William Brack), XML Schemas
1983 double inclusion behaviour
1984
1985
Daniel Veillardc480c4e2003-12-10 13:24:38 +000019862.6.3: Dec 10 2003:
1987 - documentation updates and cleanup (DV, William Brack, John Fleck)
1988 - added a repository of examples, examples from Aleksey Sanin, Dodji
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00001989 Seketeli, Alfred Mickautsch
Daniel Veillardc480c4e2003-12-10 13:24:38 +00001990 - Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw
1991 (Kenneth Haley)
1992 - Unicode range checking (William Brack)
1993 - code cleanup (William Brack)
1994 - Python bindings: doc (John Fleck), bug fixes
1995 - UTF-16 cleanup and BOM issues (William Brack)
1996 - bug fixes: ID and xmlReader validation, XPath (William Brack),
1997 xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser
1998 (James Bursa), attribute defaulting and validation, some serialization
1999 cleanups, XML_GET_LINE macro, memory debug when using threads (William
2000 Brack), serialization of attributes and entities content, xmlWriter
2001 (Daniel Schulman)
2002 - XInclude bugfix, new APIs and update to the last version including the
2003 namespace change.
2004 - XML Schemas improvements: include (Robert Stepanek), import and
2005 namespace handling, fixed the regression tests troubles, added examples
Daniel Veillarde6e59cd2003-12-24 11:56:44 +00002006 based on Eric van der Vlist book, regexp fixes
Daniel Veillardc480c4e2003-12-10 13:24:38 +00002007 - preliminary pattern support for streaming (needed for schemas
2008 constraints), added xmlTextReaderPreservePattern() to collect subdocument
2009 when streaming.
2010 - various fixes in the structured error handling
2011
2012
Daniel Veillard6d373a22003-11-04 10:26:43 +000020132.6.2: Nov 4 2003:
2014 - XPath context unregistration fixes
2015 - text node coalescing fixes (Mark Lilback)
2016 - API to screate a W3C Schemas from an existing document (Steve Ball)
2017 - BeOS patches (Marcin 'Shard' Konicki)
2018 - xmlStrVPrintf function added (Aleksey Sanin)
2019 - compilation fixes (Mark Vakoc)
2020 - stdin parsing fix (William Brack)
2021 - a posteriori DTD validation fixes
Daniel Veillardc480c4e2003-12-10 13:24:38 +00002022 - xmlReader bug fixes: Walker fixes, python bindings
Daniel Veillard6d373a22003-11-04 10:26:43 +00002023 - fixed xmlStopParser() to really stop the parser and errors
2024 - always generate line numbers when using the new xmlReadxxx
2025 functions
2026 - added XInclude support to the xmlReader interface
2027 - implemented XML_PARSE_NONET parser option
2028 - DocBook XSLT processing bug fixed
2029 - HTML serialization for <p> elements (William Brack and me)
2030 - XPointer failure in XInclude are now handled as resource errors
2031 - fixed xmllint --html to use the HTML serializer on output (added
2032 --xmlout to implement the previous behaviour of saving it using the XML
2033 serializer)
2034
2035
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +000020362.6.1: Oct 28 2003:
2037 - Mostly bugfixes after the big 2.6.0 changes
2038 - Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup
2039 (William Brack)
2040 - Windows compilation patches (Joachim Bauch, Stephane Bidoul, Igor
2041 Zlatkovic)
2042 - xmlWriter bugfix (Alfred Mickautsch)
2043 - chvalid.[ch]: couple of fixes from Stephane Bidoul
Daniel Veillard6d373a22003-11-04 10:26:43 +00002044 - context reset: error state reset, push parser reset (Graham
2045 Bennett)
Daniel Veillarde4e3f5d2003-10-28 23:06:32 +00002046 - context reuse: generate errors if file is not readable
2047 - defaulted attributes for element coming from internal entities
2048 (Stephane Bidoul)
2049 - Python: tab and spaces mix (William Brack)
2050 - Error handler could crash in DTD validation in 2.6.0
2051 - xmlReader: do not use the document or element _private field
2052 - testSAX.c: avoid a problem with some PIs (Massimo Morara)
2053 - general bug fixes: mandatory encoding in text decl, serializing
2054 Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik),
2055 XPath errors not reported, slow HTML parsing of large documents.
2056
2057
Daniel Veillard3e35f8e2003-10-21 00:05:38 +000020582.6.0: Oct 20 2003:
2059 - Major revision release: should be API and ABI compatible but got a lot
2060 of change
2061 - Increased the library modularity, far more options can be stripped out,
2062 a --with-minimum configuration will weight around 160KBytes
Jan Pokornýbb654fe2016-04-13 16:56:07 +02002063 - Use per parser and per document dictionary, allocate names and small
2064 text nodes from the dictionary
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002065 - Switch to a SAX2 like parser rewrote most of the XML parser core,
2066 provides namespace resolution and defaulted attributes, minimize memory
2067 allocations and copies, namespace checking and specific error handling,
2068 immutable buffers, make predefined entities static structures, etc...
2069 - rewrote all the error handling in the library, all errors can be
2070 intercepted at a structured level, with precise information
2071 available.
2072 - New simpler and more generic XML and HTML parser APIs, allowing to
Haibo Huangcfd91dc2020-07-30 23:01:33 -07002073 easily modify the parsing options and reuse parser context for multiple
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002074 consecutive documents.
2075 - Similar new APIs for the xmlReader, for options and reuse, provided new
2076 functions to access content as const strings, use them for Python
2077 bindings
2078 - a lot of other smaller API improvements: xmlStrPrintf (Aleksey Sanin),
2079 Walker i.e. reader on a document tree based on Alfred Mickautsch code,
2080 make room in nodes for line numbers, reference counting and future PSVI
2081 extensions, generation of character ranges to be checked with faster
2082 algorithm (William), xmlParserMaxDepth (Crutcher Dunnavant), buffer
2083 access
2084 - New xmlWriter API provided by Alfred Mickautsch
2085 - Schemas: base64 support by Anthony Carrico
2086 - Parser<->HTTP integration fix, proper processing of the Mime-Type
William M. Brack7a12e572007-02-16 17:11:09 +00002087 and charset information if available.
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002088 - Relax-NG: bug fixes including the one reported by Martijn Faassen and
2089 zeroOrMore, better error reporting.
Daniel Veillard96bb7402009-10-06 18:38:15 +02002090 - Python bindings (Stéphane Bidoul), never use stdout for errors
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002091 output
2092 - Portability: all the headers have macros for export and calling
2093 convention definitions (Igor Zlatkovic), VMS update (Craig A. Berry),
2094 Windows: threads (Jesse Pelton), Borland compiler (Eric Zurcher, Igor),
2095 Mingw (Igor), typos (Mark Vakoc), beta version (Stephane Bidoul),
2096 warning cleanups on AIX and MIPS compilers (William Brack), BeOS (Marcin
2097 'Shard' Konicki)
2098 - Documentation fixes and README (William Brack), search fix (William),
2099 tutorial updates (John Fleck), namespace docs (Stefan Kost)
2100 - Bug fixes: xmlCleanupParser (Dave Beckett), threading uninitialized
2101 mutexes, HTML doctype lowercase, SAX/IO (William), compression detection
2102 and restore (William), attribute declaration in DTDs (William), namespace
2103 on attribute in HTML output (William), input filename (Rob Richards),
2104 namespace DTD validation, xmlReplaceNode (Chris Ryland), I/O callbacks
2105 (Markus Keim), CDATA serialization (Shaun McCance), xmlReader (Peter
2106 Derr), high codepoint charref like &#x10FFFF;, buffer access in push
2107 mode (Justin Fletcher), TLS threads on Windows (Jesse Pelton), XPath bug
2108 (William), xmlCleanupParser (Marc Liyanage), CDATA output (William), HTTP
2109 error handling.
2110 - xmllint options: --dtdvalidfpi for Tobias Reif, --sax1 for compat
Jan Pokornýbb654fe2016-04-13 16:56:07 +02002111 testing, --nodict for building without tree dictionary, --nocdata to
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00002112 replace CDATA by text, --nsclean to remove surperfluous namespace
2113 declarations
2114 - added xml2-config --libtool-libs option from Kevin P. Fleming
2115 - a lot of profiling and tuning of the code, speedup patch for
2116 xmlSearchNs() by Luca Padovani. The xmlReader should do far less
2117 allocation and it speed should get closer to SAX. Chris Anderson worked
2118 on speeding and cleaning up repetitive checking code.
2119 - cleanup of "make tests"
2120 - libxml-2.0-uninstalled.pc from Malcolm Tredinnick
2121 - deactivated the broken docBook SGML parser code and plugged the XML
2122 parser instead.
2123
2124
Daniel Veillard07cb8222003-09-10 10:51:05 +000021252.5.11: Sep 9 2003:
2126A bugfix only release: - risk of crash in Relax-NG
2127 - risk of crash when using multithreaded programs
2128
2129
Daniel Veillardcfba2fe2003-08-15 00:33:43 +000021302.5.10: Aug 15 2003:
2131A bugfixes only release - Windows Makefiles (William Brack)
2132 - UTF-16 support fixes (Mark Itzcovitz)
2133 - Makefile and portability (William Brack) automake, Linux alpha, Mingw
Daniel Veillard07cb8222003-09-10 10:51:05 +00002134 on Windows (Mikhail Grushinskiy)
Daniel Veillardcfba2fe2003-08-15 00:33:43 +00002135 - HTML parser (Oliver Stoeneberg)
2136 - XInclude performance problem reported by Kevin Ruscoe
2137 - XML parser performance problem reported by Grant Goodale
2138 - xmlSAXParseDTD() bug fix from Malcolm Tredinnick
Daniel Veillard07cb8222003-09-10 10:51:05 +00002139 - and a couple other cleanup
Daniel Veillardcfba2fe2003-08-15 00:33:43 +00002140
2141
Daniel Veillard83ee40d2003-08-09 22:24:09 +000021422.5.9: Aug 9 2003:
2143 - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
2144 (Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
2145 (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
2146 xmlReader, Relax-NG schemas compilation, namespace handling, EXSLT (Sean
2147 Griffin), HTML parsing problem (William Brack), DTD validation for mixed
2148 content + namespaces, HTML serialization, library initialization,
2149 progressive HTML parser
2150 - better interfaces for Relax-NG error handling (Joachim Bauch, )
2151 - adding xmlXIncludeProcessTree() for XInclud'ing in a subtree
2152 - doc fixes and improvements (John Fleck)
2153 - configure flag for -with-fexceptions when embedding in C++
2154 - couple of new UTF-8 helper functions (William Brack)
2155 - general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)
2156 - xmlTextReader cleanup + enum for node types (Bjorn Reese)
2157 - general compilation/warning cleanup Solaris/HP-UX/... (William
2158 Brack)
2159
2160
Daniel Veillard75eb1ad2003-07-07 14:42:44 +000021612.5.8: Jul 6 2003:
2162 - bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark
2163 Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack),
2164 PI related memleak, compilation without schemas or without xpath (Joerg
2165 Schmitz-Linneweber/Garry Pennington), xmlUnlinkNode problem with DTDs,
2166 rpm problem on , i86_64, removed a few compilation problems from 2.5.7,
2167 xmlIOParseDTD, and xmlSAXParseDTD (Malcolm Tredinnick)
2168 - portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry)
2169 - William Brack fixed multithreading lock problems
2170 - IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro)
Daniel Veillard96bb7402009-10-06 18:38:15 +02002171 - Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (Stéphane
Daniel Veillard75eb1ad2003-07-07 14:42:44 +00002172 Bidoul)
2173 - A few W3C Schemas Structure improvements
2174 - W3C Schemas Datatype improvements (Charlie Bozeman)
Daniel Veillard96bb7402009-10-06 18:38:15 +02002175 - Python bindings for thread globals (Stéphane Bidoul), and method/class
Daniel Veillard83ee40d2003-08-09 22:24:09 +00002176 generator
2177 - added --nonet option to xmllint
Daniel Veillard75eb1ad2003-07-07 14:42:44 +00002178 - documentation improvements (John Fleck)
2179
2180
Daniel Veillard92fc02c2003-04-24 23:12:35 +000021812.5.7: Apr 25 2003:
2182 - Relax-NG: Compiling to regexp and streaming validation on top of the
2183 xmlReader interface, added to xmllint --stream
2184 - xmlReader: Expand(), Next() and DOM access glue, bug fixes
2185 - Support for large files: RGN validated a 4.5GB instance
2186 - Thread support is now configured in by default
2187 - Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes
2188 (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser
2189 and zero bytes handling, some missing Windows file path conversions,
2190 behaviour of the parser and validator in the presence of "out of memory"
Daniel Veillard61c52202003-04-30 12:20:34 +00002191 error conditions
Daniel Veillard92fc02c2003-04-24 23:12:35 +00002192 - extended the API to be able to plug a garbage collecting memory
2193 allocator, added xmlMallocAtomic() and modified the allocations
2194 accordingly.
2195 - Performances: removed excessive malloc() calls, speedup of the push and
2196 xmlReader interfaces, removed excessive thread locking
2197 - Documentation: man page (John Fleck), xmlReader documentation
2198 - Python: adding binding for xmlCatalogAddLocal (Brent M Hendricks)
2199
2200
Daniel Veillardc2d4a932003-04-01 11:13:05 +000022012.5.6: Apr 1 2003:
2202 - Fixed W3C XML Schemas datatype, should be compliant now except for
2203 binHex and base64 which are not supported yet.
2204 - bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and
2205 XInclude entities handling, encoding detection on external subsets, XML
2206 Schemas bugs and memory leaks, HTML parser (James Bursa)
2207 - portability: python/trio (Albert Chin), Sun compiler warnings
2208 - documentation: added --relaxng option to xmllint man page (John)
2209 - improved error reporting: xml:space, start/end tag mismatches, Relax NG
2210 errors
2211
2212
22132.5.5: Mar 24 2003:
Daniel Veillardd8da01c2003-03-24 15:58:23 +00002214 - Lot of fixes on the Relax NG implementation. More testing including
2215 DocBook and TEI examples.
2216 - Increased the support for W3C XML Schemas datatype
2217 - Several bug fixes in the URI handling layer
2218 - Bug fixes: HTML parser, xmlReader, DTD validation, XPath, encoding
2219 conversion, line counting in the parser.
2220 - Added support for $XMLLINT_INDENT environment variable, FTP delete
2221 - Fixed the RPM spec file name
2222
Daniel Veillard8ba17412003-01-01 19:13:12 +00002223
Daniel Veillard17bed982003-02-24 20:11:43 +000022242.5.4: Feb 20 2003:
2225 - Conformance testing and lot of fixes on Relax NG and XInclude
2226 implementation
2227 - Implementation of XPointer element() scheme
2228 - Bug fixes: XML parser, XInclude entities merge, validity checking on
2229 namespaces,
2230 2 serialization bugs, node info generation problems, a DTD regexp
2231 generation problem.
2232
2233 - Portability: windows updates and path canonicalization (Igor)
2234 - A few typo fixes (Kjartan Maraas)
2235 - Python bindings generator fixes (Stephane Bidoul)
2236
2237
Daniel Veillard1d788d22003-02-10 16:21:58 +000022382.5.3: Feb 10 2003:
2239 - RelaxNG and XML Schemas datatypes improvements, and added a first
2240 version of RelaxNG Python bindings
2241 - Fixes: XLink (Sean Chittenden), XInclude (Sean Chittenden), API fix for
2242 serializing namespace nodes, encoding conversion bug, XHTML1
2243 serialization
2244 - Portability fixes: Windows (Igor), AMD 64bits RPM spec file
2245
2246
Daniel Veillard72fef162003-02-05 14:31:19 +000022472.5.2: Feb 5 2003:
2248 - First implementation of RelaxNG, added --relaxng flag to xmllint
2249 - Schemas support now compiled in by default.
2250 - Bug fixes: DTD validation, namespace checking, XInclude and entities,
Daniel Veillard96bb7402009-10-06 18:38:15 +02002251 delegateURI in XML Catalogs, HTML parser, XML reader (Stéphane Bidoul),
Daniel Veillard72fef162003-02-05 14:31:19 +00002252 XPath parser and evaluation, UTF8ToUTF8 serialization, XML reader memory
2253 consumption, HTML parser, HTML serialization in the presence of
2254 namespaces
2255 - added an HTML API to check elements and attributes.
2256 - Documentation improvement, PDF for the tutorial (John Fleck), doc
2257 patches (Stefan Kost)
2258 - Portability fixes: NetBSD (Julio Merino), Windows (Igor Zlatkovic)
2259 - Added python bindings for XPointer, contextual error reporting
Daniel Veillard96bb7402009-10-06 18:38:15 +02002260 (Stéphane Bidoul)
Daniel Veillard72fef162003-02-05 14:31:19 +00002261 - URI/file escaping problems (Stefano Zacchiroli)
2262
2263
Daniel Veillarde2830f12003-01-08 17:47:49 +000022642.5.1: Jan 8 2003:
2265 - Fixes a memory leak and configuration/compilation problems in 2.5.0
2266 - documentation updates (John)
2267 - a couple of XmlTextReader fixes
2268
2269
Daniel Veillard7b4b2f92003-01-06 13:11:20 +000022702.5.0: Jan 6 2003:
2271 - New XmltextReader interface based on C#
Daniel Veillard96bb7402009-10-06 18:38:15 +02002272 API (with help of Stéphane Bidoul)
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002273 - Windows: more exports, including the new API (Igor)
2274 - XInclude fallback fix
Daniel Veillard96bb7402009-10-06 18:38:15 +02002275 - Python: bindings for the new API, packaging (Stéphane Bidoul),
2276 drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002277 and iterators for Python-2.2 (Hannu Krosing)
2278 - Tutorial fixes (john Fleck and Niraj Tolia) xmllint man update
2279 (John)
2280 - Fix an XML parser bug raised by Vyacheslav Pindyura
2281 - Fix for VMS serialization (Nigel Hall) and config (Craig A. Berry)
2282 - Entities handling fixes
2283 - new API to optionally track node creation and deletion (Lukas
2284 Schroeder)
2285 - Added documentation for the XmltextReader interface and some XML guidelines
2286
2287
Daniel Veillard8ba17412003-01-01 19:13:12 +000022882.4.30: Dec 12 2002:
2289 - 2.4.29 broke the python bindings, rereleasing
2290 - Improvement/fixes of the XML API generator, and couple of minor code
2291 fixes.
2292
2293
22942.4.29: Dec 11 2002:
2295 - Windows fixes (Igor): Windows CE port, pthread linking, python bindings
Daniel Veillard96bb7402009-10-06 18:38:15 +02002296 (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates
Daniel Veillard8ba17412003-01-01 19:13:12 +00002297 - Fix for prev in python bindings (ERDI Gergo)
2298 - Fix for entities handling (Marcus Clarke)
2299 - Refactored the XML and HTML dumps to a single code path, fixed XHTML1
2300 dump
2301 - Fix for URI parsing when handling URNs with fragment identifiers
2302 - Fix for HTTP URL escaping problem
2303 - added an TextXmlReader (C#) like API (work in progress)
2304 - Rewrote the API in XML generation script, includes a C parser and saves
William M. Brack7a12e572007-02-16 17:11:09 +00002305 more information needed for C# bindings
Daniel Veillard8ba17412003-01-01 19:13:12 +00002306
2307
23082.4.28: Nov 22 2002:
2309 - a couple of python binding fixes
2310 - 2 bug fixes in the XML push parser
2311 - potential memory leak removed (Martin Stoilov)
2312 - fix to the configure script for Unix (Dimitri Papadopoulos)
2313 - added encoding support for XInclude parse="text"
2314 - autodetection of XHTML1 and specific serialization rules added
2315 - nasty threading bug fixed (William Brack)
2316
2317
23182.4.27: Nov 17 2002:
2319 - fixes for the Python bindings
2320 - a number of bug fixes: SGML catalogs, xmlParseBalancedChunkMemory(),
2321 HTML parser, Schemas (Charles Bozeman), document fragment support
2322 (Christian Glahn), xmlReconciliateNs (Brian Stafford), XPointer,
2323 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr
2324 Pajas), entities processing
2325 - added grep to xmllint --shell
2326 - VMS update patch from Craig A. Berry
2327 - cleanup of the Windows build with support for more compilers (Igor),
2328 better thread support on Windows
2329 - cleanup of Unix Makefiles and spec file
2330 - Improvements to the documentation (John Fleck)
2331
2332
23332.4.26: Oct 18 2002:
2334 - Patches for Windows CE port, improvements on Windows paths handling
2335 - Fixes to the validation code (DTD and Schemas), xmlNodeGetPath() ,
2336 HTML serialization, Namespace compliance, and a number of small
2337 problems
2338
2339
23402.4.25: Sep 26 2002:
2341 - A number of bug fixes: XPath, validation, Python bindings, DOM and
2342 tree, xmlI/O, Html
2343 - Serious rewrite of XInclude
2344 - Made XML Schemas regexp part of the default build and APIs, small fix
2345 and improvement of the regexp core
2346 - Changed the validation code to reuse XML Schemas regexp APIs
2347 - Better handling of Windows file paths, improvement of Makefiles (Igor,
2348 Daniel Gehriger, Mark Vakoc)
2349 - Improved the python I/O bindings, the tests, added resolver and regexp
2350 APIs
2351 - New logos from Marc Liyanage
2352 - Tutorial improvements: John Fleck, Christopher Harris
2353 - Makefile: Fixes for AMD x86_64 (Mandrake), DESTDIR (Christophe
2354 Merlet)
2355 - removal of all stderr/perror use for error reporting
2356 - Better error reporting: XPath and DTD validation
2357 - update of the trio portability layer (Bjorn Reese)
2358
Daniel Veillard1177ca42003-04-26 22:29:54 +000023592.4.24: Aug 22 2002 - XPath fixes (William), xf:escape-uri() (Wesley Terpstra)
Daniel Veillard8ba17412003-01-01 19:13:12 +00002360 - Python binding fixes: makefiles (William), generator, rpm build, x86-64
2361 (fcrozat)
2362 - HTML <style> and boolean attributes serializer fixes
2363 - C14N improvements by Aleksey
2364 - doc cleanups: Rick Jones
2365 - Windows compiler makefile updates: Igor and Elizabeth Barham
2366 - XInclude: implementation of fallback and xml:base fixup added
2367
2368
23692.4.23: July 6 2002:
2370 - performances patches: Peter Jacobi
2371 - c14n fixes, testsuite and performances: Aleksey Sanin
2372 - added xmlDocFormatDump: Chema Celorio
2373 - new tutorial: John Fleck
2374 - new hash functions and performances: Sander Vesik, portability fix from
2375 Peter Jacobi
2376 - a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
2377 HTML parsers, ID lookup function
2378 - removal of all remaining sprintf: Aleksey Sanin
2379
2380
23812.4.22: May 27 2002:
2382 - a number of bug fixes: configure scripts, base handling, parser, memory
2383 usage, HTML parser, XPath, documentation (Christian Cornelssen),
2384 indentation, URI parsing
2385 - Optimizations for XMLSec, fixing and making public some of the network
2386 protocol handlers (Aleksey)
2387 - performance patch from Gary Pennington
2388 - Charles Bozeman provided date and time support for XML Schemas
2389 datatypes
2390
2391
23922.4.21: Apr 29 2002:
2393This release is both a bug fix release and also contains the early XML
2394Schemas structures at
2395http://www.w3.org/TR/xmlschema-1/
2396 and datatypes at
2397http://www.w3.org/TR/xmlschema-2/
2398 code, beware, all
2399interfaces are likely to change, there is huge holes, it is clearly a work in
2400progress and don't even think of putting this code in a production system,
Patrick Monneratea8c89b2014-03-04 16:13:34 +01002401it's actually not compiled in by default. The real fixes are:
2402 - a couple of bugs or limitations introduced in 2.4.20
Daniel Veillard8ba17412003-01-01 19:13:12 +00002403 - patches for Borland C++ and MSC by Igor
2404 - some fixes on XPath strings and conformance patches by Richard
2405 Jinks
2406 - patch from Aleksey for the ExcC14N specification
2407 - OSF/1 bug fix by Bjorn
2408
2409
24102.4.20: Apr 15 2002:
2411 - bug fixes: file descriptor leak, XPath, HTML output, DTD validation
2412 - XPath conformance testing by Richard Jinks
2413 - Portability fixes: Solaris, MPE/iX, Windows, OSF/1, python bindings,
2414 libxml.m4
2415
2416
24172.4.19: Mar 25 2002:
2418 - bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8
2419 encoder
2420 - portability fixes in the HTTP code
2421 - memory allocation checks using valgrind, and profiling tests
2422 - revamp of the Windows build and Makefiles
2423
2424
24252.4.18: Mar 18 2002:
2426 - bug fixes: tree, SAX, canonicalization, validation, portability,
2427 XPath
2428 - removed the --with-buffer option it was becoming unmaintainable
2429 - serious cleanup of the Python makefiles
2430 - speedup patch to XPath very effective for DocBook stylesheets
2431 - Fixes for Windows build, cleanup of the documentation
2432
2433
24342.4.17: Mar 8 2002:
2435 - a lot of bug fixes, including "namespace nodes have no parents in
2436 XPath"
2437 - fixed/improved the Python wrappers, added more examples and more
2438 regression tests, XPath extension functions can now return node-sets
2439 - added the XML Canonicalization support from Aleksey Sanin
2440
2441
24422.4.16: Feb 20 2002:
2443 - a lot of bug fixes, most of them were triggered by the XML Testsuite
2444 from OASIS and W3C. Compliance has been significantly improved.
2445 - a couple of portability fixes too.
2446
2447
24482.4.15: Feb 11 2002:
2449 - Fixed the Makefiles, especially the python module ones
2450 - A few bug fixes and cleanup
2451 - Includes cleanup
2452
2453
24542.4.14: Feb 8 2002:
2455 - Change of License to the MIT
2456 License basically for integration in XFree86 codebase, and removing
2457 confusion around the previous dual-licensing
2458 - added Python bindings, beta software but should already be quite
2459 complete
2460 - a large number of fixes and cleanups, especially for all tree
2461 manipulations
2462 - cleanup of the headers, generation of a reference API definition in
2463 XML
2464
2465
24662.4.13: Jan 14 2002:
2467 - update of the documentation: John Fleck and Charlie Bozeman
2468 - cleanup of timing code from Justin Fletcher
2469 - fixes for Windows and initial thread support on Win32: Igor and Serguei
2470 Narojnyi
2471 - Cygwin patch from Robert Collins
2472 - added xmlSetEntityReferenceFunc() for Keith Isdale work on xsldbg
2473
2474
24752.4.12: Dec 7 2001:
2476 - a few bug fixes: thread (Gary Pennington), xmllint (Geert Kloosterman),
2477 XML parser (Robin Berjon), XPointer (Danny Jamshy), I/O cleanups
2478 (robert)
2479 - Eric Lavigne contributed project files for MacOS
2480 - some makefiles cleanups
2481
2482
24832.4.11: Nov 26 2001:
2484 - fixed a couple of errors in the includes, fixed a few bugs, some code
2485 cleanups
2486 - xmllint man pages improvement by Heiko Rupp
2487 - updated VMS build instructions from John A Fotheringham
2488 - Windows Makefiles updates from Igor
2489
2490
24912.4.10: Nov 10 2001:
2492 - URI escaping fix (Joel Young)
2493 - added xmlGetNodePath() (for paths or XPointers generation)
2494 - Fixes namespace handling problems when using DTD and validation
2495 - improvements on xmllint: Morus Walter patches for --format and
2496 --encode, Stefan Kost and Heiko Rupp improvements on the --shell
2497 - fixes for xmlcatalog linking pointed by Weiqi Gao
2498 - fixes to the HTML parser
2499
2500
25012.4.9: Nov 6 2001:
2502 - fixes more catalog bugs
2503 - avoid a compilation problem, improve xmlGetLineNo()
2504
2505
25062.4.8: Nov 4 2001:
2507 - fixed SGML catalogs broken in previous release, updated xmlcatalog
2508 tool
2509 - fixed a compile errors and some includes troubles.
2510
2511
25122.4.7: Oct 30 2001:
2513 - exported some debugging interfaces
2514 - serious rewrite of the catalog code
2515 - integrated Gary Pennington thread safety patch, added configure option
2516 and regression tests
2517 - removed an HTML parser bug
2518 - fixed a couple of potentially serious validation bugs
2519 - integrated the SGML DocBook support in xmllint
2520 - changed the nanoftp anonymous login passwd
2521 - some I/O cleanup and a couple of interfaces for Perl wrapper
2522 - general bug fixes
2523 - updated xmllint man page by John Fleck
2524 - some VMS and Windows updates
2525
2526
25272.4.6: Oct 10 2001:
2528 - added an updated man pages by John Fleck
2529 - portability and configure fixes
2530 - an infinite loop on the HTML parser was removed (William)
2531 - Windows makefile patches from Igor
2532 - fixed half a dozen bugs reported for libxml or libxslt
2533 - updated xmlcatalog to be able to modify SGML super catalogs
2534
2535
25362.4.5: Sep 14 2001:
2537 - Remove a few annoying bugs in 2.4.4
2538 - forces the HTML serializer to output decimal charrefs since some
2539 version of Netscape can't handle hexadecimal ones
2540
2541
25421.8.16: Sep 14 2001:
2543 - maintenance release of the old libxml1 branch, couple of bug and
2544 portability fixes
2545
2546
25472.4.4: Sep 12 2001:
2548 - added --convert to xmlcatalog, bug fixes and cleanups of XML
2549 Catalog
2550 - a few bug fixes and some portability changes
2551 - some documentation cleanups
2552
2553
25542.4.3: Aug 23 2001:
2555 - XML Catalog support see the doc
2556 - New NaN/Infinity floating point code
2557 - A few bug fixes
2558
2559
25602.4.2: Aug 15 2001:
2561 - adds xmlLineNumbersDefault() to control line number generation
2562 - lot of bug fixes
2563 - the Microsoft MSC projects files should now be up to date
2564 - inheritance of namespaces from DTD defaulted attributes
2565 - fixes a serious potential security bug
2566 - added a --format option to xmllint
2567
2568
25692.4.1: July 24 2001:
2570 - possibility to keep line numbers in the tree
2571 - some computation NaN fixes
2572 - extension of the XPath API
2573 - cleanup for alpha and ia64 targets
2574 - patch to allow saving through HTTP PUT or POST
2575
2576
25772.4.0: July 10 2001:
2578 - Fixed a few bugs in XPath, validation, and tree handling.
2579 - Fixed XML Base implementation, added a couple of examples to the
2580 regression tests
2581 - A bit of cleanup
2582
2583
25842.3.14: July 5 2001:
2585 - fixed some entities problems and reduce memory requirement when
2586 substituting them
2587 - lots of improvements in the XPath queries interpreter can be
2588 substantially faster
2589 - Makefiles and configure cleanups
2590 - Fixes to XPath variable eval, and compare on empty node set
2591 - HTML tag closing bug fixed
2592 - Fixed an URI reference computation problem when validating
2593
2594
25952.3.13: June 28 2001:
2596 - 2.3.12 configure.in was broken as well as the push mode XML parser
2597 - a few more fixes for compilation on Windows MSC by Yon Derek
2598
2599
26001.8.14: June 28 2001:
2601 - Zbigniew Chyla gave a patch to use the old XML parser in push mode
2602 - Small Makefile fix
2603
2604
26052.3.12: June 26 2001:
2606 - lots of cleanup
2607 - a couple of validation fix
2608 - fixed line number counting
2609 - fixed serious problems in the XInclude processing
2610 - added support for UTF8 BOM at beginning of entities
2611 - fixed a strange gcc optimizer bugs in xpath handling of float, gcc-3.0
2612 miscompile uri.c (William), Thomas Leitner provided a fix for the
2613 optimizer on Tru64
2614 - incorporated Yon Derek and Igor Zlatkovic fixes and improvements for
2615 compilation on Windows MSC
2616 - update of libxml-doc.el (Felix Natter)
2617 - fixed 2 bugs in URI normalization code
2618
2619
26202.3.11: June 17 2001:
2621 - updates to trio, Makefiles and configure should fix some portability
2622 problems (alpha)
2623 - fixed some HTML serialization problems (pre, script, and block/inline
2624 handling), added encoding aware APIs, cleanup of this code
2625 - added xmlHasNsProp()
2626 - implemented a specific PI for encoding support in the DocBook SGML
2627 parser
2628 - some XPath fixes (-Infinity, / as a function parameter and namespaces
2629 node selection)
2630 - fixed a performance problem and an error in the validation code
2631 - fixed XInclude routine to implement the recursive behaviour
2632 - fixed xmlFreeNode problem when libxml is included statically twice
2633 - added --version to xmllint for bug reports
2634
2635
26362.3.10: June 1 2001:
2637 - fixed the SGML catalog support
2638 - a number of reported bugs got fixed, in XPath, iconv detection,
2639 XInclude processing
2640 - XPath string function should now handle unicode correctly
2641
2642
26432.3.9: May 19 2001:
Patrick Monneratea8c89b2014-03-04 16:13:34 +01002644Lots of bugfixes, and added a basic SGML catalog support:
Daniel Veillard726f67e2014-10-16 15:40:16 +08002645 - HTML push bugfix #54891 and another patch from Jonas Borgstrom
Daniel Veillard8ba17412003-01-01 19:13:12 +00002646 - some serious speed optimization again
2647 - some documentation cleanups
2648 - trying to get better linking on Solaris (-R)
2649 - XPath API cleanup from Thomas Broyer
2650 - Validation bug fixed #54631, added a patch from Gary Pennington, fixed
2651 xmlValidGetValidElements()
2652 - Added an INSTALL file
2653 - Attribute removal added to API: #54433
2654 - added a basic support for SGML catalogs
2655 - fixed xmlKeepBlanksDefault(0) API
2656 - bugfix in xmlNodeGetLang()
2657 - fixed a small configure portability problem
2658 - fixed an inversion of SYSTEM and PUBLIC identifier in HTML document
2659
2660
26611.8.13: May 14 2001:
2662 - bugfixes release of the old libxml1 branch used by Gnome
2663
2664
26652.3.8: May 3 2001:
2666 - Integrated an SGML DocBook parser for the Gnome project
2667 - Fixed a few things in the HTML parser
2668 - Fixed some XPath bugs raised by XSLT use, tried to fix the floating
2669 point portability issue
2670 - Speed improvement (8M/s for SAX, 3M/s for DOM, 1.5M/s for
2671 DOM+validation using the XML REC as input and a 700MHz celeron).
2672 - incorporated more Windows cleanup
2673 - added xmlSaveFormatFile()
2674 - fixed problems in copying nodes with entities references (gdome)
2675 - removed some troubles surrounding the new validation module
2676
2677
26782.3.7: April 22 2001:
2679 - lots of small bug fixes, corrected XPointer
2680 - Non deterministic content model validation support
2681 - added xmlDocCopyNode for gdome2
2682 - revamped the way the HTML parser handles end of tags
2683 - XPath: corrections of namespaces support and number formatting
2684 - Windows: Igor Zlatkovic patches for MSC compilation
2685 - HTML output fixes from P C Chow and William M. Brack
2686 - Improved validation speed sensible for DocBook
2687 - fixed a big bug with ID declared in external parsed entities
2688 - portability fixes, update of Trio from Bjorn Reese
2689
2690
26912.3.6: April 8 2001:
2692 - Code cleanup using extreme gcc compiler warning options, found and
2693 cleared half a dozen potential problem
2694 - the Eazel team found an XML parser bug
2695 - cleaned up the user of some of the string formatting function. used the
2696 trio library code to provide the one needed when the platform is missing
2697 them
2698 - xpath: removed a memory leak and fixed the predicate evaluation
2699 problem, extended the testsuite and cleaned up the result. XPointer seems
2700 broken ...
2701
2702
27032.3.5: Mar 23 2001:
2704 - Biggest change is separate parsing and evaluation of XPath expressions,
2705 there is some new APIs for this too
2706 - included a number of bug fixes(XML push parser, 51876, notations,
2707 52299)
2708 - Fixed some portability issues
2709
2710
27112.3.4: Mar 10 2001:
2712 - Fixed bugs #51860 and #51861
2713 - Added a global variable xmlDefaultBufferSize to allow default buffer
2714 size to be application tunable.
2715 - Some cleanup in the validation code, still a bug left and this part
2716 should probably be rewritten to support ambiguous content model :-\
2717 - Fix a couple of serious bugs introduced or raised by changes in 2.3.3
2718 parser
2719 - Fixed another bug in xmlNodeGetContent()
2720 - Bjorn fixed XPath node collection and Number formatting
2721 - Fixed a loop reported in the HTML parsing
2722 - blank space are reported even if the Dtd content model proves that they
2723 are formatting spaces, this is for XML conformance
2724
2725
27262.3.3: Mar 1 2001:
2727 - small change in XPath for XSLT
2728 - documentation cleanups
2729 - fix in validation by Gary Pennington
2730 - serious parsing performances improvements
2731
2732
27332.3.2: Feb 24 2001:
2734 - chasing XPath bugs, found a bunch, completed some TODO
2735 - fixed a Dtd parsing bug
2736 - fixed a bug in xmlNodeGetContent
2737 - ID/IDREF support partly rewritten by Gary Pennington
2738
2739
27402.3.1: Feb 15 2001:
2741 - some XPath and HTML bug fixes for XSLT
2742 - small extension of the hash table interfaces for DOM gdome2
2743 implementation
2744 - A few bug fixes
2745
2746
27472.3.0: Feb 8 2001 (2.2.12 was on 25 Jan but I didn't kept track):
2748 - Lots of XPath bug fixes
2749 - Add a mode with Dtd lookup but without validation error reporting for
2750 XSLT
2751 - Add support for text node without escaping (XSLT)
2752 - bug fixes for xmlCheckFilename
2753 - validation code bug fixes from Gary Pennington
2754 - Patch from Paul D. Smith correcting URI path normalization
2755 - Patch to allow simultaneous install of libxml-devel and
2756 libxml2-devel
2757 - the example Makefile is now fixed
2758 - added HTML to the RPM packages
2759 - tree copying bugfixes
2760 - updates to Windows makefiles
2761 - optimization patch from Bjorn Reese
2762
2763
27642.2.11: Jan 4 2001:
2765 - bunch of bug fixes (memory I/O, xpath, ftp/http, ...)
2766 - added htmlHandleOmittedElem()
2767 - Applied Bjorn Reese's IPV6 first patch
2768 - Applied Paul D. Smith patches for validation of XInclude results
2769 - added XPointer xmlns() new scheme support
2770
2771
27722.2.10: Nov 25 2000:
2773 - Fix the Windows problems of 2.2.8
2774 - integrate OpenVMS patches
2775 - better handling of some nasty HTML input
2776 - Improved the XPointer implementation
2777 - integrate a number of provided patches
2778
2779
27802.2.9: Nov 25 2000:
2781 - erroneous release :-(
2782
2783
27842.2.8: Nov 13 2000:
2785 - First version of XInclude
2786 support
2787 - Patch in conditional section handling
2788 - updated MS compiler project
2789 - fixed some XPath problems
2790 - added an URI escaping function
2791 - some other bug fixes
2792
2793
27942.2.7: Oct 31 2000:
2795 - added message redirection
2796 - XPath improvements (thanks TOM !)
2797 - xmlIOParseDTD() added
2798 - various small fixes in the HTML, URI, HTTP and XPointer support
2799 - some cleanup of the Makefile, autoconf and the distribution content
2800
2801
28022.2.6: Oct 25 2000::
2803 - Added an hash table module, migrated a number of internal structure to
2804 those
2805 - Fixed a posteriori validation problems
2806 - HTTP module cleanups
2807 - HTML parser improvements (tag errors, script/style handling, attribute
2808 normalization)
2809 - coalescing of adjacent text nodes
2810 - couple of XPath bug fixes, exported the internal API
2811
2812
28132.2.5: Oct 15 2000::
2814 - XPointer implementation and testsuite
2815 - Lot of XPath fixes, added variable and functions registration, more
2816 tests
2817 - Portability fixes, lots of enhancements toward an easy Windows build
2818 and release
2819 - Late validation fixes
2820 - Integrated a lot of contributed patches
2821 - added memory management docs
2822 - a performance problem when using large buffer seems fixed
2823
2824
28252.2.4: Oct 1 2000::
2826 - main XPath problem fixed
2827 - Integrated portability patches for Windows
2828 - Serious bug fixes on the URI and HTML code
2829
2830
28312.2.3: Sep 17 2000:
2832 - bug fixes
2833 - cleanup of entity handling code
2834 - overall review of all loops in the parsers, all sprintf usage has been
2835 checked too
2836 - Far better handling of larges Dtd. Validating against DocBook XML Dtd
2837 works smoothly now.
2838
2839
28401.8.10: Sep 6 2000:
2841 - bug fix release for some Gnome projects
2842
2843
28442.2.2: August 12 2000:
2845 - mostly bug fixes
2846 - started adding routines to access xml parser context options
2847
2848
28492.2.1: July 21 2000:
2850 - a purely bug fixes release
2851 - fixed an encoding support problem when parsing from a memory block
2852 - fixed a DOCTYPE parsing problem
2853 - removed a bug in the function allowing to override the memory
2854 allocation routines
2855
2856
28572.2.0: July 14 2000:
2858 - applied a lot of portability fixes
2859 - better encoding support/cleanup and saving (content is now always
2860 encoded in UTF-8)
2861 - the HTML parser now correctly handles encodings
2862 - added xmlHasProp()
2863 - fixed a serious problem with &#38;
2864 - propagated the fix to FTP client
2865 - cleanup, bugfixes, etc ...
2866 - Added a page about libxml Internationalization
2867 support
2868
2869
Daniel Veillard8ba17412003-01-01 19:13:12 +000028701.8.9: July 9 2000:
2871 - fixed the spec the RPMs should be better
2872 - fixed a serious bug in the FTP implementation, released 1.8.9 to solve
2873 rpmfind users problem
2874
2875
28762.1.1: July 1 2000:
2877 - fixes a couple of bugs in the 2.1.0 packaging
2878 - improvements on the HTML parser
2879
2880
28812.1.0 and 1.8.8: June 29 2000:
2882 - 1.8.8 is mostly a commodity package for upgrading to libxml2 according
2883 to new instructions. It fixes a nasty problem
2884 about &#38; charref parsing
2885 - 2.1.0 also ease the upgrade from libxml v1 to the recent version. it
2886 also contains numerous fixes and enhancements:
Daniel Veillard726f67e2014-10-16 15:40:16 +08002887
2888 added xmlStopParser() to stop parsing
Daniel Veillard8ba17412003-01-01 19:13:12 +00002889 improved a lot parsing speed when there is large CDATA blocs
2890 includes XPath patches provided by Picdar Technology
2891 tried to fix as much as possible DTD validation and namespace
2892 related problems
2893 output to a given encoding has been added/tested
2894 lot of various fixes
2895
Daniel Veillard726f67e2014-10-16 15:40:16 +08002896
Daniel Veillard8ba17412003-01-01 19:13:12 +00002897 - added xmlStopParser() to stop parsing
2898 - improved a lot parsing speed when there is large CDATA blocs
2899 - includes XPath patches provided by Picdar Technology
2900 - tried to fix as much as possible DTD validation and namespace
2901 related problems
2902 - output to a given encoding has been added/tested
2903 - lot of various fixes
2904
2905
29062.0.0: Apr 12 2000:
2907 - First public release of libxml2. If you are using libxml, it's a good
2908 idea to check the 1.x to 2.x upgrade instructions. NOTE: while initially
2909 scheduled for Apr 3 the release occurred only on Apr 12 due to massive
2910 workload.
2911 - The include are now located under $prefix/include/libxml (instead of
2912 $prefix/include/gnome-xml), they also are referenced by
2913 #include <libxml/xxx.h>
2914 instead of
2915 #include "xxx.h"
2916
2917 - a new URI module for parsing URIs and following strictly RFC 2396
2918 - the memory allocation routines used by libxml can now be overloaded
2919 dynamically by using xmlMemSetup()
2920 - The previously CVS only tool tester has been renamed
2921 xmllint and is now installed as part of the libxml2
2922 package
2923 - The I/O interface has been revamped. There is now ways to plug in
2924 specific I/O modules, either at the URI scheme detection level using
2925 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
2926 parser context using xmlCreateIOParserCtxt()
2927 - there is a C preprocessor macro LIBXML_VERSION providing the version
2928 number of the libxml module in use
2929 - a number of optional features of libxml can now be excluded at
2930 configure time (FTP/HTTP/HTML/XPath/Debug)
2931
2932
29332.0.0beta: Mar 14 2000:
2934 - This is a first Beta release of libxml version 2
2935 - It's available only fromxmlsoft.org
2936 FTP, it's packaged as libxml2-2.0.0beta and available as tar and
2937 RPMs
2938 - This version is now the head in the Gnome CVS base, the old one is
2939 available under the tag LIB_XML_1_X
2940 - This includes a very large set of changes. From a programmatic point
2941 of view applications should not have to be modified too much, check the
2942 upgrade page
Daniel Veillard8ba17412003-01-01 19:13:12 +00002943 - Some interfaces may changes (especially a bit about encoding).
2944 - the updates includes:
Daniel Veillard726f67e2014-10-16 15:40:16 +08002945
2946 fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
Daniel Veillard8ba17412003-01-01 19:13:12 +00002947 handled now
2948 Better handling of entities, especially well-formedness checking
2949 and proper PEref extensions in external subsets
2950 DTD conditional sections
2951 Validation now correctly handle entities content
2952 change
2953 structures to accommodate DOM
2954
Daniel Veillard726f67e2014-10-16 15:40:16 +08002955
Daniel Veillard8ba17412003-01-01 19:13:12 +00002956 - fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly
2957 handled now
2958 - Better handling of entities, especially well-formedness checking
2959 and proper PEref extensions in external subsets
2960 - DTD conditional sections
2961 - Validation now correctly handle entities content
2962 - change
2963 structures to accommodate DOM
2964 - Serious progress were made toward compliance, here are the result of the test against the
2965 OASIS testsuite (except the Japanese tests since I don't support that
2966 encoding yet). This URL is rebuilt every couple of hours using the CVS
2967 head version.
2968
2969
29701.8.7: Mar 6 2000:
2971 - This is a bug fix release:
2972 - It is possible to disable the ignorable blanks heuristic used by
2973 libxml-1.x, a new function xmlKeepBlanksDefault(0) will allow this. Note
2974 that for adherence to XML spec, this behaviour will be disabled by
2975 default in 2.x . The same function will allow to keep compatibility for
2976 old code.
2977 - Blanks in <a> </a> constructs are not ignored anymore,
2978 avoiding heuristic is really the Right Way :-\
2979 - The unchecked use of snprintf which was breaking libxml-1.8.6
2980 compilation on some platforms has been fixed
2981 - nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when processing
2982 URIs
2983
2984
29851.8.6: Jan 31 2000:
2986 - added a nanoFTP transport module, debugged until the new version of rpmfind can use
2987 it without troubles
2988
2989
29901.8.5: Jan 21 2000:
2991 - adding APIs to parse a well balanced chunk of XML (production [43] content of the
2992 XML spec)
2993 - fixed a hideous bug in xmlGetProp pointed by Rune.Djurhuus@fast.no
2994 - Jody Goldberg <jgoldberg@home.com> provided another patch trying
2995 to solve the zlib checks problems
2996 - The current state in gnome CVS base is expected to ship as 1.8.5 with
2997 gnumeric soon
2998
2999
30001.8.4: Jan 13 2000:
3001 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()
3002 - all exit() call should have been removed from libxml
3003 - fixed a problem with INCLUDE_WINSOCK on WIN32 platform
3004 - added newDocFragment()
3005
3006
30071.8.3: Jan 5 2000:
3008 - a Push interface for the XML and HTML parsers
3009 - a shell-like interface to the document tree (try tester --shell :-)
3010 - lots of bug fixes and improvement added over XMas holidays
3011 - fixed the DTD parsing code to work with the xhtml DTD
3012 - added xmlRemoveProp(), xmlRemoveID() and xmlRemoveRef()
3013 - Fixed bugs in xmlNewNs()
3014 - External entity loading code has been revamped, now it uses
3015 xmlLoadExternalEntity(), some fix on entities processing were added
3016 - cleaned up WIN32 includes of socket stuff
3017
3018
30191.8.2: Dec 21 1999:
3020 - I got another problem with includes and C++, I hope this issue is fixed
3021 for good this time
3022 - Added a few tree modification functions: xmlReplaceNode,
3023 xmlAddPrevSibling, xmlAddNextSibling, xmlNodeSetName and
3024 xmlDocSetRootElement
3025 - Tried to improve the HTML output with help from Chris Lahey
3026
3027
Daniel Veillard8ba17412003-01-01 19:13:12 +000030281.8.1: Dec 18 1999:
3029 - various patches to avoid troubles when using libxml with C++ compilers
3030 the "namespace" keyword and C escaping in include files
3031 - a problem in one of the core macros IS_CHAR was corrected
3032 - fixed a bug introduced in 1.8.0 breaking default namespace processing,
3033 and more specifically the Dia application
3034 - fixed a posteriori validation (validation after parsing, or by using a
3035 Dtd not specified in the original document)
3036 - fixed a bug in
3037
3038
30391.8.0: Dec 12 1999:
3040 - cleanup, especially memory wise
3041 - the parser should be more reliable, especially the HTML one, it should
3042 not crash, whatever the input !
3043 - Integrated various patches, especially a speedup improvement for large
3044 dataset from Carl Nygard,
3045 configure with --with-buffers to enable them.
3046 - attribute normalization, oops should have been added long ago !
3047 - attributes defaulted from DTDs should be available, xmlSetProp() now
3048 does entities escaping by default.
3049
3050
30511.7.4: Oct 25 1999:
3052 - Lots of HTML improvement
3053 - Fixed some errors when saving both XML and HTML
3054 - More examples, the regression tests should now look clean
3055 - Fixed a bug with contiguous charref
3056
3057
30581.7.3: Sep 29 1999:
3059 - portability problems fixed
3060 - snprintf was used unconditionally, leading to link problems on system
3061 were it's not available, fixed
3062
3063
30641.7.1: Sep 24 1999:
3065 - The basic type for strings manipulated by libxml has been renamed in
3066 1.7.1 from CHAR to xmlChar. The reason
3067 is that CHAR was conflicting with a predefined type on Windows. However
3068 on non WIN32 environment, compatibility is provided by the way of a
3069 #define .
3070 - Changed another error : the use of a structure field called errno, and
3071 leading to troubles on platforms where it's a macro
3072
3073
30741.7.0: Sep 23 1999:
3075 - Added the ability to fetch remote DTD or parsed entities, see the nanohttp module.
3076 - Added an errno to report errors by another mean than a simple printf
3077 like callback
3078 - Finished ID/IDREF support and checking when validation
3079 - Serious memory leaks fixed (there is now a memory wrapper module)
3080 - Improvement of XPath
3081 implementation
3082 - Added an HTML parser front-end
3083
3084Daniel Veillard at
3085bugs.html