summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-02-16 15:07:47 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-02-16 15:07:47 +0000
commit675732396cf72da196292eaedd181c2a9b15bcf2 (patch)
tree9849c282ee44c88bad19f0bdd62fcef3609a8fa9 /NEWS
parent8eec03e2a90c6634153ddce5d0682a3b136b2c8f (diff)
downloadlibxslt-675732396cf72da196292eaedd181c2a9b15bcf2.tar.gz
libxslt-675732396cf72da196292eaedd181c2a9b15bcf2.tar.bz2
libxslt-675732396cf72da196292eaedd181c2a9b15bcf2.zip
updated and rebuilt the documentation preparing release of 1.1.3 cleanup
* configure.in, doc/*: updated and rebuilt the documentation preparing release of 1.1.3 * libxslt/attrvt.c libxslt/xsltInternals.h: cleanup Daniel
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87c988b7..18945e19 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,22 @@ http://cvs.gnome.org/lxr/source/libxslt/ChangeLog
file
for a really accurate description:
+1.1.3: Feb 16 2004:
+ - Rewrote the Attribute Value Template code, new XPath compilation
+ interfaces, dictionnary reuses for XSLT with potential for serious
+ performance improvements.
+ - bug fixes: portability (William Brack), key() in node-set() results
+ (William), comment before doctype (William), math and node-set() problems
+ (William), cdata element and default namespace (William), behaviour on
+ unknown XSLT elements (Stefan Kost), priority of "//foo" patterns
+ (William), xsl:element and xsl:attribute QName check (William), comments
+ with -- (William), attribute namespace (William), check for ?> in PI
+ (William)
+ - Documentations: cleanup (John Fleck and William)
+ - Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane
+ bidoul)
+
+
1.1.2: Dec 24 2003:
- Documentation fixes (John Fleck, William Brack), EXSLT documentation
(William Brack)