diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-08-09 22:24:34 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-08-09 22:24:34 +0000 |
commit | 880b98c9e1b30ed40713ec430fc75fdbe48e9dde (patch) | |
tree | ae0a3b9f3ae8a8af380a999cd4e388d907e9d54a /NEWS | |
parent | 5814e8cf8b16f02b8748ea73e96273839b88d496 (diff) | |
download | libxslt-880b98c9e1b30ed40713ec430fc75fdbe48e9dde.tar.gz libxslt-880b98c9e1b30ed40713ec430fc75fdbe48e9dde.tar.bz2 libxslt-880b98c9e1b30ed40713ec430fc75fdbe48e9dde.zip |
preparing libxslt-1.0.32 release updated the doc and rebuilt Daniel
* News configure.in: preparing libxslt-1.0.32 release
* doc/* : updated the doc and rebuilt
Daniel
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -10,6 +10,22 @@ http://cvs.gnome.org/lxr/source/libxslt/ChangeLog file for a really accurate description: +1.0.32: Aug 9 2003: + - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT + function (William Brack), RVT for globals (William Brack), EXSLT date + (William Brack), + speed of large text output, xsl:copy with attributes, strip-space and + namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun + McCance), EXSLT:seconds (William Brack), sort with multiple keys (William + Brack), checking of { and } for attribute value templates (William + Brack) + + - Python bindings for extension elements (Sean Treadway) + - EXSLT:split added (Shaun McCance) + - portability fixes for HP-UX/Solaris/IRIX (William Brack) + - doc cleanup + + 1.0.31: Jul 6 2003: - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for the debugger (Keith Isdale), output filename limitation, trio.h and @@ -18,7 +34,7 @@ for a really accurate description: stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack), RVT bug introduced in 1.0.30 - - avoid generating " (fix in libxml2-2.5.8) + - avoid generating " (fix in libxml2-2.5.8) - fix 64bit cleaness problem and compilation troubles introduced in 1.0.30 - Windows makefile generation (Igor Zlatkovic) |