diff options
| -rw-r--r-- | CHANGES.txt | 9 | ||||
| -rw-r--r-- | doc/main.txt | 8 | ||||
| -rw-r--r-- | version.txt | 2 |
3 files changed, 12 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8525dce0..223a3053 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ lxml changelog ============== -Under development -================= +2.2.1 (2009-06-02) +================== Features added -------------- @@ -17,8 +17,11 @@ Features added Bugs fixed ---------- +* The script for statically building libxml2 and libxslt didn't work + in Py3. + * ``XMLSchema()`` also passes invalid schema documents on to libxml2 - for parsing (which could lead to a crash before release 2.6.24) + for parsing (which could lead to a crash before release 2.6.24). Other changes ------------- diff --git a/doc/main.txt b/doc/main.txt index c5c7779a..84f5458a 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -147,8 +147,8 @@ MS Windows usually become available through PyPI a few days after a source release. If you can't wait, consider trying a less recent release version first. -The latest version is `lxml 2.2`_, released 2009-03-21 -(`changes for 2.2`_). `Older versions`_ are listed below. +The latest version is `lxml 2.2.1`_, released 2009-06-02 +(`changes for 2.2.1`_). `Older versions`_ are listed below. Please take a look at the `installation instructions`_! @@ -221,7 +221,7 @@ See the web sites of lxml `1.3 <http://codespeak.net/lxml/1.3/>`_, <http://codespeak.net/lxml/2.1/>`_ and the `current in-development version <http://codespeak.net/lxml/dev/>`_. -.. _`PDF documentation`: lxmldoc-2.2.pdf +.. _`PDF documentation`: lxmldoc-2.2.1.pdf * `lxml 2.2`_, released 2009-03-21 (`changes for 2.2`_) @@ -321,6 +321,7 @@ version <http://codespeak.net/lxml/dev/>`_. * `lxml 0.5`_, released 2005-04-08 +.. _`lxml 2.2.1`: lxml-2.2.1.tgz .. _`lxml 2.2`: lxml-2.2.tgz .. _`lxml 2.2beta4`: lxml-2.2beta4.tgz .. _`lxml 2.2beta3`: lxml-2.2beta3.tgz @@ -370,6 +371,7 @@ version <http://codespeak.net/lxml/dev/>`_. .. _`lxml 0.5.1`: lxml-0.5.1.tgz .. _`lxml 0.5`: lxml-0.5.tgz +.. _`changes for 2.2.1`: changes-2.2.1.html .. _`changes for 2.2`: changes-2.2.html .. _`changes for 2.2beta4`: changes-2.2beta4.html .. _`changes for 2.2beta3`: changes-2.2beta3.html diff --git a/version.txt b/version.txt index 8bbe6cf7..c043eea7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2 +2.2.1 |
