preparing 2.4.22 Daniel

* configure.in: preparing 2.4.22
Daniel
diff --git a/ChangeLog b/ChangeLog
index 30207dd..f1d1874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+	* configure.in: preparing 2.4.22
+
 Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
 	* HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
diff --git a/configure.in b/configure.in
index 054ed7a..5addf0c 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@
 
 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 e090c45..da615f2 100644
--- a/include/libxml/xmlwin32version.h
+++ b/include/libxml/xmlwin32version.h
@@ -27,21 +27,21 @@
  *
  * 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 @@
  * 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 e5e530a..22f8991 100644
--- a/python/libxml2class.txt
+++ b/python/libxml2class.txt
@@ -149,6 +149,9 @@
 # functions from module xmlIO
 cleanupInputCallbacks()
 cleanupOutputCallbacks()
+fileMatch()
+iOFTPMatch()
+iOHTTPMatch()
 parserGetDirectory()
 registerDefaultInputCallbacks()
 registerDefaultOutputCallbacks()
@@ -440,6 +443,7 @@
     htmlFreeParserCtxt()
     htmlParseCharRef()
     htmlParseChunk()
+    htmlParseDocument()
     htmlParseElement()
 
     # functions from module parser