news.html revision c6271d208e0dc8768aac1dd7c162ddef121fbaa3
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 2<html> 3<head> 4<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> 5<style type="text/css"><!-- 6TD {font-size: 10pt; font-family: Verdana,Arial,Helvetica} 7BODY {font-size: 10pt; font-family: Verdana,Arial,Helvetica; margin-top: 5pt; margin-left: 0pt; margin-right: 0pt} 8H1 {font-size: 16pt; font-family: Verdana,Arial,Helvetica} 9H2 {font-size: 14pt; font-family: Verdana,Arial,Helvetica} 10H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica} 11A:link, A:visited, A:active { text-decoration: underline } 12--></style> 13<title>News</title> 14</head> 15<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"> 16<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr> 17<td width="180"> 18<a href="http://www.gnome.org/"><img src="smallfootonly.gif" alt="Gnome Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a> 19</td> 20<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"> 21<h1>The XML C library for Gnome</h1> 22<h2>News</h2> 23</td></tr></table></td></tr></table></td> 24</tr></table> 25<table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr> 26<td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td> 27<table width="100%" border="0" cellspacing="1" cellpadding="3"> 28<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr> 29<tr><td bgcolor="#fffacd"><ul style="margin-left: -2pt"> 30<li><a href="index.html">Home</a></li> 31<li><a href="intro.html">Introduction</a></li> 32<li><a href="FAQ.html">FAQ</a></li> 33<li><a href="docs.html">Documentation</a></li> 34<li><a href="bugs.html">Reporting bugs and getting help</a></li> 35<li><a href="help.html">How to help</a></li> 36<li><a href="downloads.html">Downloads</a></li> 37<li><a href="news.html">News</a></li> 38<li><a href="XML.html">XML</a></li> 39<li><a href="XSLT.html">XSLT</a></li> 40<li><a href="architecture.html">libxml architecture</a></li> 41<li><a href="tree.html">The tree output</a></li> 42<li><a href="interface.html">The SAX interface</a></li> 43<li><a href="xmldtd.html">Validation & DTDs</a></li> 44<li><a href="xmlmem.html">Memory Management</a></li> 45<li><a href="encoding.html">Encodings support</a></li> 46<li><a href="xmlio.html">I/O Interfaces</a></li> 47<li><a href="catalog.html">Catalog support</a></li> 48<li><a href="library.html">The parser interfaces</a></li> 49<li><a href="entities.html">Entities or no entities</a></li> 50<li><a href="namespaces.html">Namespaces</a></li> 51<li><a href="upgrade.html">Upgrading 1.x code</a></li> 52<li><a href="DOM.html">DOM Principles</a></li> 53<li><a href="example.html">A real example</a></li> 54<li><a href="contribs.html">Contributions</a></li> 55<li> 56<a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a> 57</li> 58</ul></td></tr> 59</table> 60<table width="100%" border="0" cellspacing="1" cellpadding="3"> 61<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr> 62<tr><td bgcolor="#fffacd"><ul style="margin-left: -2pt"> 63<li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li> 64<li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li> 65<li><a href="http://www.cs.unibo.it/~casarini/gdome2/">DOM gdome2</a></li> 66<li><a href="ftp://xmlsoft.org/">FTP</a></li> 67<li><a href="http://www.fh-frankfurt.de/~igor/projects/libxml/">Windows binaries</a></li> 68<li><a href="http://pages.eidosnet.co.uk/~garypen/libxml/">Solaris binaries</a></li> 69<li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml">Bug Tracker</a></li> 70</ul></td></tr> 71</table> 72</td></tr></table></td> 73<td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"> 74<h3>CVS only : check the <a href="http://cvs.gnome.org/lxr/source/gnome-xml/ChangeLog">Changelog</a> file 75for a really accurate description</h3> 76<p>Items floating around but not actively worked on, get in touch with me if 77you want to test those</p> 78<ul> 79<li>Implementing <a href="http://xmlsoft.org/XSLT">XSLT</a>, this is done 80 as a separate C library on top of libxml called libxslt</li> 81<li>Finishing up <a href="http://www.w3.org/TR/xptr">XPointer</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a> 82</li> 83<li>(seeems working but delayed from release) parsing/import of Docbook 84 SGML docs</li> 85</ul> 86<h3>2.4.6: Oct 10 2001</h3> 87<ul> 88<li>added and updated man pages by John Fleck</li> 89<li>portability and configure fixes</li> 90<li>an infinite loop on the HTML parser was removed (William)</li> 91<li>Windows makefile patches from Igor</li> 92<li>fixed half a dozen bugs reported fof libxml or libxslt</li> 93<li>updated xmlcatalog to be able to modify SGML super catalogs</li> 94</ul> 95<h3>2.4.5: Sep 14 2001</h3> 96<ul> 97<li>Remove a few annoying bugs in 2.4.4</li> 98<li>forces the HTML serializer to output decimal charrefs since some 99 version of Netscape can't handle hexadecimal ones</li> 100</ul> 101<h3>1.8.16: Sep 14 2001</h3> 102<ul><li>maintenance release of the old libxml1 branch, couple of bug and 103 portability fixes</li></ul> 104<h3>2.4.4: Sep 12 2001</h3> 105<ul> 106<li>added --convert to xmlcatalog, bug fixes and cleanups of XML 107 Catalog</li> 108<li>a few bug fixes and some portability changes</li> 109<li>some documentation cleanups</li> 110</ul> 111<h3>2.4.3: Aug 23 2001</h3> 112<ul> 113<li>XML Catalog support see the doc</li> 114<li>New NaN/Infinity floating point code</li> 115<li>A few bug fixes</li> 116</ul> 117<h3>2.4.2: Aug 15 2001</h3> 118<ul> 119<li>adds xmlLineNumbersDefault() to control line number generation</li> 120<li>lot of bug fixes</li> 121<li>the Microsoft MSC projects files shuld now be up to date</li> 122<li>inheritance of namespaces from DTD defaulted attributes</li> 123<li>fixes a serious potential security bug</li> 124<li>added a --format option to xmllint</li> 125</ul> 126<h3>2.4.1: July 24 2001</h3> 127<ul> 128<li>possibility to keep line numbers in the tree</li> 129<li>some computation NaN fixes</li> 130<li>extension of the XPath API</li> 131<li>cleanup for alpha and ia64 targets</li> 132<li>patch to allow saving through HTTP PUT or POST</li> 133</ul> 134<h3>2.4.0: July 10 2001</h3> 135<ul> 136<li>Fixed a few bugs in XPath, validation, and tree handling.</li> 137<li>Fixed XML Base implementation, added a coupel of examples to the 138 regression tests</li> 139<li>A bit of cleanup</li> 140</ul> 141<h3>2.3.14: July 5 2001</h3> 142<ul> 143<li>fixed some entities problems and reduce mem requirement when 144 substituing them</li> 145<li>lots of improvements in the XPath queries interpreter can be 146 substancially faster</li> 147<li>Makefiles and configure cleanups</li> 148<li>Fixes to XPath variable eval, and compare on empty node set</li> 149<li>HTML tag closing bug fixed</li> 150<li>Fixed an URI reference computating problem when validating</li> 151</ul> 152<h3>2.3.13: June 28 2001</h3> 153<ul> 154<li>2.3.12 configure.in was broken as well as the push mode XML parser</li> 155<li>a few more fixes for compilation on Windows MSC by Yon Derek</li> 156</ul> 157<h3>1.8.14: June 28 2001</h3> 158<ul> 159<li>Zbigniew Chyla gave a patch to use the old XML parser in push mode</li> 160<li>Small Makefile fix</li> 161</ul> 162<h3>2.3.12: June 26 2001</h3> 163<ul> 164<li>lots of cleanup</li> 165<li>a couple of validation fix</li> 166<li>fixed line number counting</li> 167<li>fixed serious problems in the XInclude processing</li> 168<li>added support for UTF8 BOM at beginning of entities</li> 169<li>fixed a strange gcc optimizer bugs in xpath handling of float, gcc-3.0 170 miscompile uri.c (William), Thomas Leitner provided a fix for the 171 optimizer on Tru64</li> 172<li>incorporated Yon Derek and Igor Zlatkovic fixes and improvements for 173 compilation on Windows MSC</li> 174<li>update of libxml-doc.el (Felix Natter)</li> 175<li>fixed 2 bugs in URI normalization code</li> 176</ul> 177<h3>2.3.11: June 17 2001</h3> 178<ul> 179<li>updates to trio, Makefiles and configure should fix some portability 180 problems (alpha)</li> 181<li>fixed some HTML serialization problems (pre, script, and block/inline 182 handling), added encoding aware APIs, cleanup of this code</li> 183<li>added xmlHasNsProp()</li> 184<li>implemented a specific PI for encoding support in the DocBook SGML 185 parser</li> 186<li>some XPath fixes (-Infinity, / as a function parameter and namespaces 187 node selection)</li> 188<li>fixed a performance problem and an error in the validation code</li> 189<li>fixed XInclude routine to implement the recursive behaviour</li> 190<li>fixed xmlFreeNode problem when libxml is included statically twice</li> 191<li>added --version to xmllint for bug reports</li> 192</ul> 193<h3>2.3.10: June 1 2001</h3> 194<ul> 195<li>fixed the SGML catalog support</li> 196<li>a number of reported bugs got fixed, in XPath, iconv detection, 197 XInclude processing</li> 198<li>XPath string function should now handle unicode correctly</li> 199</ul> 200<h3>2.3.9: May 19 2001</h3> 201<p>Lots of bugfixes, and added a basic SGML catalog support:</p> 202<ul> 203<li>HTML push bugfix #54891 and another patch from Jonas Borgstr�m</li> 204<li>some serious speed optimisation again</li> 205<li>some documentation cleanups</li> 206<li>trying to get better linking on solaris (-R)</li> 207<li>XPath API cleanup from Thomas Broyer</li> 208<li>Validation bug fixed #54631, added a patch from Gary Pennington, fixed 209 xmlValidGetValidElements()</li> 210<li>Added an INSTALL file</li> 211<li>Attribute removal added to API: #54433</li> 212<li>added a basic support for SGML catalogs</li> 213<li>fixed xmlKeepBlanksDefault(0) API</li> 214<li>bugfix in xmlNodeGetLang()</li> 215<li>fixed a small configure portability problem</li> 216<li>fixed an inversion of SYSTEM and PUBLIC identifier in HTML document</li> 217</ul> 218<h3>1.8.13: May 14 2001</h3> 219<ul><li>bugfixes release of the old libxml1 branch used by Gnome</li></ul> 220<h3>2.3.8: May 3 2001</h3> 221<ul> 222<li>Integrated an SGML DocBook parser for the Gnome project</li> 223<li>Fixed a few things in the HTML parser</li> 224<li>Fixed some XPath bugs raised by XSLT use, tried to fix the floating 225 point portability issue</li> 226<li>Speed improvement (8M/s for SAX, 3M/s for DOM, 1.5M/s for 227 DOM+validation using the XML REC as input and a 700MHz celeron).</li> 228<li>incorporated more Windows cleanup</li> 229<li>added xmlSaveFormatFile()</li> 230<li>fixed problems in copying nodes with entities references (gdome)</li> 231<li>removed some troubles surrounding the new validation module</li> 232</ul> 233<h3>2.3.7: April 22 2001</h3> 234<ul> 235<li>lots of small bug fixes, corrected XPointer</li> 236<li>Non determinist content model validation support</li> 237<li>added xmlDocCopyNode for gdome2</li> 238<li>revamped the way the HTML parser handles end of tags</li> 239<li>XPath: corrctions of namespacessupport and number formatting</li> 240<li>Windows: Igor Zlatkovic patches for MSC compilation</li> 241<li>HTML ouput fixes from P C Chow and William M. Brack</li> 242<li>Improved validation speed sensible for DocBook</li> 243<li>fixed a big bug with ID declared in external parsed entities</li> 244<li>portability fixes, update of Trio from Bjorn Reese</li> 245</ul> 246<h3>2.3.6: April 8 2001</h3> 247<ul> 248<li>Code cleanup using extreme gcc compiler warning options, found and 249 cleared half a dozen potential problem</li> 250<li>the Eazel team found an XML parser bug</li> 251<li>cleaned up the user of some of the string formatting function. used the 252 trio library code to provide the one needed when the platform is missing 253 them</li> 254<li>xpath: removed a memory leak and fixed the predicate evaluation 255 problem, extended the testsuite and cleaned up the result. XPointer seems 256 broken ...</li> 257</ul> 258<h3>2.3.5: Mar 23 2001</h3> 259<ul> 260<li>Biggest change is separate parsing and evaluation of XPath expressions, 261 there is some new APIs for this too</li> 262<li>included a number of bug fixes(XML push parser, 51876, notations, 263 52299)</li> 264<li>Fixed some portability issues</li> 265</ul> 266<h3>2.3.4: Mar 10 2001</h3> 267<ul> 268<li>Fixed bugs #51860 and #51861</li> 269<li>Added a global variable xmlDefaultBufferSize to allow default buffer 270 size to be application tunable.</li> 271<li>Some cleanup in the validation code, still a bug left and this part 272 should probably be rewritten to support ambiguous content model :-\</li> 273<li>Fix a couple of serious bugs introduced or raised by changes in 2.3.3 274 parser</li> 275<li>Fixed another bug in xmlNodeGetContent()</li> 276<li>Bjorn fixed XPath node collection and Number formatting</li> 277<li>Fixed a loop reported in the HTML parsing</li> 278<li>blank space are reported even if the Dtd content model proves that they 279 are formatting spaces, this is for XmL conformance</li> 280</ul> 281<h3>2.3.3: Mar 1 2001</h3> 282<ul> 283<li>small change in XPath for XSLT</li> 284<li>documentation cleanups</li> 285<li>fix in validation by Gary Pennington</li> 286<li>serious parsing performances improvements</li> 287</ul> 288<h3>2.3.2: Feb 24 2001</h3> 289<ul> 290<li>chasing XPath bugs, found a bunch, completed some TODO</li> 291<li>fixed a Dtd parsing bug</li> 292<li>fixed a bug in xmlNodeGetContent</li> 293<li>ID/IDREF support partly rewritten by Gary Pennington</li> 294</ul> 295<h3>2.3.1: Feb 15 2001</h3> 296<ul> 297<li>some XPath and HTML bug fixes for XSLT</li> 298<li>small extension of the hash table interfaces for DOM gdome2 299 implementation</li> 300<li>A few bug fixes</li> 301</ul> 302<h3>2.3.0: Feb 8 2001 (2.2.12 was on 25 Jan but I didn't kept track)</h3> 303<ul> 304<li>Lots of XPath bug fixes</li> 305<li>Add a mode with Dtd lookup but without validation error reporting for 306 XSLT</li> 307<li>Add support for text node without escaping (XSLT)</li> 308<li>bug fixes for xmlCheckFilename</li> 309<li>validation code bug fixes from Gary Pennington</li> 310<li>Patch from Paul D. Smith correcting URI path normalization</li> 311<li>Patch to allow simultaneous install of libxml-devel and 312 libxml2-devel</li> 313<li>the example Makefile is now fixed</li> 314<li>added HTML to the RPM packages</li> 315<li>tree copying bugfixes</li> 316<li>updates to Windows makefiles</li> 317<li>optimisation patch from Bjorn Reese</li> 318</ul> 319<h3>2.2.11: Jan 4 2001</h3> 320<ul> 321<li>bunch of bug fixes (memory I/O, xpath, ftp/http, ...)</li> 322<li>added htmlHandleOmittedElem()</li> 323<li>Applied Bjorn Reese's IPV6 first patch</li> 324<li>Applied Paul D. Smith patches for validation of XInclude results</li> 325<li>added XPointer xmlns() new scheme support</li> 326</ul> 327<h3>2.2.10: Nov 25 2000</h3> 328<ul> 329<li>Fix the Windows problems of 2.2.8</li> 330<li>integrate OpenVMS patches</li> 331<li>better handling of some nasty HTML input</li> 332<li>Improved the XPointer implementation</li> 333<li>integrate a number of provided patches</li> 334</ul> 335<h3>2.2.9: Nov 25 2000</h3> 336<ul><li>erroneous release :-(</li></ul> 337<h3>2.2.8: Nov 13 2000</h3> 338<ul> 339<li>First version of <a href="http://www.w3.org/TR/xinclude">XInclude</a> 340 support</li> 341<li>Patch in conditional section handling</li> 342<li>updated MS compiler project</li> 343<li>fixed some XPath problems</li> 344<li>added an URI escaping function</li> 345<li>some other bug fixes</li> 346</ul> 347<h3>2.2.7: Oct 31 2000</h3> 348<ul> 349<li>added message redirection</li> 350<li>XPath improvements (thanks TOM !)</li> 351<li>xmlIOParseDTD() added</li> 352<li>various small fixes in the HTML, URI, HTTP and XPointer support</li> 353<li>some cleanup of the Makefile, autoconf and the distribution content</li> 354</ul> 355<h3>2.2.6: Oct 25 2000:</h3> 356<ul> 357<li>Added an hash table module, migrated a number of internal structure to 358 those</li> 359<li>Fixed a posteriori validation problems</li> 360<li>HTTP module cleanups</li> 361<li>HTML parser improvements (tag errors, script/style handling, attribute 362 normalization)</li> 363<li>coalescing of adjacent text nodes</li> 364<li>couple of XPath bug fixes, exported the internal API</li> 365</ul> 366<h3>2.2.5: Oct 15 2000:</h3> 367<ul> 368<li>XPointer implementation and testsuite</li> 369<li>Lot of XPath fixes, added variable and functions registration, more 370 tests</li> 371<li>Portability fixes, lots of enhancements toward an easy Windows build 372 and release</li> 373<li>Late validation fixes</li> 374<li>Integrated a lot of contributed patches</li> 375<li>added memory management docs</li> 376<li>a performance problem when using large buffer seems fixed</li> 377</ul> 378<h3>2.2.4: Oct 1 2000:</h3> 379<ul> 380<li>main XPath problem fixed</li> 381<li>Integrated portability patches for Windows</li> 382<li>Serious bug fixes on the URI and HTML code</li> 383</ul> 384<h3>2.2.3: Sep 17 2000</h3> 385<ul> 386<li>bug fixes</li> 387<li>cleanup of entity handling code</li> 388<li>overall review of all loops in the parsers, all sprintf usage has been 389 checked too</li> 390<li>Far better handling of larges Dtd. Validating against Docbook XML Dtd 391 works smoothly now.</li> 392</ul> 393<h3>1.8.10: Sep 6 2000</h3> 394<ul><li>bug fix release for some Gnome projects</li></ul> 395<h3>2.2.2: August 12 2000</h3> 396<ul> 397<li>mostly bug fixes</li> 398<li>started adding routines to access xml parser context options</li> 399</ul> 400<h3>2.2.1: July 21 2000</h3> 401<ul> 402<li>a purely bug fixes release</li> 403<li>fixed an encoding support problem when parsing from a memory block</li> 404<li>fixed a DOCTYPE parsing problem</li> 405<li>removed a bug in the function allowing to override the memory 406 allocation routines</li> 407</ul> 408<h3>2.2.0: July 14 2000</h3> 409<ul> 410<li>applied a lot of portability fixes</li> 411<li>better encoding support/cleanup and saving (content is now always 412 encoded in UTF-8)</li> 413<li>the HTML parser now correctly handles encodings</li> 414<li>added xmlHasProp()</li> 415<li>fixed a serious problem with &#38;</li> 416<li>propagated the fix to FTP client</li> 417<li>cleanup, bugfixes, etc ...</li> 418<li>Added a page about <a href="encoding.html">libxml Internationalization 419 support</a> 420</li> 421</ul> 422<h3>1.8.9: July 9 2000</h3> 423<ul> 424<li>fixed the spec the RPMs should be better</li> 425<li>fixed a serious bug in the FTP implementation, released 1.8.9 to solve 426 rpmfind users problem</li> 427</ul> 428<h3>2.1.1: July 1 2000</h3> 429<ul> 430<li>fixes a couple of bugs in the 2.1.0 packaging</li> 431<li>improvements on the HTML parser</li> 432</ul> 433<h3>2.1.0 and 1.8.8: June 29 2000</h3> 434<ul> 435<li>1.8.8 is mostly a comodity package for upgrading to libxml2 accoding to 436 <a href="upgrade.html">new instructions</a>. It fixes a nasty problem 437 about &#38; charref parsing</li> 438<li>2.1.0 also ease the upgrade from libxml v1 to the recent version. it 439 also contains numerous fixes and enhancements: 440 <ul> 441<li>added xmlStopParser() to stop parsing</li> 442<li>improved a lot parsing speed when there is large CDATA blocs</li> 443<li>includes XPath patches provided by Picdar Technology</li> 444<li>tried to fix as much as possible DtD validation and namespace 445 related problems</li> 446<li>output to a given encoding has been added/tested</li> 447<li>lot of various fixes</li> 448</ul> 449</li> 450</ul> 451<h3>2.0.0: Apr 12 2000</h3> 452<ul> 453<li>First public release of libxml2. If you are using libxml, it's a good 454 idea to check the 1.x to 2.x upgrade instructions. NOTE: while initally 455 scheduled for Apr 3 the relase occured only on Apr 12 due to massive 456 workload.</li> 457<li>The include are now located under $prefix/include/libxml (instead of 458 $prefix/include/gnome-xml), they also are referenced by 459 <pre>#include <libxml/xxx.h></pre> 460<p>instead of</p> 461<pre>#include "xxx.h"</pre> 462</li> 463<li>a new URI module for parsing URIs and following strictly RFC 2396</li> 464<li>the memory allocation routines used by libxml can now be overloaded 465 dynamically by using xmlMemSetup()</li> 466<li>The previously CVS only tool tester has been renamed 467 <strong>xmllint</strong> and is now installed as part of the libxml2 468 package</li> 469<li>The I/O interface has been revamped. There is now ways to plug in 470 specific I/O modules, either at the URI scheme detection level using 471 xmlRegisterInputCallbacks() or by passing I/O functions when creating a 472 parser context using xmlCreateIOParserCtxt()</li> 473<li>there is a C preprocessor macro LIBXML_VERSION providing the version 474 number of the libxml module in use</li> 475<li>a number of optional features of libxml can now be excluded at 476 configure time (FTP/HTTP/HTML/XPath/Debug)</li> 477</ul> 478<h3>2.0.0beta: Mar 14 2000</h3> 479<ul> 480<li>This is a first Beta release of libxml version 2</li> 481<li>It's available only from<a href="ftp://xmlsoft.org/">xmlsoft.org 482 FTP</a>, it's packaged as libxml2-2.0.0beta and available as tar and 483 RPMs</li> 484<li>This version is now the head in the Gnome CVS base, the old one is 485 available under the tag LIB_XML_1_X</li> 486<li>This includes a very large set of changes. Froma programmatic point of 487 view applications should not have to be modified too much, check the <a href="upgrade.html">upgrade page</a> 488</li> 489<li>Some interfaces may changes (especially a bit about encoding).</li> 490<li>the updates includes: 491 <ul> 492<li>fix I18N support. ISO-Latin-x/UTF-8/UTF-16 (nearly) seems correctly 493 handled now</li> 494<li>Better handling of entities, especially well formedness checking 495 and proper PEref extensions in external subsets</li> 496<li>DTD conditional sections</li> 497<li>Validation now correcly handle entities content</li> 498<li><a href="http://rpmfind.net/tools/gdome/messages/0039.html">change 499 structures to accomodate DOM</a></li> 500</ul> 501</li> 502<li>Serious progress were made toward compliance, <a href="conf/result.html">here are the result of the test</a> against the 503 OASIS testsuite (except the japanese tests since I don't support that 504 encoding yet). This URL is rebuilt every couple of hours using the CVS 505 head version.</li> 506</ul> 507<h3>1.8.7: Mar 6 2000</h3> 508<ul> 509<li>This is a bug fix release:</li> 510<li>It is possible to disable the ignorable blanks heuristic used by 511 libxml-1.x, a new function xmlKeepBlanksDefault(0) will allow this. Note 512 that for adherence to XML spec, this behaviour will be disabled by 513 default in 2.x . The same function will allow to keep compatibility for 514 old code.</li> 515<li>Blanks in <a> </a> constructs are not ignored anymore, 516 avoiding heuristic is really the Right Way :-\</li> 517<li>The unchecked use of snprintf which was breaking libxml-1.8.6 518 compilation on some platforms has been fixed</li> 519<li>nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when processing 520 URIs</li> 521</ul> 522<h3>1.8.6: Jan 31 2000</h3> 523<ul><li>added a nanoFTP transport module, debugged until the new version of <a href="http://rpmfind.net/linux/rpm2html/rpmfind.html">rpmfind</a> can use 524 it without troubles</li></ul> 525<h3>1.8.5: Jan 21 2000</h3> 526<ul> 527<li>adding APIs to parse a well balanced chunk of XML (production <a href="http://www.w3.org/TR/REC-xml#NT-content">[43] content</a> of the 528 XML spec)</li> 529<li>fixed a hideous bug in xmlGetProp pointed by Rune.Djurhuus@fast.no</li> 530<li>Jody Goldberg <jgoldberg@home.com> provided another patch trying 531 to solve the zlib checks problems</li> 532<li>The current state in gnome CVS base is expected to ship as 1.8.5 with 533 gnumeric soon</li> 534</ul> 535<h3>1.8.4: Jan 13 2000</h3> 536<ul> 537<li>bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()</li> 538<li>all exit() call should have been removed from libxml</li> 539<li>fixed a problem with INCLUDE_WINSOCK on WIN32 platform</li> 540<li>added newDocFragment()</li> 541</ul> 542<h3>1.8.3: Jan 5 2000</h3> 543<ul> 544<li>a Push interface for the XML and HTML parsers</li> 545<li>a shell-like interface to the document tree (try tester --shell :-)</li> 546<li>lots of bug fixes and improvement added over XMas hollidays</li> 547<li>fixed the DTD parsing code to work with the xhtml DTD</li> 548<li>added xmlRemoveProp(), xmlRemoveID() and xmlRemoveRef()</li> 549<li>Fixed bugs in xmlNewNs()</li> 550<li>External entity loading code has been revamped, now it uses 551 xmlLoadExternalEntity(), some fix on entities processing were added</li> 552<li>cleaned up WIN32 includes of socket stuff</li> 553</ul> 554<h3>1.8.2: Dec 21 1999</h3> 555<ul> 556<li>I got another problem with includes and C++, I hope this issue is fixed 557 for good this time</li> 558<li>Added a few tree modification functions: xmlReplaceNode, 559 xmlAddPrevSibling, xmlAddNextSibling, xmlNodeSetName and 560 xmlDocSetRootElement</li> 561<li>Tried to improve the HTML output with help from <a href="mailto:clahey@umich.edu">Chris Lahey</a> 562</li> 563</ul> 564<h3>1.8.1: Dec 18 1999</h3> 565<ul> 566<li>various patches to avoid troubles when using libxml with C++ compilers 567 the "namespace" keyword and C escaping in include files</li> 568<li>a problem in one of the core macros IS_CHAR was corrected</li> 569<li>fixed a bug introduced in 1.8.0 breaking default namespace processing, 570 and more specifically the Dia application</li> 571<li>fixed a posteriori validation (validation after parsing, or by using a 572 Dtd not specified in the original document)</li> 573<li>fixed a bug in</li> 574</ul> 575<h3>1.8.0: Dec 12 1999</h3> 576<ul> 577<li>cleanup, especially memory wise</li> 578<li>the parser should be more reliable, especially the HTML one, it should 579 not crash, whatever the input !</li> 580<li>Integrated various patches, especially a speedup improvement for large 581 dataset from <a href="mailto:cnygard@bellatlantic.net">Carl Nygard</a>, 582 configure with --with-buffers to enable them.</li> 583<li>attribute normalization, oops should have been added long ago !</li> 584<li>attributes defaulted from Dtds should be available, xmlSetProp() now 585 does entities escapting by default.</li> 586</ul> 587<h3>1.7.4: Oct 25 1999</h3> 588<ul> 589<li>Lots of HTML improvement</li> 590<li>Fixed some errors when saving both XML and HTML</li> 591<li>More examples, the regression tests should now look clean</li> 592<li>Fixed a bug with contiguous charref</li> 593</ul> 594<h3>1.7.3: Sep 29 1999</h3> 595<ul> 596<li>portability problems fixed</li> 597<li>snprintf was used unconditionnally, leading to link problems on system 598 were it's not available, fixed</li> 599</ul> 600<h3>1.7.1: Sep 24 1999</h3> 601<ul> 602<li>The basic type for strings manipulated by libxml has been renamed in 603 1.7.1 from <strong>CHAR</strong> to <strong>xmlChar</strong>. The reason 604 is that CHAR was conflicting with a predefined type on Windows. However 605 on non WIN32 environment, compatibility is provided by the way of a 606 <strong>#define </strong>.</li> 607<li>Changed another error : the use of a structure field called errno, and 608 leading to troubles on platforms where it's a macro</li> 609</ul> 610<h3>1.7.0: sep 23 1999</h3> 611<ul> 612<li>Added the ability to fetch remote DTD or parsed entities, see the <a href="html/libxml-nanohttp.html">nanohttp</a> module.</li> 613<li>Added an errno to report errors by another mean than a simple printf 614 like callback</li> 615<li>Finished ID/IDREF support and checking when validation</li> 616<li>Serious memory leaks fixed (there is now a <a href="html/libxml-xmlmemory.html">memory wrapper</a> module)</li> 617<li>Improvement of <a href="http://www.w3.org/TR/xpath">XPath</a> 618 implementation</li> 619<li>Added an HTML parser front-end</li> 620</ul> 621<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p> 622</td></tr></table></td></tr></table></td></tr></table></td> 623</tr></table></td></tr></table> 624</body> 625</html> 626