# HG changeset patch
# User Daniel Veillard <veillard@src.gnome.org>
# Date 1080047389 0
#      Tue Mar 23 13:09:49 2004 +0000
# Node ID 242712b6f8ef383551fa78a5ec48e2a3840c94e7
# Parent  49e1a2a97c19d801bc09dc4a731bf19a4cc211d2
prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due to

* configure.in: prepare release of 1.1.5, made a hard dependancy
  to libxml2 2.6.8 due to the dictionnary reference counting change
* doc/*: updated and rebuilt the doc.
* tests/namespaces/Makefile.am: fixed a build problem (tst5 ?)
Daniel

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 23 13:13:56 CET 2004 Daniel Veillard <daniel@veillard.com>
+
+	* configure.in: prepare release of 1.1.5, made a hard dependancy
+	  to libxml2 2.6.8 due to the dictionnary reference counting change
+	* doc/*: updated and rebuilt the doc.
+	* tests/namespaces/Makefile.am: fixed a build problem (tst5 ?)
+
 Mon Mar 22 20:25:41 CET 2004 Daniel Veillard <daniel@veillard.com>
 
 	* libxslt/xsltconfig.h.in: small fix for OpenVMS
diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,18 @@
  file
 for a really accurate description:
 
+1.1.5: Mar 23 2004:
+   - performance: use dictionnary lookup for variables
+   - remove use of _private from source documents
+   - cleanup of "make tests" output
+   - bugfixes: AVT in local variables, use localtime_r to avoid thread
+    troubles (William), dictionary handling bug (William), limited number of
+    stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
+    superfluous namespace (William), xsltproc error code on
+    <xsl:message> halt, OpenVMS fix, dictionnary reference counting
+    change.
+
+
 1.1.4: Feb 23 2004:
    - bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with
     Yelp, extension problem
diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
@@ -6,12 +6,12 @@
 dnl
 LIBXSLT_MAJOR_VERSION=1
 LIBXSLT_MINOR_VERSION=1
-LIBXSLT_MICRO_VERSION=4
+LIBXSLT_MICRO_VERSION=5
 PACKAGE=libxslt
 LIBEXSLT_MAJOR_VERSION=0
 LIBEXSLT_MINOR_VERSION=8
 LIBEXSLT_MICRO_VERSION=4
-LIBXML_REQUIRED_VERSION=2.6.5
+LIBXML_REQUIRED_VERSION=2.6.8
 
 
 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION
diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml
--- a/doc/EXSLT/libexslt-api.xml
+++ b/doc/EXSLT/libexslt-api.xml
@@ -2,13 +2,13 @@
 <api name='libexslt'>
   <files>
     <file name='exslt'>
+     <exports symbol='EXSLT_COMMON_NAMESPACE' type='macro'/>
      <exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/>
+     <exports symbol='EXSLT_FUNCTIONS_NAMESPACE' type='macro'/>
      <exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/>
-     <exports symbol='SAXON_NAMESPACE' type='macro'/>
-     <exports symbol='EXSLT_COMMON_NAMESPACE' type='macro'/>
-     <exports symbol='EXSLT_FUNCTIONS_NAMESPACE' type='macro'/>
      <exports symbol='EXSLT_SETS_NAMESPACE' type='macro'/>
      <exports symbol='EXSLT_DYNAMIC_NAMESPACE' type='macro'/>
+     <exports symbol='SAXON_NAMESPACE' type='macro'/>
      <exports symbol='EXSLT_MATH_NAMESPACE' type='macro'/>
      <exports symbol='exsltLibxmlVersion' type='variable'/>
      <exports symbol='exsltLibexsltVersion' type='variable'/>
@@ -16,13 +16,13 @@
      <exports symbol='exsltLibxsltVersion' type='variable'/>
      <exports symbol='exsltDynRegister' type='function'/>
      <exports symbol='exsltCommonRegister' type='function'/>
-     <exports symbol='exsltRegisterAll' type='function'/>
+     <exports symbol='exsltMathRegister' type='function'/>
+     <exports symbol='exsltStrRegister' type='function'/>
      <exports symbol='exsltFuncRegister' type='function'/>
-     <exports symbol='exsltStrRegister' type='function'/>
+     <exports symbol='exsltSaxonRegister' type='function'/>
      <exports symbol='exsltSetsRegister' type='function'/>
      <exports symbol='exsltDateRegister' type='function'/>
-     <exports symbol='exsltMathRegister' type='function'/>
-     <exports symbol='exsltSaxonRegister' type='function'/>
+     <exports symbol='exsltRegisterAll' type='function'/>
     </file>
     <file name='exsltexports'>
      <exports symbol='LIBEXSLT_PUBLIC' type='macro'/>
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml
--- a/doc/libxslt-api.xml
+++ b/doc/libxslt-api.xml
@@ -14,57 +14,57 @@
      <summary>interface for the document handling</summary>
      <description>implements document loading and cache (multiple document() reference for the same resources must be equal. </description>
      <author>Daniel Veillard </author>
+     <exports symbol='xsltFreeDocuments' type='function'/>
+     <exports symbol='xsltNewDocument' type='function'/>
      <exports symbol='xsltFreeStyleDocuments' type='function'/>
+     <exports symbol='xsltLoadDocument' type='function'/>
      <exports symbol='xsltFindDocument' type='function'/>
      <exports symbol='xsltLoadStyleDocument' type='function'/>
      <exports symbol='xsltNewStyleDocument' type='function'/>
-     <exports symbol='xsltFreeDocuments' type='function'/>
-     <exports symbol='xsltNewDocument' type='function'/>
-     <exports symbol='xsltLoadDocument' type='function'/>
     </file>
     <file name='extensions'>
      <summary>interface for the extension support</summary>
      <description>This provide the API needed for simple and module extension support. </description>
      <author>Daniel Veillard </author>
+     <exports symbol='xsltRegisterExtPrefix' type='function'/>
      <exports symbol='xsltRegisterExtFunction' type='function'/>
-     <exports symbol='xsltRegisterExtModuleElement' type='function'/>
+     <exports symbol='xsltPreComputeFunction' type='function'/>
      <exports symbol='xsltInitCtxtExts' type='function'/>
-     <exports symbol='xsltGetExtData' type='function'/>
+     <exports symbol='xsltTopLevelFunction' type='function'/>
+     <exports symbol='xsltShutdownCtxtExts' type='function'/>
+     <exports symbol='xsltGetExtInfo' type='function'/>
+     <exports symbol='xsltUnregisterExtModuleFunction' type='function'/>
      <exports symbol='xsltStyleGetExtData' type='function'/>
-     <exports symbol='xsltStyleExtInitFunction' type='function'/>
+     <exports symbol='xsltRegisterExtElement' type='function'/>
      <exports symbol='xsltExtFunctionLookup' type='function'/>
+     <exports symbol='xsltExtInitFunction' type='function'/>
+     <exports symbol='xsltRegisterExtModuleElement' type='function'/>
+     <exports symbol='xsltFreeCtxtExts' type='function'/>
+     <exports symbol='xsltRegisterTestModule' type='function'/>
+     <exports symbol='xsltXPathGetTransformContext' type='function'/>
+     <exports symbol='xsltExtModuleElementLookup' type='function'/>
+     <exports symbol='xsltRegisterExtModuleFull' type='function'/>
+     <exports symbol='xsltUnregisterExtModuleTopLevel' type='function'/>
      <exports symbol='xsltShutdownExts' type='function'/>
+     <exports symbol='xsltStyleExtShutdownFunction' type='function'/>
+     <exports symbol='xsltNewElemPreComp' type='function'/>
      <exports symbol='xsltExtModuleElementPreComputeLookup' type='function'/>
-     <exports symbol='xsltRegisterTestModule' type='function'/>
-     <exports symbol='xsltExtModuleElementLookup' type='function'/>
-     <exports symbol='xsltStyleExtShutdownFunction' type='function'/>
+     <exports symbol='xsltUnregisterExtModuleElement' type='function'/>
      <exports symbol='xsltInitElemPreComp' type='function'/>
      <exports symbol='xsltDebugDumpExtensions' type='function'/>
-     <exports symbol='xsltGetExtInfo' type='function'/>
+     <exports symbol='xsltCheckExtPrefix' type='function'/>
+     <exports symbol='xsltGetExtData' type='function'/>
+     <exports symbol='xsltRegisterExtModule' type='function'/>
+     <exports symbol='xsltExtElementLookup' type='function'/>
+     <exports symbol='xsltRegisterExtModuleTopLevel' type='function'/>
+     <exports symbol='xsltRegisterExtModuleFunction' type='function'/>
      <exports symbol='xsltExtModuleTopLevelLookup' type='function'/>
      <exports symbol='xsltFreeExts' type='function'/>
+     <exports symbol='xsltStyleExtInitFunction' type='function'/>
      <exports symbol='xsltExtModuleFunctionLookup' type='function'/>
      <exports symbol='xsltPreComputeExtModuleElement' type='function'/>
-     <exports symbol='xsltRegisterExtModuleTopLevel' type='function'/>
-     <exports symbol='xsltPreComputeFunction' type='function'/>
-     <exports symbol='xsltTopLevelFunction' type='function'/>
-     <exports symbol='xsltShutdownCtxtExts' type='function'/>
-     <exports symbol='xsltXPathGetTransformContext' type='function'/>
-     <exports symbol='xsltRegisterExtElement' type='function'/>
-     <exports symbol='xsltExtInitFunction' type='function'/>
-     <exports symbol='xsltFreeCtxtExts' type='function'/>
+     <exports symbol='xsltExtShutdownFunction' type='function'/>
      <exports symbol='xsltUnregisterExtModule' type='function'/>
-     <exports symbol='xsltRegisterExtModuleFull' type='function'/>
-     <exports symbol='xsltUnregisterExtModuleTopLevel' type='function'/>
-     <exports symbol='xsltNewElemPreComp' type='function'/>
-     <exports symbol='xsltUnregisterExtModuleElement' type='function'/>
-     <exports symbol='xsltUnregisterExtModuleFunction' type='function'/>
-     <exports symbol='xsltCheckExtPrefix' type='function'/>
-     <exports symbol='xsltRegisterExtModule' type='function'/>
-     <exports symbol='xsltExtElementLookup' type='function'/>
-     <exports symbol='xsltRegisterExtModuleFunction' type='function'/>
-     <exports symbol='xsltRegisterExtPrefix' type='function'/>
-     <exports symbol='xsltExtShutdownFunction' type='function'/>
     </file>
     <file name='extra'>
      <summary>interface for the non-standard features</summary>
@@ -86,10 +86,10 @@
      <author>Daniel Veillard and Bjorn Reese &lt;breese@users.sourceforge.net&gt; </author>
      <exports symbol='XSLT_REGISTER_FUNCTION_LOOKUP' type='macro'/>
      <exports symbol='xsltXPathFunctionLookup' type='function'/>
+     <exports symbol='xsltRegisterAllFunctions' type='function'/>
      <exports symbol='xsltFunctionAvailableFunction' type='function'/>
+     <exports symbol='xsltKeyFunction' type='function'/>
      <exports symbol='xsltFormatNumberFunction' type='function'/>
-     <exports symbol='xsltRegisterAllFunctions' type='function'/>
-     <exports symbol='xsltKeyFunction' type='function'/>
      <exports symbol='xsltUnparsedEntityURIFunction' type='function'/>
      <exports symbol='xsltDocumentFunction' type='function'/>
      <exports symbol='xsltSystemPropertyFunction' type='function'/>
@@ -102,12 +102,12 @@
      <author>Daniel Veillard </author>
      <exports symbol='XSLT_GET_IMPORT_PTR' type='macro'/>
      <exports symbol='XSLT_GET_IMPORT_INT' type='macro'/>
+     <exports symbol='xsltNeedElemSpaceHandling' type='function'/>
+     <exports symbol='xsltParseStylesheetImport' type='function'/>
      <exports symbol='xsltFindTemplate' type='function'/>
+     <exports symbol='xsltFindElemSpaceHandling' type='function'/>
      <exports symbol='xsltNextImport' type='function'/>
      <exports symbol='xsltParseStylesheetInclude' type='function'/>
-     <exports symbol='xsltNeedElemSpaceHandling' type='function'/>
-     <exports symbol='xsltFindElemSpaceHandling' type='function'/>
-     <exports symbol='xsltParseStylesheetImport' type='function'/>
     </file>
     <file name='keys'>
      <summary>interface for the key matching used in key() and template matches.</summary>
@@ -125,11 +125,11 @@
      <description>set of function easing the processing and generation of namespace nodes in XSLT. </description>
      <author>Daniel Veillard </author>
      <exports symbol='xsltFreeNamespaceAliasHashes' type='function'/>
+     <exports symbol='xsltGetSpecialNamespace' type='function'/>
+     <exports symbol='xsltCopyNamespaceList' type='function'/>
      <exports symbol='xsltCopyNamespace' type='function'/>
-     <exports symbol='xsltCopyNamespaceList' type='function'/>
+     <exports symbol='xsltNamespaceAlias' type='function'/>
      <exports symbol='xsltGetNamespace' type='function'/>
-     <exports symbol='xsltGetSpecialNamespace' type='function'/>
-     <exports symbol='xsltNamespaceAlias' type='function'/>
     </file>
     <file name='numbersInternals'>
      <summary>Implementation of the XSLT number functions</summary>
@@ -151,12 +151,12 @@
      <exports symbol='xsltNormalizeCompSteps' type='function'/>
      <exports symbol='xsltAddTemplate' type='function'/>
      <exports symbol='xsltCompilePattern' type='function'/>
+     <exports symbol='xsltFreeCompMatchList' type='function'/>
      <exports symbol='xsltMatchPattern' type='function'/>
+     <exports symbol='xsltFreeTemplateHashes' type='function'/>
+     <exports symbol='xsltCleanupTemplates' type='function'/>
      <exports symbol='xsltGetTemplate' type='function'/>
      <exports symbol='xsltTestCompMatchList' type='function'/>
-     <exports symbol='xsltFreeCompMatchList' type='function'/>
-     <exports symbol='xsltFreeTemplateHashes' type='function'/>
-     <exports symbol='xsltCleanupTemplates' type='function'/>
     </file>
     <file name='preproc'>
      <summary>precomputing stylesheets</summary>
@@ -197,11 +197,11 @@
      <description>This set of routine encapsulates XPath calls and Attribute Value Templates evaluation. </description>
      <author>Daniel Veillard </author>
      <exports symbol='xsltEvalStaticAttrValueTemplate' type='function'/>
-     <exports symbol='xsltAttrListTemplateProcess' type='function'/>
+     <exports symbol='xsltEvalAttrValueTemplate' type='function'/>
      <exports symbol='xsltEvalTemplateString' type='function'/>
      <exports symbol='xsltAttrTemplateValueProcess' type='function'/>
      <exports symbol='xsltAttrTemplateProcess' type='function'/>
-     <exports symbol='xsltEvalAttrValueTemplate' type='function'/>
+     <exports symbol='xsltAttrListTemplateProcess' type='function'/>
      <exports symbol='xsltEvalXPathPredicate' type='function'/>
      <exports symbol='xsltAttrTemplateValueProcessNode' type='function'/>
      <exports symbol='xsltTemplateProcess' type='function'/>
@@ -213,33 +213,33 @@
      <description>This module implements the bulk of the actual</description>
      <author>Daniel Veillard </author>
      <exports symbol='xsltValueOf' type='function'/>
+     <exports symbol='xsltNumber' type='function'/>
      <exports symbol='xsltRegisterAllElement' type='function'/>
+     <exports symbol='xsltRunStylesheetUser' type='function'/>
      <exports symbol='xsltSort' type='function'/>
-     <exports symbol='xsltCopyOf' type='function'/>
-     <exports symbol='xsltApplyTemplates' type='function'/>
-     <exports symbol='xsltIf' type='function'/>
-     <exports symbol='xsltCallTemplate' type='function'/>
-     <exports symbol='xsltApplyStylesheet' type='function'/>
-     <exports symbol='xsltApplyStripSpaces' type='function'/>
-     <exports symbol='xsltSetXIncludeDefault' type='function'/>
-     <exports symbol='xsltFreeTransformContext' type='function'/>
-     <exports symbol='xsltRunStylesheet' type='function'/>
-     <exports symbol='xsltChoose' type='function'/>
-     <exports symbol='xsltCopyTextString' type='function'/>
-     <exports symbol='xsltText' type='function'/>
-     <exports symbol='xsltNumber' type='function'/>
-     <exports symbol='xsltRunStylesheetUser' type='function'/>
      <exports symbol='xsltNewTransformContext' type='function'/>
      <exports symbol='xsltGetXIncludeDefault' type='function'/>
      <exports symbol='xsltApplyOneTemplate' type='function'/>
      <exports symbol='xslHandleDebugger' type='function'/>
      <exports symbol='xsltCopy' type='function'/>
      <exports symbol='xsltDocumentElem' type='function'/>
+     <exports symbol='xsltApplyTemplates' type='function'/>
+     <exports symbol='xsltApplyImports' type='function'/>
+     <exports symbol='xsltIf' type='function'/>
+     <exports symbol='xsltCallTemplate' type='function'/>
+     <exports symbol='xsltApplyStylesheet' type='function'/>
+     <exports symbol='xsltApplyStripSpaces' type='function'/>
+     <exports symbol='xsltSetXIncludeDefault' type='function'/>
+     <exports symbol='xsltCopyOf' type='function'/>
+     <exports symbol='xsltFreeTransformContext' type='function'/>
      <exports symbol='xsltAttribute' type='function'/>
-     <exports symbol='xsltApplyImports' type='function'/>
+     <exports symbol='xsltRunStylesheet' type='function'/>
+     <exports symbol='xsltChoose' type='function'/>
+     <exports symbol='xsltCopyTextString' type='function'/>
      <exports symbol='xsltElement' type='function'/>
      <exports symbol='xsltProfileStylesheet' type='function'/>
      <exports symbol='xsltForEach' type='function'/>
+     <exports symbol='xsltText' type='function'/>
      <exports symbol='xsltApplyStylesheetUser' type='function'/>
      <exports symbol='xsltProcessingInstruction' type='function'/>
      <exports symbol='xsltComment' type='function'/>
@@ -252,12 +252,12 @@
      <exports symbol='xsltFreeGlobalVariables' type='function'/>
      <exports symbol='xsltQuoteUserParams' type='function'/>
      <exports symbol='xsltXPathVariableLookup' type='function'/>
-     <exports symbol='xsltEvalUserParams' type='function'/>
+     <exports symbol='xsltParseGlobalParam' type='function'/>
      <exports symbol='xsltParseStylesheetCallerParam' type='function'/>
      <exports symbol='xsltAddStackElemList' type='function'/>
      <exports symbol='xsltParseGlobalVariable' type='function'/>
      <exports symbol='xsltQuoteOneUserParam' type='function'/>
-     <exports symbol='xsltParseGlobalParam' type='function'/>
+     <exports symbol='xsltEvalUserParams' type='function'/>
      <exports symbol='xsltParseStylesheetVariable' type='function'/>
      <exports symbol='xsltEvalGlobalVariables' type='function'/>
      <exports symbol='xsltEvalOneUserParam' type='function'/>
@@ -285,39 +285,39 @@
      <author>Daniel Veillard </author>
      <exports symbol='CHECK_STOPPED0' type='macro'/>
      <exports symbol='XSLT_PAT_NO_PRIORITY' type='macro'/>
+     <exports symbol='XSLT_MAX_SORT' type='macro'/>
+     <exports symbol='XSLT_RUNTIME_EXTRA' type='macro'/>
+     <exports symbol='CHECK_STOPPEDE' type='macro'/>
      <exports symbol='CHECK_STOPPED' type='macro'/>
      <exports symbol='XSLT_RUNTIME_EXTRA_LST' type='macro'/>
      <exports symbol='XSLT_RUNTIME_EXTRA_FREE' type='macro'/>
-     <exports symbol='XSLT_MAX_SORT' type='macro'/>
-     <exports symbol='XSLT_RUNTIME_EXTRA' type='macro'/>
-     <exports symbol='CHECK_STOPPEDE' type='macro'/>
      <exports symbol='XSLT_FUNC_ELEMENT' type='enum'/>
+     <exports symbol='XSLT_FUNC_WHEN' type='enum'/>
+     <exports symbol='XSLT_FUNC_APPLYIMPORTS' type='enum'/>
      <exports symbol='XSLT_FUNC_VALUEOF' type='enum'/>
      <exports symbol='XSLT_FUNC_WITHPARAM' type='enum'/>
+     <exports symbol='XSLT_FUNC_COPY' type='enum'/>
      <exports symbol='XSLT_OUTPUT_XML' type='enum'/>
+     <exports symbol='XSLT_FUNC_EXTENSION' type='enum'/>
      <exports symbol='XSLT_STATE_ERROR' type='enum'/>
      <exports symbol='XSLT_OUTPUT_HTML' type='enum'/>
      <exports symbol='XSLT_OUTPUT_TEXT' type='enum'/>
      <exports symbol='XSLT_STATE_OK' type='enum'/>
+     <exports symbol='XSLT_FUNC_COPYOF' type='enum'/>
+     <exports symbol='XSLT_FUNC_PARAM' type='enum'/>
      <exports symbol='XSLT_FUNC_FOREACH' type='enum'/>
+     <exports symbol='XSLT_FUNC_COMMENT' type='enum'/>
+     <exports symbol='XSLT_FUNC_DOCUMENT' type='enum'/>
      <exports symbol='XSLT_FUNC_CHOOSE' type='enum'/>
      <exports symbol='XSLT_FUNC_SORT' type='enum'/>
+     <exports symbol='XSLT_FUNC_IF' type='enum'/>
+     <exports symbol='XSLT_FUNC_PI' type='enum'/>
+     <exports symbol='XSLT_FUNC_TEXT' type='enum'/>
      <exports symbol='XSLT_STATE_STOPPED' type='enum'/>
+     <exports symbol='XSLT_FUNC_VARIABLE' type='enum'/>
      <exports symbol='XSLT_FUNC_NUMBER' type='enum'/>
      <exports symbol='XSLT_FUNC_ATTRIBUTE' type='enum'/>
      <exports symbol='XSLT_FUNC_APPLYTEMPLATES' type='enum'/>
-     <exports symbol='XSLT_FUNC_WHEN' type='enum'/>
-     <exports symbol='XSLT_FUNC_APPLYIMPORTS' type='enum'/>
-     <exports symbol='XSLT_FUNC_COPY' type='enum'/>
-     <exports symbol='XSLT_FUNC_EXTENSION' type='enum'/>
-     <exports symbol='XSLT_FUNC_COPYOF' type='enum'/>
-     <exports symbol='XSLT_FUNC_PARAM' type='enum'/>
-     <exports symbol='XSLT_FUNC_COMMENT' type='enum'/>
-     <exports symbol='XSLT_FUNC_DOCUMENT' type='enum'/>
-     <exports symbol='XSLT_FUNC_IF' type='enum'/>
-     <exports symbol='XSLT_FUNC_PI' type='enum'/>
-     <exports symbol='XSLT_FUNC_TEXT' type='enum'/>
-     <exports symbol='XSLT_FUNC_VARIABLE' type='enum'/>
      <exports symbol='XSLT_FUNC_CALLTEMPLATE' type='enum'/>
      <exports symbol='xsltStylePreComp' type='typedef'/>
      <exports symbol='xsltRuntimeExtra' type='typedef'/>
@@ -340,41 +340,41 @@
      <exports symbol='xsltTemplate' type='typedef'/>
      <exports symbol='xsltStackElem' type='typedef'/>
      <exports symbol='xsltStackElemPtr' type='typedef'/>
+     <exports symbol='_xsltStylePreComp' type='struct'/>
      <exports symbol='_xsltStackElem' type='struct'/>
      <exports symbol='_xsltTransformContext' type='struct'/>
      <exports symbol='_xsltElemPreComp' type='struct'/>
-     <exports symbol='_xsltRuntimeExtra' type='struct'/>
-     <exports symbol='_xsltStylePreComp' type='struct'/>
      <exports symbol='_xsltDecimalFormat' type='struct'/>
      <exports symbol='_xsltTemplate' type='struct'/>
      <exports symbol='_xsltDocument' type='struct'/>
+     <exports symbol='_xsltRuntimeExtra' type='struct'/>
      <exports symbol='_xsltStylesheet' type='struct'/>
+     <exports symbol='xsltNumberFormat' type='function'/>
      <exports symbol='xsltElemPreCompDeallocator' type='function'/>
      <exports symbol='xsltRegisterPersistRVT' type='function'/>
      <exports symbol='xsltParseStylesheetImportedDoc' type='function'/>
      <exports symbol='xsltFreeStackElemList' type='function'/>
+     <exports symbol='xsltCompileAttr' type='function'/>
      <exports symbol='xsltAllocateExtra' type='function'/>
+     <exports symbol='xsltFreeAVTList' type='function'/>
+     <exports symbol='xsltFreeRVTs' type='function'/>
      <exports symbol='xsltRegisterTmpRVT' type='function'/>
+     <exports symbol='xsltAllocateExtraCtxt' type='function'/>
      <exports symbol='xsltIsBlank' type='function'/>
+     <exports symbol='xsltSortFunc' type='function'/>
+     <exports symbol='xsltParseTemplateContent' type='function'/>
+     <exports symbol='xsltNewStylesheet' type='function'/>
      <exports symbol='xsltFormatNumberConversion' type='function'/>
-     <exports symbol='xsltSortFunc' type='function'/>
+     <exports symbol='xsltDecimalFormatGetByName' type='function'/>
+     <exports symbol='xsltTransformFunction' type='function'/>
+     <exports symbol='xsltParseStylesheetFile' type='function'/>
+     <exports symbol='xsltParseStylesheetDoc' type='function'/>
+     <exports symbol='xsltLoadStylesheetPI' type='function'/>
+     <exports symbol='xsltEvalAVT' type='function'/>
      <exports symbol='xsltFreeStylesheet' type='function'/>
      <exports symbol='xsltCreateRVT' type='function'/>
      <exports symbol='xsltParseStylesheetProcess' type='function'/>
      <exports symbol='xsltParseStylesheetOutput' type='function'/>
-     <exports symbol='xsltCompileAttr' type='function'/>
-     <exports symbol='xsltNumberFormat' type='function'/>
-     <exports symbol='xsltFreeRVTs' type='function'/>
-     <exports symbol='xsltFreeAVTList' type='function'/>
-     <exports symbol='xsltAllocateExtraCtxt' type='function'/>
-     <exports symbol='xsltParseTemplateContent' type='function'/>
-     <exports symbol='xsltNewStylesheet' type='function'/>
-     <exports symbol='xsltDecimalFormatGetByName' type='function'/>
-     <exports symbol='xsltTransformFunction' type='function'/>
-     <exports symbol='xsltParseStylesheetFile' type='function'/>
-     <exports symbol='xsltParseStylesheetDoc' type='function'/>
-     <exports symbol='xsltEvalAVT' type='function'/>
-     <exports symbol='xsltLoadStylesheetPI' type='function'/>
     </file>
     <file name='xsltexports'>
      <summary>macros for marking symbols as exportable/importable.</summary>
@@ -392,39 +392,39 @@
      <author>Daniel Veillard </author>
      <exports symbol='IS_XSLT_REAL_NODE' type='macro'/>
      <exports symbol='IS_XSLT_ELEM' type='macro'/>
+     <exports symbol='XSLT_TRACE' type='macro'/>
      <exports symbol='IS_XSLT_NAME' type='macro'/>
-     <exports symbol='XSLT_TODO' type='macro'/>
+     <exports symbol='XSLT_TIMESTAMP_TICS_PER_SEC' type='macro'/>
      <exports symbol='XSLT_STRANGE' type='macro'/>
-     <exports symbol='XSLT_TIMESTAMP_TICS_PER_SEC' type='macro'/>
-     <exports symbol='XSLT_TRACE' type='macro'/>
+     <exports symbol='XSLT_TODO' type='macro'/>
+     <exports symbol='XSLT_TRACE_PROCESS_NODE' type='enum'/>
      <exports symbol='XSLT_TRACE_KEYS' type='enum'/>
+     <exports symbol='XSLT_TRACE_APPLY_TEMPLATE' type='enum'/>
+     <exports symbol='XSLT_DEBUG_CONT' type='enum'/>
+     <exports symbol='XSLT_TRACE_VALUE_OF' type='enum'/>
+     <exports symbol='XSLT_DEBUG_STEP' type='enum'/>
      <exports symbol='XSLT_DEBUG_NEXT' type='enum'/>
      <exports symbol='XSLT_TRACE_COPY_OF' type='enum'/>
      <exports symbol='XSLT_TRACE_FOR_EACH' type='enum'/>
      <exports symbol='XSLT_DEBUG_STEPOUT' type='enum'/>
      <exports symbol='XSLT_DEBUG_RUN' type='enum'/>
+     <exports symbol='XSLT_TRACE_STRIP_SPACES' type='enum'/>
+     <exports symbol='XSLT_DEBUG_STOP' type='enum'/>
      <exports symbol='XSLT_TRACE_APPLY_TEMPLATES' type='enum'/>
+     <exports symbol='XSLT_TRACE_COPY' type='enum'/>
      <exports symbol='XSLT_TRACE_CHOOSE' type='enum'/>
      <exports symbol='XSLT_DEBUG_INIT' type='enum'/>
+     <exports symbol='XSLT_TRACE_COPY_TEXT' type='enum'/>
      <exports symbol='XSLT_DEBUG_RUN_RESTART' type='enum'/>
+     <exports symbol='XSLT_TRACE_NONE' type='enum'/>
      <exports symbol='XSLT_TRACE_ALL' type='enum'/>
-     <exports symbol='XSLT_TRACE_CALL_TEMPLATE' type='enum'/>
-     <exports symbol='XSLT_TRACE_IF' type='enum'/>
-     <exports symbol='XSLT_TRACE_PROCESS_NODE' type='enum'/>
-     <exports symbol='XSLT_TRACE_COPY_TEXT' type='enum'/>
-     <exports symbol='XSLT_TRACE_APPLY_TEMPLATE' type='enum'/>
-     <exports symbol='XSLT_DEBUG_CONT' type='enum'/>
-     <exports symbol='XSLT_TRACE_VALUE_OF' type='enum'/>
-     <exports symbol='XSLT_DEBUG_STEP' type='enum'/>
-     <exports symbol='XSLT_TRACE_STRIP_SPACES' type='enum'/>
-     <exports symbol='XSLT_DEBUG_STOP' type='enum'/>
-     <exports symbol='XSLT_TRACE_COPY' type='enum'/>
-     <exports symbol='XSLT_TRACE_NONE' type='enum'/>
      <exports symbol='XSLT_DEBUG_NONE' type='enum'/>
      <exports symbol='XSLT_TRACE_PI' type='enum'/>
      <exports symbol='XSLT_TRACE_COMMENT' type='enum'/>
      <exports symbol='XSLT_TRACE_VARIABLES' type='enum'/>
      <exports symbol='XSLT_DEBUG_QUIT' type='enum'/>
+     <exports symbol='XSLT_TRACE_CALL_TEMPLATE' type='enum'/>
+     <exports symbol='XSLT_TRACE_IF' type='enum'/>
      <exports symbol='XSLT_TRACE_TEMPLATES' type='enum'/>
      <exports symbol='xsltDebugTraceCodes' type='typedef'/>
      <exports symbol='xsltDebugStatusCodes' type='typedef'/>
@@ -433,44 +433,44 @@
      <exports symbol='xsltGenericErrorContext' type='variable'/>
      <exports symbol='xslDebugStatus' type='variable'/>
      <exports symbol='xsltGenericDebugContext' type='variable'/>
+     <exports symbol='xsltTimestamp' type='function'/>
      <exports symbol='xsltSaveResultToFile' type='function'/>
+     <exports symbol='xsltXPathCompile' type='function'/>
+     <exports symbol='xsltSetTransformErrorFunc' type='function'/>
      <exports symbol='xsltSetGenericErrorFunc' type='function'/>
      <exports symbol='xsltSetDebuggerCallbacks' type='function'/>
      <exports symbol='xsltSaveResultTo' type='function'/>
      <exports symbol='xsltTransformError' type='function'/>
-     <exports symbol='xslAddCall' type='function'/>
+     <exports symbol='xsltSetGenericDebugFunc' type='function'/>
+     <exports symbol='xsltDebugSetDefaultTrace' type='function'/>
+     <exports symbol='xsltDropCallCallback' type='function'/>
+     <exports symbol='xsltSetCtxtParseOptions' type='function'/>
+     <exports symbol='xsltComputeSortResult' type='function'/>
+     <exports symbol='xsltSetSortFunc' type='function'/>
      <exports symbol='xsltDocumentSortFunction' type='function'/>
      <exports symbol='xsltGetQNameURI2' type='function'/>
-     <exports symbol='xsltComputeSortResult' type='function'/>
+     <exports symbol='xslAddCall' type='function'/>
+     <exports symbol='xsltGetDebuggerStatus' type='function'/>
      <exports symbol='xsltPrintErrorContext' type='function'/>
      <exports symbol='xsltGetUTF8Char' type='function'/>
      <exports symbol='xsltDefaultSortFunction' type='function'/>
      <exports symbol='xsltSaveResultToFd' type='function'/>
      <exports symbol='xsltSetCtxtSortFunc' type='function'/>
      <exports symbol='xsltGetNsProp' type='function'/>
+     <exports symbol='xsltSaveResultToFilename' type='function'/>
      <exports symbol='xsltGetCNsProp' type='function'/>
      <exports symbol='xsltGetQNameURI' type='function'/>
      <exports symbol='xsltAddCallCallback' type='function'/>
+     <exports symbol='xsltSetDebuggerStatus' type='function'/>
      <exports symbol='xsltCalibrateAdjust' type='function'/>
      <exports symbol='xsltSaveProfiling' type='function'/>
      <exports symbol='xsltSaveResultToString' type='function'/>
+     <exports symbol='xsltHandleDebuggerCallback' type='function'/>
      <exports symbol='xsltSplitQName' type='function'/>
      <exports symbol='xsltDoSortFunction' type='function'/>
      <exports symbol='xsltDebugGetDefaultTrace' type='function'/>
      <exports symbol='xsltMessage' type='function'/>
-     <exports symbol='xsltGetDebuggerStatus' type='function'/>
-     <exports symbol='xsltTimestamp' type='function'/>
-     <exports symbol='xsltSetTransformErrorFunc' type='function'/>
-     <exports symbol='xsltXPathCompile' type='function'/>
-     <exports symbol='xsltDebugSetDefaultTrace' type='function'/>
-     <exports symbol='xsltSetGenericDebugFunc' type='function'/>
-     <exports symbol='xsltSetCtxtParseOptions' type='function'/>
-     <exports symbol='xsltSetDebuggerStatus' type='function'/>
      <exports symbol='xslDropCall' type='function'/>
-     <exports symbol='xsltSetSortFunc' type='function'/>
-     <exports symbol='xsltHandleDebuggerCallback' type='function'/>
-     <exports symbol='xsltSaveResultToFilename' type='function'/>
-     <exports symbol='xsltDropCallCallback' type='function'/>
      <exports symbol='xsltGetProfileInformation' type='function'/>
     </file>
   </files>
diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa
--- a/doc/libxslt.xsa
+++ b/doc/libxslt.xsa
@@ -8,13 +8,18 @@
   </vendor>
   <product id="libxslt">
     <name>libxslt</name>
-    <version>1.1.4</version>
-    <last-release> Feb 23 2004</last-release>
+    <version>1.1.5</version>
+    <last-release> Mar 23 2004</last-release>
     <info-url>http://xmlsoft.org/XSLT/</info-url>
-    <changes>   - bugfixes: attributes without doc (Mariano Su&#xE1;rez-Alvarez), problem with
-    Yelp, extension problem
-   - display extension modules (Steve Little)
-   - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
+    <changes>   - performance: use dictionnary lookup for variables
+   - remove use of _private from source documents
+   - cleanup of "make tests" output
+   - bugfixes: AVT in local variables, use localtime_r to avoid thread
+    troubles (William), dictionary handling bug (William), limited number of
+    stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
+    superfluous namespace (William), xsltproc error code on
+    &lt;xsl:message&gt; halt, OpenVMS fix, dictionnary reference counting
+    change.
 
 </changes>
   </product>
diff --git a/doc/news.html b/doc/news.html
--- a/doc/news.html
+++ b/doc/news.html
@@ -8,7 +8,16 @@
 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="#000000" 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></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></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 libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</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.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</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"><h3>CVS only : check the <a href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file
-for a really accurate description</h3><h3>1.1.4: Feb 23 2004</h3><ul><li>bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with
+for a really accurate description</h3><h3>1.1.5: Mar 23 2004</h3><ul><li>performance: use dictionnary lookup for variables</li>
+  <li>remove use of _private from source documents</li>
+  <li>cleanup of "make tests" output</li>
+  <li>bugfixes: AVT in local variables, use localtime_r to avoid thread
+    troubles (William), dictionary handling bug (William), limited number of
+    stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
+    superfluous namespace (William), xsltproc error code on
+    &lt;xsl:message&gt; halt, OpenVMS fix, dictionnary reference counting
+    change.</li>
+</ul><h3>1.1.4: Feb 23 2004</h3><ul><li>bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with
     Yelp, extension problem</li>
   <li>display extension modules (Steve Little)</li>
   <li>Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)</li>
diff --git a/doc/xslt.html b/doc/xslt.html
--- a/doc/xslt.html
+++ b/doc/xslt.html
@@ -291,6 +291,19 @@
 href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file
 for a really accurate description</h3>
 
+<h3>1.1.5: Mar 23 2004</h3>
+<ul>
+  <li>performance: use dictionnary lookup for variables</li>
+  <li>remove use of _private from source documents</li>
+  <li>cleanup of "make tests" output</li>
+  <li>bugfixes: AVT in local variables, use localtime_r to avoid thread
+    troubles (William), dictionary handling bug (William), limited number of
+    stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
+    superfluous namespace (William), xsltproc error code on
+    &lt;xsl:message&gt; halt, OpenVMS fix, dictionnary reference counting
+    change.</li>
+</ul>
+
 <h3>1.1.4: Feb 23 2004</h3>
 <ul>
   <li>bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with
diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h
--- a/libxslt/xsltwin32config.h
+++ b/libxslt/xsltwin32config.h
@@ -23,21 +23,21 @@
  *
  * the version string like "1.2.3"
  */
