diff options
Diffstat (limited to 'doc/libxslt.xsa')
-rw-r--r-- | doc/libxslt.xsa | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index ad3aaf21..f6b8c2af 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,16 +8,28 @@ </vendor> <product id="libxslt"> <name>libxslt</name> - <version>1.1.26</version> - <last-release> Sep 24 2009</last-release> + <version>1.1.28</version> + <last-release> Nov 21 2012</last-release> <info-url>http://xmlsoft.org/XSLT/</info-url> - <changes> - Improvement: - Add xsltProcessOneNode to exported symbols for lxml (Daniel Veillard) + <changes> - Portability: + Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGS (Alexandre Rostovtsev), + configure should be more careful with linker script (Igor Pashev), + add gcrypt library in LIBADD, not LDFLAGS, as recommended (Roumen Petrov) - 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) + Fix generate-id() to avoid generating the same ID (Stewart Brodie), + Fix crash with empty xsl:key/@match attribute (Nick Wellnhofer), + Crash when passing an uninitialized variable to document() (Nick Wellnhofer), + Add missing test docs to EXTRA_DIST (Nick Wellnhofer), + Fix regression: Default namespace not correctly used (Nick Wellnhofer) + + - Cleanups: + Remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml (Daniel Veillard), + autogen.sh cleanup (Daniel Richard), + consistent use of xslt processor (Roumen Petrov), + Add object files in tests/plugins to .gitignore (Nick Wellnhofer), + Fix error on bug-165 regression test (Daniel Veillard), + Remove xsltTransStorageAdd and xsltTransStorageRemove (Daniel Veillard), </changes> |