# HG changeset patch # User paulb # Date 1106570784 0 # Node ID d36ee849136d357fa39b14a1e9de0ac00242f87d # Parent 82ce0ef6f4c2bc29c860ed1fd3a2ed7be3917a3e [project @ 2005-01-24 12:46:24 by paulb] Updated the release notes. diff -r 82ce0ef6f4c2 -r d36ee849136d docs/index.html --- a/docs/index.html Mon Jan 24 10:59:30 2005 +0000 +++ b/docs/index.html Mon Jan 24 12:46:24 2005 +0000 @@ -36,11 +36,11 @@

The following descriptions identify dependencies and describe appropriate installation issues with each dependency:

-

libxml2 2.6.0

+

libxml2 2.6.16

Building libxml2 from source and configuring the Python bindings can be done as follows:

-
cd libxml2-2.6.0
+
cd libxml2-2.6.16
 ./configure --with-python=/usr/local/bin/python
 make
@@ -49,6 +49,10 @@ (possibly as root) in the usual way:

make install
+

Previous releases of libxml2 in the 2.6 series may work, but some bugs +were observed with the previously recommended 2.6.0 and these may not have +been fixed until 2.6.16 or slightly earlier.

+

Issues

The patches directory in the source code distribution @@ -70,6 +74,12 @@

Changelog

+

New in libxml2dom 0.1.3 (Changes since libxml2dom 0.1.2)

+ +

New in libxml2dom 0.1.2 (Changes since libxml2dom 0.1.1)