mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Released libxml-2.3.3:
- configure.in: bumped to 2.3.3 - doc/xml.html: updated Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
|
* configure.in: bumped to 2.3.3
|
||||||
|
* doc/xml.html: updated
|
||||||
|
|
||||||
Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
* tree.c: minor doc fix
|
* tree.c: minor doc fix
|
||||||
|
40
aclocal.m4
vendored
40
aclocal.m4
vendored
@ -620,35 +620,31 @@ esac
|
|||||||
])
|
])
|
||||||
|
|
||||||
# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
|
# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
|
||||||
# the libltdl convenience library and INCLTDL to the include flags for
|
# the libltdl convenience library, adds --enable-ltdl-convenience to
|
||||||
# the libltdl header and adds --enable-ltdl-convenience to the
|
# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
|
||||||
# configure arguments. Note that LIBLTDL and INCLTDL are not
|
# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
|
||||||
# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
|
# to be `${top_builddir}/libltdl'. Make sure you start DIR with
|
||||||
# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
|
# '${top_builddir}/' (note the single quotes!) if your package is not
|
||||||
# with '${top_builddir}/' and INCLTDL will be prefixed with
|
# flat, and, if you're not using automake, define top_builddir as
|
||||||
# '${top_srcdir}/' (note the single quotes!). If your package is not
|
# appropriate in the Makefiles.
|
||||||
# flat and you're not using automake, define top_builddir and
|
|
||||||
# top_srcdir appropriately in the Makefiles.
|
|
||||||
AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
|
AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
|
||||||
case "$enable_ltdl_convenience" in
|
case "$enable_ltdl_convenience" in
|
||||||
no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
|
no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
|
||||||
"") enable_ltdl_convenience=yes
|
"") enable_ltdl_convenience=yes
|
||||||
ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
|
ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
|
||||||
esac
|
esac
|
||||||
LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
|
LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdlc.la
|
||||||
INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
|
INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
|
||||||
])
|
])
|
||||||
|
|
||||||
# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
|
# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
|
||||||
# the libltdl installable library and INCLTDL to the include flags for
|
# the libltdl installable library, and adds --enable-ltdl-install to
|
||||||
# the libltdl header and adds --enable-ltdl-install to the configure
|
# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
|
||||||
# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
|
# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
|
||||||
# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
|
# to be `${top_builddir}/libltdl'. Make sure you start DIR with
|
||||||
# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
|
# '${top_builddir}/' (note the single quotes!) if your package is not
|
||||||
# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
|
# flat, and, if you're not using automake, define top_builddir as
|
||||||
# with '${top_srcdir}/' (note the single quotes!). If your package is
|
# appropriate in the Makefiles.
|
||||||
# not flat and you're not using automake, define top_builddir and
|
|
||||||
# top_srcdir appropriately in the Makefiles.
|
|
||||||
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
|
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
|
||||||
AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
|
AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
|
||||||
AC_CHECK_LIB(ltdl, main,
|
AC_CHECK_LIB(ltdl, main,
|
||||||
@ -661,8 +657,8 @@ AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
|
|||||||
])
|
])
|
||||||
if test x"$enable_ltdl_install" = x"yes"; then
|
if test x"$enable_ltdl_install" = x"yes"; then
|
||||||
ac_configure_args="$ac_configure_args --enable-ltdl-install"
|
ac_configure_args="$ac_configure_args --enable-ltdl-install"
|
||||||
LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
|
LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdl.la
|
||||||
INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
|
INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
|
||||||
else
|
else
|
||||||
ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
|
ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
|
||||||
LIBLTDL="-lltdl"
|
LIBLTDL="-lltdl"
|
||||||
|
@ -6,7 +6,7 @@ AC_CANONICAL_HOST
|
|||||||
|
|
||||||
LIBXML_MAJOR_VERSION=2
|
LIBXML_MAJOR_VERSION=2
|
||||||
LIBXML_MINOR_VERSION=3
|
LIBXML_MINOR_VERSION=3
|
||||||
LIBXML_MICRO_VERSION=2
|
LIBXML_MICRO_VERSION=3
|
||||||
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
|
||||||
|
|
||||||
|
10
doc/xml.html
10
doc/xml.html
@ -241,6 +241,14 @@ you want to test those</p>
|
|||||||
docs</li>
|
docs</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h3>2.3.3: Mar 1 2001</h3>
|
||||||
|
<ul>
|
||||||
|
<li>small change in XPath for XSLT</li>
|
||||||
|
<li>documentation cleanups</li>
|
||||||
|
<li>fix in validation by Gary Pennington</li>
|
||||||
|
<li>serious parsing performances improvements</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3>2.3.2: Feb 24 2001</h3>
|
<h3>2.3.2: Feb 24 2001</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>chasing XPath bugs, found a bunch, completed some TODO</li>
|
<li>chasing XPath bugs, found a bunch, completed some TODO</li>
|
||||||
@ -1446,6 +1454,6 @@ Gnome CVS base under gnome-xml/example</p>
|
|||||||
|
|
||||||
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
|
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
|
||||||
|
|
||||||
<p>$Id: xml.html,v 1.69 2001/02/26 07:31:12 veillard Exp $</p>
|
<p>$Id: xml.html,v 1.70 2001/02/26 20:10:45 veillard Exp $</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user