diff options
author | Daniel Veillard <veillard@redhat.com> | 2009-09-24 16:39:52 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2009-09-24 16:39:52 +0200 |
commit | 2818aec36119907206bab050811e4ec8347ffa40 (patch) | |
tree | 651523e73df3eb5028b4301d10a7fc2ac786b607 /NEWS | |
parent | a1ce960c7850df60f33167b2cb5115b8fc922784 (diff) | |
download | libxslt-2818aec36119907206bab050811e4ec8347ffa40.tar.gz libxslt-2818aec36119907206bab050811e4ec8347ffa40.tar.bz2 libxslt-2818aec36119907206bab050811e4ec8347ffa40.zip |
Release of libxslt-1.1.26
* NEWS configure.in doc/xslt.html: update for 1.1.26
* doc//*: regenerate
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -10,6 +10,17 @@ ChangeLog.html to the SVN at http://svn.gnome.org/viewcvs/libxslt/trunk/ code base.Those are the public releases made: +1.1.26: Sep 24 2009: + - Improvement: + Add xsltProcessOneNode to exported symbols for lxml (Daniel Veillard) + + - Bug fixes: + Fix an idness generation problem (Daniel Veillard), + 595612 Try to fix some locking problems (Daniel Veillard), + Fix a crash on misformed imported stylesheets (Daniel Veillard) + + + 1.1.25: Sep 17 2009: - Features: Add API versioning and various cleanups (Daniel Veillard), |