1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-22 04:01:59 +03:00

preparing 2.4.22 Daniel

* configure.in: preparing 2.4.22
Daniel
This commit is contained in:
Daniel Veillard
2002-05-27 21:17:57 +00:00
parent 1b31e4a0b2
commit d5e22ef580
4 changed files with 13 additions and 5 deletions

View File

@ -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> Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
* HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src

View File

@ -6,7 +6,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2 LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=4 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=$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 LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION

View File

@ -27,21 +27,21 @@ extern void xmlCheckVersion(int version);
* *
* the version string like "1.2.3" * the version string like "1.2.3"
*/ */
#define LIBXML_DOTTED_VERSION "2.4.21" #define LIBXML_DOTTED_VERSION "2.4.22"
/** /**
* LIBXML_VERSION: * LIBXML_VERSION:
* *
* the version number: 1.2.3 value is 1002003 * the version number: 1.2.3 value is 1002003
*/ */
#define LIBXML_VERSION 20421 #define LIBXML_VERSION 20422
/** /**
* LIBXML_VERSION_STRING: * LIBXML_VERSION_STRING:
* *
* the version number string, 1.2.3 value is "1002003" * the version number string, 1.2.3 value is "1002003"
*/ */
#define LIBXML_VERSION_STRING "20421" #define LIBXML_VERSION_STRING "20422"
/** /**
* LIBXML_TEST_VERSION: * LIBXML_TEST_VERSION:
@ -49,7 +49,7 @@ extern void xmlCheckVersion(int version);
* Macro to check that the libxml version in use is compatible with * Macro to check that the libxml version in use is compatible with
* the version the software has been compiled against * the version the software has been compiled against
*/ */
#define LIBXML_TEST_VERSION xmlCheckVersion(20421); #define LIBXML_TEST_VERSION xmlCheckVersion(20422);
#if 0 #if 0
/** /**

View File

@ -149,6 +149,9 @@ validateNmtokensValue()
# functions from module xmlIO # functions from module xmlIO
cleanupInputCallbacks() cleanupInputCallbacks()
cleanupOutputCallbacks() cleanupOutputCallbacks()
fileMatch()
iOFTPMatch()
iOHTTPMatch()
parserGetDirectory() parserGetDirectory()
registerDefaultInputCallbacks() registerDefaultInputCallbacks()
registerDefaultOutputCallbacks() registerDefaultOutputCallbacks()
@ -440,6 +443,7 @@ Class parserCtxt()
htmlFreeParserCtxt() htmlFreeParserCtxt()
htmlParseCharRef() htmlParseCharRef()
htmlParseChunk() htmlParseChunk()
htmlParseDocument()
htmlParseElement() htmlParseElement()
# functions from module parser # functions from module parser