diff --git a/ChangeLog b/ChangeLog index 30207dd3..f1d18748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 27 23:18:33 CEST 2002 Daniel Veillard + + * configure.in: preparing 2.4.22 + Mon May 27 16:44:04 CEST 2002 Daniel Veillard * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src diff --git a/configure.in b/configure.in index 054ed7a6..5addf0ce 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CANONICAL_HOST LIBXML_MAJOR_VERSION=2 LIBXML_MINOR_VERSION=4 -LIBXML_MICRO_VERSION=21 +LIBXML_MICRO_VERSION=22 LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION diff --git a/include/libxml/xmlwin32version.h b/include/libxml/xmlwin32version.h index e090c457..da615f28 100644 --- a/include/libxml/xmlwin32version.h +++ b/include/libxml/xmlwin32version.h @@ -27,21 +27,21 @@ extern void xmlCheckVersion(int version); * * the version string like "1.2.3" */ -#define LIBXML_DOTTED_VERSION "2.4.21" +#define LIBXML_DOTTED_VERSION "2.4.22" /** * LIBXML_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXML_VERSION 20421 +#define LIBXML_VERSION 20422 /** * LIBXML_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXML_VERSION_STRING "20421" +#define LIBXML_VERSION_STRING "20422" /** * LIBXML_TEST_VERSION: @@ -49,7 +49,7 @@ extern void xmlCheckVersion(int version); * Macro to check that the libxml version in use is compatible with * the version the software has been compiled against */ -#define LIBXML_TEST_VERSION xmlCheckVersion(20421); +#define LIBXML_TEST_VERSION xmlCheckVersion(20422); #if 0 /** diff --git a/python/libxml2class.txt b/python/libxml2class.txt index e5e530ab..22f89914 100644 --- a/python/libxml2class.txt +++ b/python/libxml2class.txt @@ -149,6 +149,9 @@ validateNmtokensValue() # functions from module xmlIO cleanupInputCallbacks() cleanupOutputCallbacks() +fileMatch() +iOFTPMatch() +iOHTTPMatch() parserGetDirectory() registerDefaultInputCallbacks() registerDefaultOutputCallbacks() @@ -440,6 +443,7 @@ Class parserCtxt() htmlFreeParserCtxt() htmlParseCharRef() htmlParseChunk() + htmlParseDocument() htmlParseElement() # functions from module parser