diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-09-24 16:16:52 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-09-24 16:16:52 +0000 |
commit | a38e23f5841336380e9f007dc537de7b9cf63844 (patch) | |
tree | 9722769d8dabb7a7f19d5770a9c8264e24685b05 /NEWS | |
parent | 118c7572cc590a5400f10c69df41c9d847f8aebd (diff) | |
download | libxslt-a38e23f5841336380e9f007dc537de7b9cf63844.tar.gz libxslt-a38e23f5841336380e9f007dc537de7b9cf63844.tar.bz2 libxslt-a38e23f5841336380e9f007dc537de7b9cf63844.zip |
add missing variable fixed some error callback data added new date:sum
* Makefile.am: add missing variable
* libxslt/transform.c: fixed some error callback data
* tests/exslt/date/Makefile.am tests/exslt/date/sum*: added new
date:sum testing from Derek Poon
Daniel
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -10,9 +10,16 @@ ChangeLog.html to the CVS at http://cvs.gnome.org/viewcvs/libxslt/ code base.Those are the public releases made: +1.1.10: Aug 31 2004: + - build fix: NUL in c file blocking compilation on Solaris, Windows build + (Igor Zlatkovic) + - fix: key initialization problem (William Brack) + - documentation: fixed missing man page description for --path + + 1.1.9: Aug 22 2004: - build fixes: missing tests (William Brack), Python dependancies, Python - on 64bits boxes, --with-crypto flag (Rob Richards), + on 64bits boxes, --with-crypto flag (Rob Richards), - fixes: RVT key handling (William), Python binding (William and Sitsofe Wheeler), key and XPath troubles (William), template priority on imports (William), str:tokenize with empty strings (William), #default namespace |