diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-01 11:45:10 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-01 11:45:10 +0000 |
commit | d1cd5f6c7568df28621ec2a468d7e544fa3e98ca (patch) | |
tree | 6bf56b731c291cf2d2f7eb4bb423ec7f5943333c /NEWS | |
parent | c8dfadb0ad2137c5713cc07a3ef5ef2dfeb2567f (diff) | |
download | libxslt-d1cd5f6c7568df28621ec2a468d7e544fa3e98ca.tar.gz libxslt-d1cd5f6c7568df28621ec2a468d7e544fa3e98ca.tar.bz2 libxslt-d1cd5f6c7568df28621ec2a468d7e544fa3e98ca.zip |
preparing 1.0.29 release generate the document order for document() loaded
* configure.in NEWS: preparing 1.0.29 release
* libxslt/documents.c: generate the document order for document()
loaded resources.
* doc/*: updated and regenerated the docs
daniel
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ http://cvs.gnome.org/lxr/source/libxslt/ChangeLog file for a really accurate description: +1.0.29: Apr 1 2003: + - performance improvements especially for large flat documents + - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace + declarations with xsl:elements. + - portability: python and trio fixes (Albert Chin), python on Solaris + (Ben Phillips) + + 1.0.28: Mar 24 2003: - fixed node() in patterns semantic. - fixed a memory access problem in format-number() |