1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-07 10:42:55 +03:00

Release of libxslt-1.1.27

* configure.in doc/symbols.xml doc/xslt.html: updated for the release
* NEWS config.h.in doc/* */*.syms : regenerated
This commit is contained in:
Daniel Veillard
2012-09-12 14:37:09 +08:00
parent 0ca0a15ffb
commit a27de70018
46 changed files with 682 additions and 257 deletions

View File

@@ -300,11 +300,99 @@ platform, get in touch with me to upload the package. I will keep them in the
<h2><a name="News">News</a></h2>
<p>The <a href="ChangeLog.html">change log</a> describes the recents commits
to the <a href="http://svn.gnome.org/viewcvs/libxslt/trunk/">SVN</a> code base.</p>
<p>See the <a href="http://git.gnome.org/browse/libxslt/">git page</a>
to get a description of the recent commits.</p>
<p>Those are the public releases made:</p>
<h3>1.1.27: Sep 12 2012</h3>
<ul>
<li> Portability:<br/>
xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLED (Michael Bonfils),<br/>
Portability fix for testThreads.c (IlyaS),<br/>
FreeBSD portability fixes (Pedro F. Giffuni),<br/>
check for gmtime - on mingw* hosts will enable date-time function (Roumen Petrov),<br/>
use only native crypto-API for mingw* hosts (Roumen Petrov),<br/>
autogen: Only check for libtoolize (Colin Walters),<br/>
minimal mingw support (Roumen Petrov),<br/>
configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),<br/>
Fix a small out of tree compilation issue (Hao Hu),<br/>
Fix python generator to not use deprecated xmllib (Daniel Veillard),<br/>
link python module with python library (Frederic Crozat)<br/>
</li>
<li> Documentation:<br/>
Tiny doc improvement (Daniel Veillard),<br/>
Various documentation fixes for docs on internals (C. M. Sperberg-McQueen)<br/>
</li>
<li> Bug fixes:<br/>
Report errors on variable use in key (Daniel Veillard),<br/>
The XSLT namespace string is a constant one (Daniel Veillard),<br/>
Fix handling of names in xsl:attribute (Nick Wellnhofer),<br/>
Reserved namespaces in xsl:element and xsl:attribute (Nick Wellnhofer),<br/>
Null-terminate result string of cry:rc4_decrypt (Nick Wellnhofer),<br/>
EXSLT date normalization fix (James Muscat),<br/>
Exit after compilation of invalid func:result (Nick Wellnhofer),<br/>
Fix for EXSLT func:function (Nick Wellnhofer),<br/>
Rewrite EXSLT string:replace to be conformant (Nick Wellnhofer),<br/>
Avoid a heap use after free error (Chris Evans),<br/>
Fix a dictionary string usage (Chris Evans),<br/>
Output should not include extraneous newlines when indent is off (Laurence Rowe),<br/>
document('') fails to return stylesheets parsed from memory (Jason Viers),<br/>
xsltproc should return an error code if xinclude fails (Malcolm Purvis),<br/>
Forwards-compatible processing of unknown top level elements (Nick Wellnhofer),<br/>
Fix system-property with unknown namespace (Nick Wellnhofer),<br/>
Hardening of code checking node types in EXSLT (Daniel Veillard),<br/>
Hardening of code checking node types in various entry point (Daniel Veillard),<br/>
Cleanup of the pattern compilation code (Daniel Veillard),<br/>
Fix default template processing on namespace nodes (Daniel Veillard),<br/>
Fix a bug in selecting XSLT elements (Daniel Veillard),<br/>
Fixed bug #616839 (Daniel Mustieles),<br/>
Fix some case of pattern parsing errors (Abhishek Arya),<br/>
preproc: fix the build (Stefan Kost),<br/>
Fix a memory leak with xsl:number (Daniel Veillard),<br/>
Fix a problem with ESXLT date:add() with January (money_seshu Dronamraju),<br/>
Fix a memory leak if compiled with Windows locale support (Daniel Veillard),<br/>
Fix generate-id() to not expose object addresses (Daniel Veillard),<br/>
Fix curlies support in literals for non-compiled AVTs (Nick Wellnhofer),<br/>
Allow whitespace in xsl:variable with select (Nick Wellnhofer),<br/>
Small fixes to locale code (Nick Wellnhofer),<br/>
Fix bug 602515 (Nick Wellnhofer),<br/>
Fix popping of vars in xsltCompilerNodePop (Nick Wellnhofer),<br/>
Fix direct pattern matching bug (Nick Wellnhofer)<br/>
</li>
<li> Improvements:<br/>
Add the saxon:systemId extension (Mike Hommey),<br/>
Add an append mode to document output (Daniel Veillard),<br/>
Add new tests to EXTRA_DIST (Nick Wellnhofer),<br/>
Test for bug #680920 (Nick Wellnhofer),<br/>
fix regresson in Various "make distcheck" and other fixes (Roumen Petrov),<br/>
Various "make distcheck" and other fixes (Daniel Richard G),<br/>
Fix portability to upcoming libxml2-2.9.0 (Daniel Veillard),<br/>
Adding --system flag support to autogen.sh (Daniel Veillard),<br/>
Allow per-context override of xsltMaxDepth, introduce xsltMaxVars (J<>r<EFBFBD>me Carretero),<br/>
autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),<br/>
configure: support silent automake rules if possible (Stefan Kost),<br/>
Precompile patterns in xsl:number (Nick Wellnhofer),<br/>
Fix some warnings in the refactored code (Nick Wellnhofer),<br/>
Adding new generated files (Daniel Veillard),<br/>
profiling: add callgraph report (Stefan Kost)<br/>
</li>
<li> Cleanups:<br/>
Big space and tabs cleanup (Daniel Veillard),<br/>
Fix authors list (Daniel Veillard),<br/>
Cleanups some of the test makefiles (Daniel Richard),<br/>
Remove .cvsignore files which are not needed anymore (Daniel Veillard),<br/>
Cleanup some misplaced spaces and tabs (Daniel Veillard),<br/>
Augment list of ignored files (Daniel Veillard),<br/>
configure: remove checks for isinf and isnan as those are not used anyway (Stefan Kost),<br/>
Point to GIT for source code and a bit of cleanup (Daniel Veillard),<br/>
Get rid of specific build setup and STATIC_BINARIES (Daniel Veillard)<br/>
</li>
</ul>
<h3>1.1.26: Sep 24 2009</h3>
<ul>
<li> Improvement: