diff options
| -rw-r--r-- | CHANGES.txt | 14 | ||||
| -rw-r--r-- | doc/main.txt | 10 | ||||
| -rw-r--r-- | version.txt | 2 |
3 files changed, 20 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8f817bd6..b37c4be3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,11 +1,15 @@ -under development ------------------ +lxml changelog +============== + +0.5.1 (2005-04-09) +------------------ * Python 2.2 compatibility fixes. -* unicode fixes. +* unicode fixes in Element() and Comment() as well as XML(); unicode + input wasn't properly being UTF-8 encoded. -0.5 ---- +0.5 (2005-04-08) +---------------- Initial public release.
\ No newline at end of file diff --git a/doc/main.txt b/doc/main.txt index b57758ef..cb9340f9 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -16,10 +16,16 @@ the introduction_ for more information about background and goals. News ---- +* 2005-04-09: `lxml 0.5.1`_ released (`changes for 0.5.1`_) + * 2005-04-08: `lxml 0.5`_ released! +.. _`lxml 0.5.11`: lxml-0.5.1.tgz + .. _`lxml 0.5`: lxml-0.5.tgz +.. _`CHANGES for 0.5.1`: changes-0.5.1.html + Documentation ------------- @@ -58,8 +64,12 @@ Questions? Suggestions? Code to contribute? We have a `mailing list`_. Download -------- +* `lxml 0.5.1`_ (2005-04-09) + * `lxml 0.5`_ (2005-04-08) +.. _`lxml 0.5.1`: lxml-0.5.1.tgz + .. _`lxml 0.5`: lxml-0.5.tgz See also the `installation instructions`_. diff --git a/version.txt b/version.txt index c6fec4b4..4b9fcbec 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -under development +0.5.1 |
