summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--doc/main.txt10
2 files changed, 10 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 72f21129..7ede3e57 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@
lxml changelog
==============
-Under development
-=================
+2.1beta3 (2008-06-19)
+=====================
Features added
--------------
@@ -25,7 +25,7 @@ Features added
unicode string or a tree, based on the type of the input.
Previously, the result was always a byte string or a tree.
-* Support for Python 2.6 and 3.0 (experimental!).
+* Support for Python 2.6 and 3.0 beta.
* File name handling now uses a heuristic to convert between byte
strings (usually filenames) and unicode strings (usually URLs).
diff --git a/doc/main.txt b/doc/main.txt
index 17881056..9ea2b161 100644
--- a/doc/main.txt
+++ b/doc/main.txt
@@ -146,8 +146,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.1beta2`_, released 2008-05-02
-(`changes for 2.1beta2`_). `Older versions`_ are listed below.
+The latest version is `lxml 2.1beta3`_, released 2008-06-19
+(`changes for 2.1beta3`_). `Older versions`_ are listed below.
Please take a look at the `installation instructions`_!
@@ -215,7 +215,9 @@ obstacle to using lxml in your codebase.
Old Versions
------------
-.. _`PDF documentation`: lxmldoc-2.1beta2.pdf
+.. _`PDF documentation`: lxmldoc-2.1beta3.pdf
+
+* `lxml 2.1beta2`_, released 2008-05-02 (`changes for 2.1beta2`_)
* `lxml 2.1beta1`_, released 2008-04-15 (`changes for 2.1beta1`_)
@@ -285,6 +287,7 @@ Old Versions
* `lxml 0.5`_, released 2005-04-08
+.. _`lxml 2.1beta3`: lxml-2.1beta3.tgz
.. _`lxml 2.1beta2`: lxml-2.1beta2.tgz
.. _`lxml 2.1beta1`: lxml-2.1beta1.tgz
.. _`lxml 2.1alpha1`: lxml-2.1alpha1.tgz
@@ -320,6 +323,7 @@ Old Versions
.. _`lxml 0.5.1`: lxml-0.5.1.tgz
.. _`lxml 0.5`: lxml-0.5.tgz
+.. _`changes for 2.1beta3`: changes-2.1beta3.html
.. _`changes for 2.1beta2`: changes-2.1beta2.html
.. _`changes for 2.1beta1`: changes-2.1beta1.html
.. _`changes for 2.1alpha1`: changes-2.1alpha1.html