mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-19 14:50:07 +03:00
- doc/xml.html: added 2.3.6 release
Daniel
This commit is contained in:
parent
bdb9ba7770
commit
afc7311e0b
@ -1,3 +1,7 @@
|
||||
Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* doc/xml.html: added 2.3.6 release
|
||||
|
||||
Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* tree.c: fixed xmlStringGetNodeList() to handle charrefs
|
||||
|
17
doc/xml.html
17
doc/xml.html
@ -1,5 +1,3 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>The XML C library for Gnome</title>
|
||||
@ -246,6 +244,19 @@ you want to test those</p>
|
||||
docs</li>
|
||||
</ul>
|
||||
|
||||
<h3>2.3.6: April 8 2001</h3>
|
||||
<ul>
|
||||
<li>Code cleanup using extreme gcc compiler warning options, found and
|
||||
cleared half a dozen potential problem</li>
|
||||
<li>the Eazel team found an XML parser bug</li>
|
||||
<li>cleaned up the user of some of the string formatting function. used the
|
||||
trio library code to provide the one needed when the platform is missing
|
||||
them</li>
|
||||
<li>xpath: removed a memory leak and fixed the predicate evaluation problem,
|
||||
extended the testsuite and cleaned up the result. XPointer seems broken
|
||||
...</li>
|
||||
</ul>
|
||||
|
||||
<h3>2.3.5: Mar 23 2001</h3>
|
||||
<ul>
|
||||
<li>Biggest change is separate parsing and evaluation of XPath expressions,
|
||||
@ -1483,6 +1494,6 @@ Gnome CVS base under gnome-xml/example</p>
|
||||
|
||||
<p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
|
||||
|
||||
<p>$Id: xml.html,v 1.77 2001/03/25 17:23:49 veillard Exp $</p>
|
||||
<p>$Id: xml.html,v 1.78 2001/04/04 00:40:08 veillard Exp $</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user