mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-02-05 10:06:46 +00:00
Preparing 2.3.2 release:
- configure.in: bumped to 2.3.2 - doc/xml.html: updated for release Daniel
This commit is contained in:
parent
bbd51d512b
commit
71681103a3
@ -1,3 +1,8 @@
|
||||
Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* configure.in: bumped to 2.3.2
|
||||
* doc/xml.html: updated for release
|
||||
|
||||
Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* xpath.c: found a memleak and fixed a nasty bug
|
||||
|
@ -31,9 +31,6 @@
|
||||
/* Define if you have the fpclass function. */
|
||||
#undef HAVE_FPCLASS
|
||||
|
||||
/* Define if you have the iconv function. */
|
||||
#undef HAVE_ICONV
|
||||
|
||||
/* Define if you have the isnand function. */
|
||||
#undef HAVE_ISNAND
|
||||
|
||||
@ -142,6 +139,9 @@
|
||||
/* Define if you have the <zlib.h> header file. */
|
||||
#undef HAVE_ZLIB_H
|
||||
|
||||
/* Define if you have the iconv library (-liconv). */
|
||||
#undef HAVE_LIBICONV
|
||||
|
||||
/* Define if you have the inet library (-linet). */
|
||||
#undef HAVE_LIBINET
|
||||
|
||||
|
@ -6,7 +6,7 @@ AC_CANONICAL_HOST
|
||||
|
||||
LIBXML_MAJOR_VERSION=2
|
||||
LIBXML_MINOR_VERSION=3
|
||||
LIBXML_MICRO_VERSION=1
|
||||
LIBXML_MICRO_VERSION=2
|
||||
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
|
||||
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
|
||||
|
||||
|
14
doc/xml.html
14
doc/xml.html
@ -239,7 +239,15 @@ you want to test those</p>
|
||||
docs</li>
|
||||
</ul>
|
||||
|
||||
<p>2.3.1: Feb 15 2000</p>
|
||||
<h3>2.3.2: Feb 24 2000</h3>
|
||||
<ul>
|
||||
<li>chasing XPath bugs, found a bunch, completed some TODO</li>
|
||||
<li>fixed a Dtd parsing bug</li>
|
||||
<li>fixed a bug in xmlNodeGetContent</li>
|
||||
<li>ID/IDREF support partly rewritten by Gary Pennington</li>
|
||||
</ul>
|
||||
|
||||
<h3>2.3.1: Feb 15 2000</h3>
|
||||
<ul>
|
||||
<li>some XPath and HTML bug fixes for XSLT</li>
|
||||
<li>small extension of the hash table interfaces for DOM gdome2
|
||||
@ -247,7 +255,7 @@ you want to test those</p>
|
||||
<li>A few bug fixes</li>
|
||||
</ul>
|
||||
|
||||
<p>2.3.0: Feb 8 2000 (2.2.12 was on 25 Jan but I didn't kept track)</p>
|
||||
<h3>2.3.0: Feb 8 2000 (2.2.12 was on 25 Jan but I didn't kept track)</h3>
|
||||
<ul>
|
||||
<li>Lots of XPath bug fixes</li>
|
||||
<li>Add a mode with Dtd lookup but without validation error reporting for
|
||||
@ -1439,6 +1447,6 @@ Gnome CVS base under gnome-xml/example</p>
|
||||
|
||||
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
|
||||
|
||||
<p>$Id: xml.html,v 1.66 2001/01/29 08:22:12 veillard Exp $</p>
|
||||
<p>$Id: xml.html,v 1.67 2001/02/15 15:55:44 veillard Exp $</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user