~statik/ubuntu/hardy/lxml/backport-from-karmic

« back to all changes in this revision

Viewing changes to CHANGES.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-06 01:46:44 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080606014644-2mqv6s46xjcgtuub
Tags: 2.0.6-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
lxml changelog
3
3
==============
4
4
 
 
5
2.0.6 (2008-05-31)
 
6
==================
 
7
 
 
8
Features added
 
9
--------------
 
10
 
 
11
Bugs fixed
 
12
----------
 
13
 
 
14
* Incorrect evaluation of ``el.find("tag[child]")``.
 
15
 
 
16
* Windows build was broken.
 
17
 
 
18
* Moving a subtree from a document created in one thread into a
 
19
  document of another thread could crash when the rest of the source
 
20
  document is deleted while the subtree is still in use.
 
21
 
 
22
* Rare crash when serialising to a file object with certain encodings.
 
23
 
 
24
Other changes
 
25
-------------
 
26
 
 
27
* lxml should now build without problems on MacOS-X.
 
28
 
 
29
 
5
30
2.0.5 (2008-05-01)
6
31
==================
7
32