1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

release of 1.1.23 Daniel

* configure.in doc/*: release of 1.1.23
Daniel

svn path=/trunk/; revision=1467
This commit is contained in:
Daniel Veillard
2008-04-08 17:17:46 +00:00
parent 6f9f02c608
commit a91a7c5717
9 changed files with 112 additions and 35 deletions

View File

@@ -1,3 +1,7 @@
Tue Apr 8 19:15:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
* configure.in doc/*: release of 1.1.23
Tue Apr 8 18:52:36 CEST 2008 Daniel Veillard <daniel@veillard.com>
* libexslt/date.c: new version of patch from Peter Pawlowski

View File

@@ -10,7 +10,7 @@ dnl libexslt is an extension
dnl
LIBXSLT_MAJOR_VERSION=1
LIBXSLT_MINOR_VERSION=1
LIBXSLT_MICRO_VERSION=22
LIBXSLT_MICRO_VERSION=23
PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=8

View File

@@ -529,6 +529,7 @@
<exports symbol='xsltAllocateExtra' type='function'/>
<exports symbol='xsltParseSequenceConstructor' type='function'/>
<exports symbol='xsltRegisterTmpRVT' type='function'/>
<exports symbol='xsltInitAllDocKeys' type='function'/>
<exports symbol='xsltExtensionInstructionResultFinalize' type='function'/>
<exports symbol='xsltPointerListFree' type='function'/>
<exports symbol='xsltIsBlank' type='function'/>
@@ -2337,6 +2338,11 @@ exits'/>
<info>Initializes the processor (e.g. registers built-in extensions, etc.)</info>
<return type='void'/>
</function>
<function name='xsltInitAllDocKeys' file='xsltInternals'>
<info>INTERNAL ROUTINE ONLY Check if any keys on the current document need to be computed</info>
<return type='int' info=''/>
<arg name='ctxt' type='xsltTransformContextPtr' info=''/>
</function>
<function name='xsltInitCtxtExts' file='extensions'>
<info>Initialize the set of modules with registered stylesheet data</info>
<return type='int' info='the number of modules initialized or -1 in case of error'/>
@@ -2530,7 +2536,7 @@ exits'/>
<arg name='inst' type='xmlNodePtr' info='the xsl:with-param instruction element'/>
</function>
<function name='xsltParseStylesheetDoc' file='xsltInternals'>
<info>parse an XSLT stylesheet building the associated structures</info>
<info>parse an XSLT stylesheet, building the associated structures. doc is kept as a reference within the returned stylesheet, so changes to doc after the parsing will be reflected when the stylesheet is applied, and the doc is automatically freed when the stylesheet is closed.</info>
<return type='xsltStylesheetPtr' info='a new XSLT stylesheet structure.'/>
<arg name='doc' type='xmlDocPtr' info='and xmlDoc parsed XML'/>
</function>

View File

@@ -331,6 +331,7 @@
<reference name='xsltHandleDebuggerCallback' href='html/libxslt-xsltutils.html#xsltHandleDebuggerCallback'/>
<reference name='xsltIf' href='html/libxslt-transform.html#xsltIf'/>
<reference name='xsltInit' href='html/libxslt-xslt.html#xsltInit'/>
<reference name='xsltInitAllDocKeys' href='html/libxslt-xsltInternals.html#xsltInitAllDocKeys'/>
<reference name='xsltInitCtxtExts' href='html/libxslt-extensions.html#xsltInitCtxtExts'/>
<reference name='xsltInitCtxtKey' href='html/libxslt-xsltInternals.html#xsltInitCtxtKey'/>
<reference name='xsltInitCtxtKeys' href='html/libxslt-keys.html#xsltInitCtxtKeys'/>
@@ -912,6 +913,7 @@
<ref name='xsltHandleDebuggerCallback'/>
<ref name='xsltIf'/>
<ref name='xsltInit'/>
<ref name='xsltInitAllDocKeys'/>
<ref name='xsltInitCtxtExts'/>
<ref name='xsltInitCtxtKey'/>
<ref name='xsltInitCtxtKeys'/>
@@ -1839,6 +1841,7 @@
<ref name='xsltGetTemplate'/>
<ref name='xsltHandleDebuggerCallback'/>
<ref name='xsltIf'/>
<ref name='xsltInitAllDocKeys'/>
<ref name='xsltInitCtxtExts'/>
<ref name='xsltInitCtxtKey'/>
<ref name='xsltInitCtxtKeys'/>
@@ -2283,6 +2286,7 @@
<ref name='xsltFreeRVTs'/>
<ref name='xsltFreeStackElemList'/>
<ref name='xsltFreeStylesheet'/>
<ref name='xsltInitAllDocKeys'/>
<ref name='xsltInitCtxtKey'/>
<ref name='xsltIsBlank'/>
<ref name='xsltKeyDef'/>
@@ -2593,6 +2597,7 @@
<ref name='xsltCheckWrite'/>
<ref name='xsltEvalStaticAttrValueTemplate'/>
<ref name='xsltFindTemplate'/>
<ref name='xsltInitAllDocKeys'/>
<ref name='xsltIsBlank'/>
</word>
<word name='Checks'>
@@ -2832,6 +2837,9 @@
</word>
</letter>
<letter name='I'>
<word name='INTERNAL'>
<ref name='xsltInitAllDocKeys'/>
</word>
<word name='IObuf'>
<ref name='xsltRunStylesheet'/>
<ref name='xsltRunStylesheetUser'/>
@@ -2871,6 +2879,8 @@
<ref name='xsltFreeRVTs'/>
</word>
</letter>
</chunk>
<chunk name='chunk1'>
<letter name='J'>
<word name='JDK'>
<ref name='xsltFormatNumberConversion'/>
@@ -2879,8 +2889,6 @@
<ref name='XSLT_XT_NAMESPACE'/>
</word>
</letter>
</chunk>
<chunk name='chunk1'>
<letter name='K'>
<word name='Kay'>
<ref name='XSLT_SAXON_NAMESPACE'/>
@@ -3021,6 +3029,9 @@
</word>
</letter>
<letter name='O'>
<word name='ONLY'>
<ref name='xsltInitAllDocKeys'/>
</word>
<word name='Obsolete'>
<ref name='xsltGetPlainNamespace'/>
<ref name='xsltRegisterTmpRVT'/>
@@ -3149,6 +3160,9 @@
<word name='REVISIT:'>
<ref name='xsltCopyNamespaceList'/>
</word>
<word name='ROUTINE'>
<ref name='xsltInitAllDocKeys'/>
</word>
<word name='RTF'>
<ref name='_xsltTransformContext'/>
</word>
@@ -3526,6 +3540,7 @@
<word name='after'>
<ref name='xsltExtensionInstructionResultFinalize'/>
<ref name='xsltGetProfileInformation'/>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='afterwards'>
<ref name='xsltApplyOneTemplate'/>
@@ -3627,6 +3642,7 @@
<ref name='xsltExtensionInstructionResultRegister'/>
<ref name='xsltFormatNumberConversion'/>
<ref name='xsltGetPlainNamespace'/>
<ref name='xsltInitAllDocKeys'/>
<ref name='xsltInitElemPreComp'/>
<ref name='xsltLocalVariablePush'/>
<ref name='xsltRunStylesheet'/>
@@ -3655,6 +3671,7 @@
<ref name='xslAddCall'/>
<ref name='xsltApplyAttributeSet'/>
<ref name='xsltAttrListTemplateProcess'/>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='applies'>
<ref name='xslHandleDebugger'/>
@@ -3793,6 +3810,7 @@
</word>
<word name='automatically'>
<ref name='xsltCopyNamespaceList'/>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='available'>
<ref name='xsltFunctionNodeSet'/>
@@ -4085,6 +4103,9 @@
<word name='changed'>
<ref name='_xsltCompilerNodeInfo'/>
</word>
<word name='changes'>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='channel'>
<ref name='xsltSaveResultTo'/>
</word>
@@ -4136,6 +4157,9 @@
<ref name='xsltSaveResultToFd'/>
<ref name='xsltSaveResultToFile'/>
</word>
<word name='closed'>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='coalescing'>
<ref name='_xsltTransformContext'/>
</word>
@@ -4252,6 +4276,7 @@
<ref name='xsltEvalTemplateString'/>
<ref name='xsltEvalXPathString'/>
<ref name='xsltEvalXPathStringNs'/>
<ref name='xsltInitAllDocKeys'/>
<ref name='xsltLoadDocument'/>
<ref name='xsltLoadStyleDocument'/>
</word>
@@ -4574,6 +4599,7 @@
<word name='doc'>
<ref name='xsltGetKey'/>
<ref name='xsltLoadStylesheetPI'/>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='docs'>
<ref name='_xsltTransformContext'/>
@@ -5066,6 +5092,7 @@
<ref name='xsltDocLoaderFunc'/>
<ref name='xsltGetQNameURI'/>
<ref name='xsltLoadStylesheetPI'/>
<ref name='xsltParseStylesheetDoc'/>
<ref name='xsltPointerListFree'/>
<ref name='xsltRegisterLocalRVT'/>
<ref name='xsltRegisterPersistRVT'/>
@@ -5607,6 +5634,7 @@
</word>
<word name='kept'>
<ref name='_xsltDocument'/>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='key'>
<ref name='_xsltDocument'/>
@@ -5621,6 +5649,7 @@
<word name='keys'>
<ref name='xsltFreeDocumentKeys'/>
<ref name='xsltFreeKeys'/>
<ref name='xsltInitAllDocKeys'/>
<ref name='xsltInitCtxtKeys'/>
</word>
<word name='kind'>
@@ -5945,6 +5974,8 @@
<ref name='xsltEvalXPathStringNs'/>
</word>
</letter>
</chunk>
<chunk name='chunk8'>
<letter name='n'>
<word name='name='>
<ref name='xsltGetProfileInformation'/>
@@ -5992,6 +6023,7 @@
<ref name='_xsltStyleItemDocument'/>
<ref name='_xsltStylesheet'/>
<ref name='xsltGetProfileInformation'/>
<ref name='xsltInitAllDocKeys'/>
<ref name='xsltLoadStylesheetPI'/>
</word>
<word name='needed'>
@@ -6132,8 +6164,6 @@
<ref name='xsltQuoteOneUserParam'/>
</word>
</letter>
</chunk>
<chunk name='chunk8'>
<letter name='o'>
<word name='object'>
<ref name='XML_CAST_FPTR'/>
@@ -6308,6 +6338,8 @@
<ref name='_xsltCompilerNodeInfo'/>
</word>
</letter>
</chunk>
<chunk name='chunk9'>
<letter name='p'>
<word name='param'>
<ref name='_xsltCompilerCtxt'/>
@@ -6378,6 +6410,7 @@
<word name='parsing'>
<ref name='_xsltCompilerCtxt'/>
<ref name='xsltDocLoaderFunc'/>
<ref name='xsltParseStylesheetDoc'/>
<ref name='xsltSetGenericDebugFunc'/>
<ref name='xsltSetGenericErrorFunc'/>
</word>
@@ -6686,7 +6719,7 @@
</word>
</letter>
</chunk>
<chunk name='chunk9'>
<chunk name='chunk10'>
<letter name='q'>
<word name='query'>
<ref name='xsltGetKey'/>
@@ -6739,6 +6772,9 @@
<ref name='xsltGetNamespace'/>
<ref name='xsltInitCtxtKeys'/>
</word>
<word name='reference'>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='references'>
<ref name='xsltAttrListTemplateProcess'/>
<ref name='xsltResolveStylesheetAttributeSet'/>
@@ -6749,6 +6785,9 @@
<word name='reflect'>
<ref name='XSLT_ITEM_COMPATIBILITY_FIELDS'/>
</word>
<word name='reflected'>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='register'>
<ref name='xsltExtensionInstructionResultRegister'/>
<ref name='xsltNamespaceAlias'/>
@@ -6875,6 +6914,7 @@
<ref name='xsltExtensionInstructionResultFinalize'/>
<ref name='xsltGetProfileInformation'/>
<ref name='xsltGetQNameURI'/>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='reuse'>
<ref name='xsltApplyOneTemplate'/>
@@ -7432,7 +7472,7 @@
</word>
</letter>
</chunk>
<chunk name='chunk10'>
<chunk name='chunk11'>
<letter name='t'>
<word name='table'>
<ref name='_xsltStylesheet'/>
@@ -7787,7 +7827,7 @@
</word>
</letter>
</chunk>
<chunk name='chunk11'>
<chunk name='chunk12'>
<letter name='v'>
<word name='validates'>
<ref name='xsltParseAnyXSLTElem'/>
@@ -7902,6 +7942,7 @@
<ref name='xsltDocLoaderFunc'/>
<ref name='xsltGetQNameURI2'/>
<ref name='xsltInitElemPreComp'/>
<ref name='xsltParseStylesheetDoc'/>
<ref name='xsltRegisterLocalRVT'/>
<ref name='xsltRegisterPersistRVT'/>
<ref name='xsltRegisterTmpRVT'/>
@@ -7989,6 +8030,7 @@
<ref name='xsltLoadDocument'/>
<ref name='xsltLoadStyleDocument'/>
<ref name='xsltLoadStylesheetPI'/>
<ref name='xsltParseStylesheetDoc'/>
</word>
<word name='without'>
<ref name='XML_CAST_FPTR'/>
@@ -8316,7 +8358,7 @@
</word>
</letter>
</chunk>
<chunk name='chunk12'>
<chunk name='chunk13'>
<letter name='y'>
<word name='yes'>
<ref name='_xsltStylesheet'/>
@@ -8341,19 +8383,20 @@
</letter>
</chunk>
<chunks>
<chunk name='chunk0' start='A' end='J'/>
<chunk name='chunk1' start='K' end='S'/>
<chunk name='chunk0' start='A' end='I'/>
<chunk name='chunk1' start='J' end='S'/>
<chunk name='chunk2' start='T' end='a'/>
<chunk name='chunk3' start='b' end='c'/>
<chunk name='chunk4' start='d' end='e'/>
<chunk name='chunk5' start='f' end='g'/>
<chunk name='chunk6' start='h' end='i'/>
<chunk name='chunk7' start='j' end='n'/>
<chunk name='chunk8' start='o' end='p'/>
<chunk name='chunk9' start='q' end='s'/>
<chunk name='chunk10' start='t' end='u'/>
<chunk name='chunk11' start='v' end='x'/>
<chunk name='chunk12' start='y' end='z'/>
<chunk name='chunk7' start='j' end='m'/>
<chunk name='chunk8' start='n' end='o'/>
<chunk name='chunk9' start='p' end='p'/>
<chunk name='chunk10' start='q' end='s'/>
<chunk name='chunk11' start='t' end='u'/>
<chunk name='chunk12' start='v' end='x'/>
<chunk name='chunk13' start='y' end='z'/>
</chunks>
</index>
</apirefs>

View File

@@ -8,20 +8,16 @@
</vendor>
<product id="libxslt">
<name>libxslt</name>
<version>1.1.21</version>
<last-release> Jun 12 2007</last-release>
<version>1.1.22</version>
<last-release> Aug 23 2007</last-release>
<info-url>http://xmlsoft.org/XSLT/</info-url>
<changes> - Bug fixes: out of memory allocation errors (William Brack),
namespace problem on compound predicates (William Brack),
python space/tab inconsistencies (Andreas Hanke), hook xsl:message
to per transformation error callbacks (Shaun McCance),
cached RVT problem (William Brack), XPath context maintainance
on choose (William Brack), memory leaks in the math module (William
Brack), exclude-result-prefix induced namespace problem (William
Brack)
- Build: configure setup for TRIO_REPLACE_STDIO (William Brack)
- Documentation: updated after change from CVs to SVN (William Brack)
<changes> - Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix
bug (William Brack), stylesheet compilation error handling (Rob Richards).
- Portability fixes: improve build with VS2005 (Rob Richards),
fixing build on AIX (Bjorn Wiberg), fix the security file checks on
Windows (Roland Schwarz and Rob Richards).
- Improvement: add an --encoding option to xsltproc (Drazen Kacar).
</changes>
</product>

View File

@@ -9,7 +9,19 @@ H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
</style><title>News</title></head><body bgcolor="#8b7765" text="#000000" link="#a06060" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="gnome2.png" alt="GNOME2 Logo" /></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C logo" /></a><a href="http://www.redhat.com"><img src="redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XSLT C library for GNOME</h1><h2>News</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="news.html">News</a></li><li><a href="xsltproc2.html">The xsltproc tool</a></li><li><a href="docbook.html">DocBook</a></li><li><a href="API.html">The programming API</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="internals.html">Library internals</a></li><li><a href="extensions.html">Writing extensions</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold">libexslt</a></li><li><a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li><li><a href="ChangeLog.html">ChangeLog</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="tutorial/libxslttutorial.html">Tutorial</a>,
<a href="tutorial2/libxslt_pipes.html">Tutorial2</a></li><li><a href="xsltproc.html">Man page for xsltproc</a></li><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.explain.com.au/oss/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://codespeak.net/lxml/">lxml Python bindings</a></li><li><a href="http://cpan.uwinnipeg.ca/dist/XML-LibXSLT">Perl XSLT bindings</a></li><li><a href="http://www.zend.com/php5/articles/php5-xmlphp.php#Heading17">XSLT with PHP</a></li><li><a href="http://www.mod-xslt2.com/">Apache module</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><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>Those are the public releases made:</p><h3>1.1.22: Aug 23 2007</h3><ul><li>Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix
to the <a href="http://svn.gnome.org/viewcvs/libxslt/trunk/">SVN</a> code base.</p><p>Those are the public releases made:</p><h3>1.1.23: Apr 8 2008</h3><ul><li>Documentation: fix links for Cygwin DocBook setup (Philippe Bourcier),
xsltParseStylesheetDoc doc fix (Jason Viers), fix manpage default
maxdepth value </li>
<li>Bug fixes: python segfault (Daniel Gryniewicz), week-in-year bug fix
(Maurice van der Pot), fix python iterator problem (William Brack),
avoid garbage collection problems on str:tokenize and str:split
and function results (William Brack and Peter Pawlowski)
superfluous re-generation of keys (William Brack), remove superfluous
code in xsltExtInitTest (Tony Graham), func:result segfault fix
(William Brack), timezone offset problem (Peter Pawlowski),</li>
<li>Portability fixes: old gcrypt support fix (Brent Cowgill), Python
portability patch (Stephane Bidoul), VS 2008 fix (Rob Richard) </li>
</ul><h3>1.1.22: Aug 23 2007</h3><ul><li>Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix
bug (William Brack), stylesheet compilation error handling (Rob Richards).
</li>
<li>Portability fixes: improve build with VS2005 (Rob Richards),

View File

@@ -304,6 +304,21 @@ to the <a href="http://svn.gnome.org/viewcvs/libxslt/trunk/">SVN</a> code base.<
<p>Those are the public releases made:</p>
<h3>1.1.23: Apr 8 2008</h3>
<ul>
<li>Documentation: fix links for Cygwin DocBook setup (Philippe Bourcier),
xsltParseStylesheetDoc doc fix (Jason Viers), fix manpage default
maxdepth value </li>
<li>Bug fixes: python segfault (Daniel Gryniewicz), week-in-year bug fix
(Maurice van der Pot), fix python iterator problem (William Brack),
avoid garbage collection problems on str:tokenize and str:split
and function results (William Brack and Peter Pawlowski)
superfluous re-generation of keys (William Brack), remove superfluous
code in xsltExtInitTest (Tony Graham), func:result segfault fix
(William Brack), timezone offset problem (Peter Pawlowski),</li>
<li>Portability fixes: old gcrypt support fix (Brent Cowgill), Python
portability patch (Stephane Bidoul), VS 2008 fix (Rob Richard) </li>
</ul>
<h3>1.1.22: Aug 23 2007</h3>
<ul>
<li>Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix

View File

@@ -23,21 +23,21 @@ extern "C" {
*
* the version string like "1.2.3"
*/
#define LIBXSLT_DOTTED_VERSION "1.1.22"
#define LIBXSLT_DOTTED_VERSION "1.1.23"
/**
* LIBXSLT_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
#define LIBXSLT_VERSION 10122
#define LIBXSLT_VERSION 10123
/**
* LIBXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
#define LIBXSLT_VERSION_STRING "10122"
#define LIBXSLT_VERSION_STRING "10123"
/**
* LIBXSLT_VERSION_EXTRA:

View File

@@ -142,6 +142,7 @@ Class transformCtxt(transformCtxtBase)
createRVT()
extensionInstructionResultFinalize()
freeRVTs()
initAllDocKeys()
registerLocalRVT()
registerPersistRVT()
registerTmpRVT()