-#define LIBXSLT_DOTTED_VERSION "1.1.4"
+#define LIBXSLT_DOTTED_VERSION "1.1.5"
 
 /**
  * LIBXSLT_VERSION:
  *
  * the version number: 1.2.3 value is 1002003
  */
-#define LIBXSLT_VERSION 10104
+#define LIBXSLT_VERSION 10105
 
 /**
  * LIBXSLT_VERSION_STRING:
  *
  * the version number string, 1.2.3 value is "1002003"
  */
-#define LIBXSLT_VERSION_STRING "10104"
+#define LIBXSLT_VERSION_STRING "10105"
 
 /**
  * WITH_XSLT_DEBUG:
diff --git a/tests/namespaces/Makefile.am b/tests/namespaces/Makefile.am
--- a/tests/namespaces/Makefile.am
+++ b/tests/namespaces/Makefile.am
@@ -9,8 +9,8 @@
     tst.xml tst.xsl tst.out \
     tst2.xml tst2.xsl tst2.out \
     tst3.xml tst3.xsl tst3.out \
-    tst4.xml tst4.xsl tst4.out \
-    tst5.xml tst5.xsl tst5.out
+    tst4.xml tst4.xsl tst4.out
+#    tst5.xml tst5.xsl tst5.out
 
 all: