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