diff options
| -rw-r--r-- | CHANGES.txt | 23 | ||||
| -rw-r--r-- | doc/main.txt | 11 | ||||
| -rw-r--r-- | version.txt | 2 |
3 files changed, 14 insertions, 22 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0a8bdc1d..170cd833 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ lxml changelog ============== -Under development -================== +3.3.0beta1 (2013-12-12) +======================= Features added -------------- @@ -18,6 +18,9 @@ Features added Bugs fixed ---------- +* LP#1255132: crash when trying to run validation over non-Element (e.g. + comment or PI). + * Error messages in the log and in exception messages that originated from libxml2 could accidentally be picked up from preceding warnings instead of the actual error. @@ -52,22 +55,6 @@ Other changes classes internally. -3.2.x -================== - -Features added --------------- - -Bugs fixed ----------- - -* LP#1255132: crash when trying to run validation over non-Element (e.g. - comment or PI). - -Other changes -------------- - - 3.2.4 (2013-11-07) ================== diff --git a/doc/main.txt b/doc/main.txt index f91d14a6..3b25cc24 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -157,8 +157,8 @@ Index <http://pypi.python.org/pypi/lxml/>`_ (PyPI). It has the source that compiles on various platforms. The source distribution is signed with `this key <pubkey.asc>`_. -The latest version is `lxml 3.2.4`_, released 2013-11-07 -(`changes for 3.2.4`_). `Older versions <#old-versions>`_ +The latest version is `lxml 3.3.0beta1`_, released 2013-12-12 +(`changes for 3.3.0beta1`_). `Older versions <#old-versions>`_ are listed below. Please take a look at the @@ -237,9 +237,12 @@ See the web sites of lxml `2.3 <http://lxml.de/2.3/>`_ `3.0 <http://lxml.de/3.0/>`_ `3.1 <http://lxml.de/3.1/>`_ +`3.2 <http://lxml.de/3.2/>`_ and the `latest in-development version <http://lxml.de/dev/>`_. -.. _`PDF documentation`: lxmldoc-3.2.4.pdf +.. _`PDF documentation`: lxmldoc-3.3.0beta1.pdf + +* `lxml 3.2.4`_, released 2013-11-07 (`changes for 3.2.4`_) * `lxml 3.2.3`_, released 2013-07-28 (`changes for 3.2.3`_) @@ -265,6 +268,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. * `older releases <http://lxml.de/3.0/#old-versions>`_ +.. _`lxml 3.3.0beta1`: /files/lxml-3.3.0beta1.tgz .. _`lxml 3.2.4`: /files/lxml-3.2.4.tgz .. _`lxml 3.2.3`: /files/lxml-3.2.3.tgz .. _`lxml 3.2.2`: /files/lxml-3.2.2.tgz @@ -278,6 +282,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. .. _`lxml 3.0.1`: /files/lxml-3.0.1.tgz .. _`lxml 3.0`: /files/lxml-3.0.tgz +.. _`changes for 3.3.0beta1`: /changes-3.3.0beta1.html .. _`changes for 3.2.4`: /changes-3.2.4.html .. _`changes for 3.2.3`: /changes-3.2.3.html .. _`changes for 3.2.2`: /changes-3.2.2.html diff --git a/version.txt b/version.txt index 351227fc..f7d16655 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.2.4 +3.3.0beta1 |
