diff options
| -rw-r--r-- | CHANGES.txt | 8 | ||||
| -rw-r--r-- | doc/main.txt | 11 | ||||
| -rw-r--r-- | version.txt | 2 |
3 files changed, 14 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ae067e62..351e2ae1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,12 +2,14 @@ lxml changelog ============== -2.4 (Under development) -======================= +3.0alpha1 (2012-07-31) +====================== Features added -------------- +* Initial support for building in PyPy (through cpyext). + * DTD objects gained an API that allows read access to their declarations. @@ -60,7 +62,7 @@ Other changes -------------- * The code base was overhauled to properly use 'const' where the API - of libxml2 and libxslt request it. This also has an impact on the + of libxml2 and libxslt requests it. This also has an impact on the public C-API of lxml itself, as defined in ``etreepublic.pxd``, as well as the provided declarations in the ``lxml/includes/`` directory. Code that uses these declarations may have to be adapted. On the diff --git a/doc/main.txt b/doc/main.txt index b07643da..9497db2f 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -159,8 +159,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.3.5`_, released 2012-07-31 -(`changes for 2.3.5`_). `Older versions`_ are listed below. +The latest version is `lxml 3.0alpha1`_, released 2012-07-31 +(`changes for 3.0alpha1`_). `Older versions`_ are listed below. Please take a look at the `installation instructions`_! @@ -233,9 +233,12 @@ See the web sites of lxml `2.0 <http://lxml.de/2.0/>`_, `2.1 <http://lxml.de/2.1/>`_, `2.2 <http://lxml.de/2.2/>`_ +`2.3 <http://lxml.de/2.3/>`_ and the `latest in-development version <http://lxml.de/dev/>`_. -.. _`PDF documentation`: lxmldoc-2.3.5.pdf +.. _`PDF documentation`: lxmldoc-3.0alpha1.pdf + +* `lxml 2.3.5`_, released 2012-07-31 (`changes for 2.3.5`_) * `lxml 2.3.4`_, released 2012-03-26 (`changes for 2.3.4`_) @@ -267,6 +270,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. * `older releases <http://lxml.de/2.2/#old-versions>`_ +.. _`lxml 3.0alpha1`: /files/lxml-3.0alpha1.tgz .. _`lxml 2.3.5`: /files/lxml-2.3.5.tgz .. _`lxml 2.3.4`: /files/lxml-2.3.4.tgz .. _`lxml 2.3.3`: /files/lxml-2.3.3.tgz @@ -283,6 +287,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. .. _`lxml 2.2.1`: /files/lxml-2.2.1.tgz .. _`lxml 2.2`: /files/lxml-2.2.tgz +.. _`changes for 3.0alpha1`: /changes-3.0alpha1.html .. _`changes for 2.3.5`: /changes-2.3.5.html .. _`changes for 2.3.4`: /changes-2.3.4.html .. _`changes for 2.3.3`: /changes-2.3.3.html diff --git a/version.txt b/version.txt index c7659c13..8d1cd15e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.4dev +3.0alpha1 |
