diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-10-29 15:07:15 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-10-29 15:07:15 +0000 |
commit | 82ffb7507395806b025d6414f1b31f60affb614f (patch) | |
tree | a76f1066d9f7fa5e2afc4a6aa511cb672e67ef58 /NEWS | |
parent | 142c2c2ff7184b19fa94a41ee1a533f0a8d94003 (diff) | |
download | libxslt-82ffb7507395806b025d6414f1b31f60affb614f.tar.gz libxslt-82ffb7507395806b025d6414f1b31f60affb614f.tar.bz2 libxslt-82ffb7507395806b025d6414f1b31f60affb614f.zip |
preparing release of libxslt-1.1.12 mini change to avoid breaking
* configure.in NEWS doc/*: preparing release of libxslt-1.1.12
* libexslt/crypto.c: mini change to avoid breaking apibuild.py
* libxslt/templates.c: small fix, first step in adressing #153660
Daniel
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -10,6 +10,18 @@ ChangeLog.html to the CVS at http://cvs.gnome.org/viewcvs/libxslt/ code base.Those are the public releases made: +1.1.12: Oct 29 2004: + - build fixes: warnings removal (William). + - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date + negative periods (William Brack), generated tree structure fixes, + namespace lookup fix, use reentrant gmtime_r (William Brack), + exslt:funtion namespace fix (William), potential NULL pointer reference + (Dennis Dams, William), force string interning on generated + documents. + - documentation: update of the second tutorial (Panagiotis Louridas), add + exslt doc in rpm packages, fix the xsltproc man page. + + 1.1.11: Sep 29 2004: - bug fixes: xsl:include problems (William Brack), UTF8 number pattern (William), date-time validation (William), namespace fix (William), |