diff --git a/Makefile.am b/Makefile.am
index 3797e3a1..f82cefa7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1152,14 +1152,14 @@ cleanup:
dist-hook: cleanup libxml2.spec
-cp libxml2.spec $(distdir)
- (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 macos vms VxWorks bakefile test result) | (cd $(distdir); tar xf -)
+ (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn --exclude .git win32 macos vms VxWorks bakefile test result) | (cd $(distdir); tar xf -)
dist-source: distdir
$(AMTAR) -chof - --exclude Tests --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz
dist-test: distdir
(mkdir -p $(distdir))
- (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn xstc/Tests) | (cd $(distdir); tar xf -)
+ (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn --exclude .git xstc/Tests) | (cd $(distdir); tar xf -)
tar -cf - $(distdir)/test $(distdir)/result $(distdir)/xstc/Tests $(distdir)/Makefile.tests $(distdir)/README $(distdir)/README.tests $(distdir)/AUTHORS $(distdir)/testapi.c $(distdir)/runtest.c $(distdir)/runsuite.c | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-tests+"`.tar.gz
@(rm -rf $(distdir)/xstc/Test)
diff --git a/configure.in b/configure.in
index 54544298..0fb49831 100644
--- a/configure.in
+++ b/configure.in
@@ -6,8 +6,8 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2
-LIBXML_MINOR_VERSION=7
-LIBXML_MICRO_VERSION=8
+LIBXML_MINOR_VERSION=8
+LIBXML_MICRO_VERSION=0
LIBXML_MICRO_VERSION_SUFFIX=
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION$LIBXML_MICRO_VERSION_SUFFIX
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
diff --git a/doc/APIchunk0.html b/doc/APIchunk0.html
index d8bf814f..25f473ec 100644
--- a/doc/APIchunk0.html
+++ b/doc/APIchunk0.html
@@ -72,6 +72,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlSchemaValueGetNext
UTF8Toisolat1
XML_CHAR_ENCODING_2022_JP
XML_CHAR_ENCODING_8859_1
@@ -614,6 +616,7 @@ A:link, A:visited, A:active { text-decoration: underline }
XML_PARSE_DTDLOAD
XML_PARSE_DTDVALID
XML_PARSE_HUGE
+XML_PARSE_IGNORE_ENC
XML_PARSE_NOBASEFIX
XML_PARSE_NOBLANKS
XML_PARSE_NOCDATA
@@ -1301,6 +1304,7 @@ A:link, A:visited, A:active { text-decoration: underline }
XML_ATTRIBUTE_REQUIRED
XML_BUFFER_ALLOC_DOUBLEIT
XML_BUFFER_ALLOC_EXACT
+XML_BUFFER_ALLOC_HYBRID
XML_BUFFER_ALLOC_IMMUTABLE
XML_BUFFER_ALLOC_IO
XML_CDATA_SECTION_NODE
@@ -1384,6 +1388,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlBufferCreate
xmlBufferCreateSize
xmlBufferCreateStatic
+xmlBufferDetach
xmlBufferDump
xmlBufferEmpty
xmlBufferFree
@@ -2760,6 +2765,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlTextReaderReadString
xmlTextReaderRelaxNGSetSchema
xmlTextReaderRelaxNGValidate
+xmlTextReaderRelaxNGValidateCtxt
xmlTextReaderSchemaValidate
xmlTextReaderSchemaValidateCtxt
xmlTextReaderSetErrorHandler
@@ -3159,6 +3165,7 @@ A:link, A:visited, A:active { text-decoration: underline }
LIBXML_ICU_ENABLED
LIBXML_ISO8859X_ENABLED
LIBXML_LEGACY_ENABLED
+LIBXML_LZMA_ENABLED
LIBXML_MODULES_ENABLED
LIBXML_MODULE_EXTENSION
LIBXML_OUTPUT_ENABLED
@@ -3289,6 +3296,7 @@ A:link, A:visited, A:active { text-decoration: underline }
XPATH_NUMBER_ERROR
XPATH_POINT
XPATH_RANGE
+XPATH_STACK_ERROR
XPATH_START_LITERAL_ERROR
XPATH_STRING
XPATH_UNCLOSED_ERROR
diff --git a/doc/APIfunctions.html b/doc/APIfunctions.html
index 549a1885..dbe89e8d 100644
--- a/doc/APIfunctions.html
+++ b/doc/APIfunctions.html
@@ -950,6 +950,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlBufferAddHead
xmlBufferCCat
xmlBufferCat
+xmlBufferDetach
xmlBufferDump
xmlBufferEmpty
xmlBufferFree
@@ -1845,6 +1846,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlRelaxNGValidatePopElement
xmlRelaxNGValidatePushCData
xmlRelaxNGValidatePushElement
+xmlTextReaderRelaxNGValidateCtxt
xmlRelaxNGSetParserErrors
xmlRelaxNGSetValidErrors
xmlRelaxNGGetParserErrors
@@ -2070,6 +2072,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlTextReaderReadString
xmlTextReaderRelaxNGSetSchema
xmlTextReaderRelaxNGValidate
+xmlTextReaderRelaxNGValidateCtxt
xmlTextReaderSchemaValidate
xmlTextReaderSchemaValidateCtxt
xmlTextReaderSetErrorHandler
diff --git a/doc/APIsymbols.html b/doc/APIsymbols.html
index 9397fc8c..49a87375 100644
--- a/doc/APIsymbols.html
+++ b/doc/APIsymbols.html
@@ -26,6 +26,7 @@ A:link, A:visited, A:active { text-decoration: underline }
HTML_INVALID
HTML_NA
HTML_PARSE_COMPACT
+HTML_PARSE_IGNORE_ENC
HTML_PARSE_NOBLANKS
HTML_PARSE_NODEFDTD
HTML_PARSE_NOERROR
@@ -78,6 +79,7 @@ A:link, A:visited, A:active { text-decoration: underline }
LIBXML_ICU_ENABLED
LIBXML_ISO8859X_ENABLED
LIBXML_LEGACY_ENABLED
+LIBXML_LZMA_ENABLED
LIBXML_MODULES_ENABLED
LIBXML_MODULE_EXTENSION
LIBXML_OUTPUT_ENABLED
@@ -152,6 +154,7 @@ A:link, A:visited, A:active { text-decoration: underline }
XML_ATTRIBUTE_REQUIRED
XML_BUFFER_ALLOC_DOUBLEIT
XML_BUFFER_ALLOC_EXACT
+XML_BUFFER_ALLOC_HYBRID
XML_BUFFER_ALLOC_IMMUTABLE
XML_BUFFER_ALLOC_IO
XML_C14N_1_0
@@ -589,6 +592,7 @@ A:link, A:visited, A:active { text-decoration: underline }
XML_PARSE_DTDLOAD
XML_PARSE_DTDVALID
XML_PARSE_HUGE
+XML_PARSE_IGNORE_ENC
XML_PARSE_NOBASEFIX
XML_PARSE_NOBLANKS
XML_PARSE_NOCDATA
@@ -1431,6 +1435,7 @@ A:link, A:visited, A:active { text-decoration: underline }
XPATH_NUMBER_ERROR
XPATH_POINT
XPATH_RANGE
+XPATH_STACK_ERROR
XPATH_START_LITERAL_ERROR
XPATH_STRING
XPATH_UNCLOSED_ERROR
@@ -1767,6 +1772,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlBufferCreate
xmlBufferCreateSize
xmlBufferCreateStatic
+xmlBufferDetach
xmlBufferDump
xmlBufferEmpty
xmlBufferFree
@@ -2148,6 +2154,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlInitParserCtxt
xmlInitThreads
xmlInitializeCatalog
+xmlInitializeDict
xmlInitializeGlobalState
xmlInitializePredefinedEntities
xmlInputCloseCallback
@@ -2987,6 +2994,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlTextReaderReadString
xmlTextReaderRelaxNGSetSchema
xmlTextReaderRelaxNGValidate
+xmlTextReaderRelaxNGValidateCtxt
xmlTextReaderSchemaValidate
xmlTextReaderSchemaValidateCtxt
xmlTextReaderSetErrorHandler
diff --git a/doc/devhelp/libxml2-HTMLparser.html b/doc/devhelp/libxml2-HTMLparser.html
index 94e6a436..6d8a42a5 100644
--- a/doc/devhelp/libxml2-HTMLparser.html
+++ b/doc/devhelp/libxml2-HTMLparser.html
@@ -191,7 +191,8 @@ int htmlCtxtUseOptions (HTML_PARSE_NOBLANKS = 256 /* remove blank nodes */
HTML_PARSE_NONET = 2048 /* Forbid network access */
HTML_PARSE_NOIMPLIED = 8192 /* Do not add implied html/body... elements */
- HTML_PARSE_COMPACT = 65536 /* compact small text nodes */
+ HTML_PARSE_COMPACT = 65536 /* compact small text nodes */
+ HTML_PARSE_IGNORE_ENC = 2097152 /* ignore internal document encoding hint */
};
void xmlDictCleanup (void)
-
Free the dictionary mutex.
+Free the dictionary mutex. Do not call unless sure the library is not in use anymore !
xmlDictPtr xmlDictCreate (void)
@@ -113,6 +114,10 @@ The content of this structure is not made public by the API.
Query the number of elements installed in the hash @dict.
dict: | the dictionnary |
Returns: | the number of elements in the dictionnary or -1 in case of error |
int xmlInitializeDict (void)
+
Do the dictionary mutex initialization. this function is not thread safe, initialization should preferably be done once at startup
+Returns: | 0 if initialization was already done, and 1 if that call led to the initialization |