Skip to content

Commit

Permalink
merge 3.0 branch into master
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 14, 2012
2 parents 1ad1763 + a5525af commit c5f2782
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGES.txt
Expand Up @@ -32,6 +32,21 @@ Other changes
many children. Patch by Anders Hammarquist.


3.0.2 (2012-12-14)
==================

Features added
--------------

Bugs fixed
----------

* Fix crash during interpreter shutdown by switching to Cython 0.17.3 for building.

Other changes
-------------


3.0.1 (2012-10-14)
==================

Expand Down
4 changes: 2 additions & 2 deletions doc/build.txt
Expand Up @@ -42,9 +42,9 @@ developer sources (e.g. to test a bug fix that has not been release
yet) or if you want to be an lxml developer, then you do need a
working Cython installation. You can use pip_ to install it::

pip install "Cython>=0.17.1"
pip install "Cython>=0.17.3"

lxml currently requires Cython 0.17.1, later release versions should
lxml currently requires Cython 0.17.3, later release versions should
work as well.


Expand Down
10 changes: 7 additions & 3 deletions doc/main.txt
Expand Up @@ -158,8 +158,8 @@ that compiles on various platforms. The source distribution is signed
with `this key <pubkey.asc>`_. Binary builds are not available from
PyPI due to the increased maintenance overhead.

The latest version is `lxml 3.0.1`_, released 2012-10-14
(`changes for 3.0.1`_). `Older versions <#old-versions>`_
The latest version is `lxml 3.0.2`_, released 2012-12-14
(`changes for 3.0.2`_). `Older versions <#old-versions>`_
are listed below.

Please take a look at the
Expand Down Expand Up @@ -234,7 +234,9 @@ See the web sites of lxml
`2.3 <http://lxml.de/2.3/>`_
and the `latest in-development version <http://lxml.de/dev/>`_.

.. _`PDF documentation`: lxmldoc-3.0.1.pdf
.. _`PDF documentation`: lxmldoc-3.0.2.pdf

* `lxml 3.0.1`_, released 2012-10-14 (`changes for 3.0.1`_)

* `lxml 3.0`_, released 2012-10-08 (`changes for 3.0`_)

Expand All @@ -258,6 +260,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_.

* `older releases <http://lxml.de/2.3/#old-versions>`_

.. _`lxml 3.0.2`: /files/lxml-3.0.2.tgz
.. _`lxml 3.0.1`: /files/lxml-3.0.1.tgz
.. _`lxml 3.0`: /files/lxml-3.0.tgz
.. _`lxml 3.0beta1`: /files/lxml-3.0beta1.tgz
Expand All @@ -271,6 +274,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_.
.. _`lxml 2.3.1`: /files/lxml-2.3.1.tgz
.. _`lxml 2.3`: /files/lxml-2.3.tgz

.. _`changes for 3.0.2`: /changes-3.0.2.html
.. _`changes for 3.0.1`: /changes-3.0.1.html
.. _`changes for 3.0`: /changes-3.0.html
.. _`changes for 3.0beta1`: /changes-3.0beta1.html
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
3.0.1
3.0.2

0 comments on commit c5f2782

Please sign in to comment.