diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2007-01-17 14:40:20 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2007-01-17 14:40:20 +0000 |
commit | ba3e40899a0afef8161a0beb79211b346c65a1c6 (patch) | |
tree | 6993be5af838f226b54a51dd443395665625b64a /doc/libxslt.xsa | |
parent | bb599795eb8e243eeaca603a6ea68932ca0998d5 (diff) | |
download | libxslt-ba3e40899a0afef8161a0beb79211b346c65a1c6.tar.gz libxslt-ba3e40899a0afef8161a0beb79211b346c65a1c6.tar.bz2 libxslt-ba3e40899a0afef8161a0beb79211b346c65a1c6.zip |
preparing release of 1.1.20 small patch for missing includes on some BSD,
* configure.in doc/*: preparing release of 1.1.20
* libexslt/crypto.c: small patch for missing includes on some BSD,
fixes #397373
* configure.in: replace == by = in test, raised by Roland Illig,
should fix #397371
Daniel
svn path=/trunk/; revision=1418
Diffstat (limited to 'doc/libxslt.xsa')
-rw-r--r-- | doc/libxslt.xsa | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index 9f0dcbca..178b7916 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,28 +8,12 @@ </vendor> <product id="libxslt"> <name>libxslt</name> - <version>1.1.18</version> - <last-release> Oct 26 2006</last-release> + <version>1.1.19</version> + <last-release> Nov 29 2006</last-release> <info-url>http://xmlsoft.org/XSLT/</info-url> - <changes> - portability and build fixes: DESTDIR problem, build paths in python - shared lib, compile when libxml2 doesn't support XInclude (Gary Coady). - - bug fixes: a number of namespace related bugs (Kasimier Buchcik), - parameters bugs (Kasimier Buchcik), proximity position in predicates - of match patterns (Kasimier), exslt-node-set troubles with strings - (Kasimier), CDATA serialization, Python floats and booleans XPath - conversions, XInclude support fixes, RVT cleanup problem (William Brack - and Kasimier), attribute checking in stylesheets (Kasimier), xsltForEach - context problem (Kasimier), security check should pass full URLs (Shane - Corgatelli), security cleanup patch (Mikhail Zabaluev), some python - accessor for stylesheet were broken, memory errors when compiling - stylesheets (Mike Hommey), EXSLT current date end-of-month problem - (William Brack). - - improvements: refactoring of namespace handling, value-of impleemntation - and template internal processing (Kasimier Buchcik), new xsltproc - flag to apply Xinclude to stylesheets. - - documentation: xsltproc man pages (Daniel Leidert), tests updates - (William Brack), various typo fixes (Daniel Leidert), comments on - versions macros (Peter Breitenlohner). + <changes> - Bug fixes: entities within attributes (William Brack), Python detection + problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result + value tree caching bug (William Brack) </changes> </product> |