preparing release 1.0.20 updated and regenerated the docs Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Fri, 23 Aug 2002 12:01:09 +0000 (12:01 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Fri, 23 Aug 2002 12:01:09 +0000 (12:01 +0000)
* configure.in: preparing release 1.0.20
* doc/*: updated and regenerated the docs
Daniel

ChangeLog
configure.in
doc/contribs.html
doc/news.html
doc/xslt.html
libxslt/xsltwin32config.h

index db0424e..828e5cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 23 13:53:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+       * configure.in: preparing release 1.0.20
+       * doc/*: updated and regenerated the docs
+
 Wed Aug 21 21:27:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
        * libxslt/templates.c: fixed a bug w.r.t. namespace context when
index 34b7063..b2cff12 100644 (file)
@@ -6,12 +6,12 @@ dnl libexslt is an extension
 dnl
 LIBXSLT_MAJOR_VERSION=1
 LIBXSLT_MINOR_VERSION=0
-LIBXSLT_MICRO_VERSION=19
+LIBXSLT_MICRO_VERSION=20
 PACKAGE=libxslt
 LIBEXSLT_MAJOR_VERSION=0
 LIBEXSLT_MINOR_VERSION=7
-LIBEXSLT_MICRO_VERSION=10
-LIBXML_REQUIRED_VERSION=2.4.17
+LIBEXSLT_MICRO_VERSION=11
+LIBXML_REQUIRED_VERSION=2.4.23
 
 
 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION
index f0d0bde..3be4b7d 100644 (file)
@@ -110,7 +110,7 @@ A:link, A:visited, A:active { text-decoration: underline }
   <li>If you want to use libxslt in a Mac OS X/Cocoa or Objective-C
     framework, Marc Liyanage provides <a href="http://www.entropy.ch/software/macosx/#testxslt">an application
     TestXSLT for XSLT and XML editing</a> including wrapper classes for the
-    XML parser and XSLT processor. </li>
+    XML parser and XSLT processor.</li>
 </ul>
 <p>I'm still waiting for someone to contribute a simple XSLT processing
 module for Apache :-)</p>
index 2dcf7de..483b14a 100644 (file)
@@ -77,6 +77,16 @@ A:link, A:visited, A:active { text-decoration: underline }
 <td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd">
 <h3>CVS only : check the <a href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file
 for a really accurate description</h3>
+<h3>1.0.20: Aug 23 2002</h3>
+<ul>
+<li>Windows makefile updates (Igor) and x86-64 (Frederic Crozat)</li>
+  <li>fixed HTML meta tag saving for Mac/IE users</li>
+  <li>possible leak patches from Nathan Myers</li>
+  <li>try to handle document('') as best as possible depending in the
+  cases</li>
+  <li>Fixed the DocBook stylesheets handling problem</li>
+  <li>Fixed a few XSLT reported errors</li>
+</ul>
 <h3>1.0.19:  July 6 2002</h3>
 <ul>
 <li>EXSLT: dynamic functions and date support bug fixes (Mark Vakoc)</li>
index de37deb..4a8e71c 100644 (file)
@@ -237,6 +237,17 @@ 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>1.0.20: Aug 23 2002</h3>
+<ul>
+  <li>Windows makefile updates (Igor) and x86-64 (Frederic Crozat)</li>
+  <li>fixed HTML meta tag saving for Mac/IE users</li>
+  <li>possible leak patches from Nathan Myers</li>
+  <li>try to handle document('') as best as possible depending in the
+  cases</li>
+  <li>Fixed the DocBook stylesheets handling problem</li>
+  <li>Fixed a few XSLT reported errors</li>
+</ul>
+
 <h3>1.0.19:  July 6 2002</h3>
 <ul>
   <li>EXSLT: dynamic functions and date support bug fixes (Mark Vakoc)</li>
@@ -1875,7 +1886,7 @@ close the connection to the database to keep the same example.</p>
     framework, Marc Liyanage provides <a
     href="http://www.entropy.ch/software/macosx/#testxslt">an application
     TestXSLT for XSLT and XML editing</a> including wrapper classes for the
-    XML parser and XSLT processor. </li>
+    XML parser and XSLT processor.</li>
 </ul>
 
 <p>I'm still waiting for someone to contribute a simple XSLT processing
index 6ce89ab..56718ab 100644 (file)
@@ -21,21 +21,21 @@ extern "C" {
  *
  * the version string like "1.2.3"
  */
-#define LIBXSLT_DOTTED_VERSION "1.0.19"
+#define LIBXSLT_DOTTED_VERSION "1.0.20"
 
 /**
  * LIBXSLT_VERSION:
  *
  * the version number: 1.2.3 value is 1002003
  */
-#define LIBXSLT_VERSION 10019
+#define LIBXSLT_VERSION 10020
 
 /**
  * LIBXSLT_VERSION_STRING:
  *
  * the version number string, 1.2.3 value is "1002003"
  */
-#define LIBXSLT_VERSION_STRING "10019"
+#define LIBXSLT_VERSION_STRING "10020"
 
 /**
  * WITH_XSLT_DEBUG: