Released libxslt-0.4.0:
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 1 Mar 2001 17:33:19 +0000 (17:33 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 1 Mar 2001 17:33:19 +0000 (17:33 +0000)
- configure.in libxslt.spec.in: updated to 0.4.0 and 2.3.3
- doc/xslt.html: updated
Daniel

ChangeLog
configure.in
doc/xslt.html
libxslt.spec.in

index 77ac4a5..93e0c3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar  1 18:16:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
+
+       * configure.in libxslt.spec.in: updated to 0.4.0 and 2.3.3
+       * doc/xslt.html: updated
+
 Wed Feb 28 19:24:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
        * libxslt/extra.[ch] libxslt/transform.[ch] libxslt/xsltInternals.h:
index 013c98c..8bab2d6 100644 (file)
@@ -1,6 +1,6 @@
 AC_INIT(libxslt/xslt.c)
 
-VERSION=0.3.0
+VERSION=0.4.0
 PACKAGE=libxslt
 
 AM_CONFIG_HEADER(config.h)
@@ -95,7 +95,7 @@ dnl
 dnl find libxml
 dnl
 XML_CONFIG="xml2-config"
-AC_MSG_CHECKING(for libxml libraries >= 2.3.2
+AC_MSG_CHECKING(for libxml libraries >= 2.3.3
 if test "x$LIBXML_PREFIX" != "x"
 then
        if ${LIBXML_PREFIX}/bin/xml2-config --libs print > /dev/null 2>&1
@@ -112,13 +112,13 @@ dnl
 if test "x$XML_CONFIG" != "x"
 then
        vers=`$XML_CONFIG --version | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
-       if test "$vers" -ge 2003002
+       if test "$vers" -ge 2003003
        then
                LIBXML_LIBS="`$XML_CONFIG --libs`"
                LIBXML_CFLAGS="`$XML_CONFIG --cflags`"
                AC_MSG_RESULT(found)
        else
-               AC_MSG_ERROR(You need at least libxml 2.3.2 for this version of libxslt)
+               AC_MSG_ERROR(You need at least libxml 2.3.3 for this version of libxslt)
        fi
 else
        AC_MSG_ERROR(Could not find libxml2 anywhere, check ftp://xmlsoft.org/.)
index 6ecd287..51a62ec 100644 (file)
@@ -151,6 +151,15 @@ platform, get in touch with me to upload the package. I will keep them in the
 href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file
 for a really accurate description</h3>
 
+<h3>0.4.0: Mar 1 2001</h3>
+<ul>
+  <li>fourth beta test, released at the same time of libxml2-2.3.3</li>
+  <li>bug fixes</li>
+  <li>some optimization</li>
+  <li>started implement extension support, not finished</li>
+  <li>implemented but not tested multiple file output</li>
+</ul>
+
 <h3>0.3.0: Feb 24 2001</h3>
 <ul>
   <li>third beta test, released at the same time of libxml2-2.3.2</li>
index e70e1ce..e034e98 100644 (file)
@@ -10,15 +10,15 @@ Copyright: LGPL
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/XSLT/libxslt-%{ver}.tar.gz
 BuildRoot: /var/tmp/libxslt-%{PACKAGE_VERSION}-root
-Requires: libxml2 >= 2.3.2
+Requires: libxml2 >= 2.3.3
 
-URL: http://xmlsoft.org/
+URL: http://xmlsoft.org/XSLT/
 Docdir: %{prefix}/doc
 
 %description
 This C library allows to transform XML files into other XML files
 (or HTML, text, ...) using the standard XSLT stylesheet transformation
-mechanism. To use it you need to have a version of libxml2 >= 2.3.0
+mechanism. To use it you need to have a version of libxml2 >= 2.3.3
 installed.
 
 %package devel
@@ -30,7 +30,7 @@ Requires: libxml2-devel >= 2.3.2
 %description devel
 This C library allows to transform XML files into other XML files
 (or HTML, text, ...) using the standard XSLT stylesheet transformation
-mechanism. To use it you need to have a version of libxml2 >= 2.3.0
+mechanism. To use it you need to have a version of libxml2 >= 2.3.3
 installed.
 
 %changelog