summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-12-10 16:21:26 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-12-10 16:21:26 +0000
commit1c14dc53028151c9c10c3cc46edda189fe549aca (patch)
tree3bb7304ec38b038ebc341d446bcfa7c94004e534 /NEWS
parent4d9188102144fc4f3868adab269126e9741e08be (diff)
downloadlibxslt-1c14dc53028151c9c10c3cc46edda189fe549aca.tar.gz
libxslt-1c14dc53028151c9c10c3cc46edda189fe549aca.tar.bz2
libxslt-1c14dc53028151c9c10c3cc46edda189fe549aca.zip
updated the docs, made release 1.1.1 Daniel
* configure.in NEWS doc/*: updated the docs, made release 1.1.1 Daniel
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a3aada6d..2c864ca3 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,21 @@ http://cvs.gnome.org/lxr/source/libxslt/ChangeLog
file
for a really accurate description:
+1.1.1: Dec 10 2003:
+ - code cleanup (William Brack)
+ - Windows: Makefile improvements (Igor Zlatkovic)
+ - documentation improvements: William Brack, libexslt man page (Jonathan
+ Wakely)
+ - param in EXSLT functions (Shaun McCance)
+ - XSLT debugging improvements (Mark Vakoc)
+ - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William
+ Brack), key selector parsing with | reported by Oleg Paraschenko,
+ xsl:element with computed namespaces (William Brack), xslt:import/include
+ recursion detection (William Brack), exslt:function used in keys (William
+ Brack), bug when CDATA_SECTION are foun in the tree (William Brack),
+ entities handling when using XInclude.
+
+
1.1.0: Nov 4 2003:
- Removed DocBook SGML broken support
- fix xsl:key to work with PIs