preparing release 1.0.26 Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 10 Feb 2003 16:47:44 +0000 (16:47 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 10 Feb 2003 16:47:44 +0000 (16:47 +0000)
* configure.in doc/*: preparing release 1.0.26
Daniel

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

index 36e0ed5..67171ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Feb 10 17:34:32 CET 2003 Daniel Veillard <daniel@veillard.com>
+
+       * configure.in doc/*: preparing release 1.0.26
+
 Fri Feb  7 15:47:20 CET 2003 Daniel Veillard <daniel@veillard.com>
 
        * libxslt/functions.c: fixing another bug in document(), bug #105450
index 74b0ae7..c403774 100644 (file)
@@ -6,11 +6,11 @@ dnl libexslt is an extension
 dnl
 LIBXSLT_MAJOR_VERSION=1
 LIBXSLT_MINOR_VERSION=0
-LIBXSLT_MICRO_VERSION=25
+LIBXSLT_MICRO_VERSION=26
 PACKAGE=libxslt
 LIBEXSLT_MAJOR_VERSION=0
 LIBEXSLT_MINOR_VERSION=7
-LIBEXSLT_MICRO_VERSION=16
+LIBEXSLT_MICRO_VERSION=17
 LIBXML_REQUIRED_VERSION=2.5.2
 
 
index 9ddfb50..9dfc621 100644 (file)
@@ -83,12 +83,17 @@ 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.26: Feb 10 2003</h3>
+<ul>
+<li>Fixed 3 serious bugs in document() and stylesheet compilation which
+    could lead to a crash</li>
+</ul>
 <h3>1.0.25: Feb 5 2003</h3>
 <ul>
 <li>Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C
     syntax pbm, 3 bugs reported by Eric van der Vlist</li>
   <li>Some XPath and XInclude related problems were actually fixed in
-    libxml2-2.5.2 </li>
+    libxml2-2.5.2</li>
   <li>Documentation: emphasize taht --docbook is not for XML docs.</li>
 </ul>
 <h3>1.0.24: Jan 14 2003</h3>
index a24e423..8013e41 100644 (file)
@@ -267,12 +267,18 @@ 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.26: Feb 10 2003</h3>
+<ul>
+  <li>Fixed 3 serious bugs in document() and stylesheet compilation which
+    could lead to a crash</li>
+</ul>
+
 <h3>1.0.25: Feb 5 2003</h3>
 <ul>
   <li>Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C
     syntax pbm, 3 bugs reported by Eric van der Vlist</li>
   <li>Some XPath and XInclude related problems were actually fixed in
-    libxml2-2.5.2 </li>
+    libxml2-2.5.2</li>
   <li>Documentation: emphasize taht --docbook is not for XML docs.</li>
 </ul>
 
index 3cce410..da3e2d6 100644 (file)
@@ -21,21 +21,21 @@ extern "C" {
  *
  * the version string like "1.2.3"
  */
-#define LIBXSLT_DOTTED_VERSION "1.0.25"
+#define LIBXSLT_DOTTED_VERSION "1.0.26"
 
 /**
  * LIBXSLT_VERSION:
  *
  * the version number: 1.2.3 value is 1002003
  */
-#define LIBXSLT_VERSION 10025
+#define LIBXSLT_VERSION 10026
 
 /**
  * LIBXSLT_VERSION_STRING:
  *
  * the version number string, 1.2.3 value is "1002003"
  */
-#define LIBXSLT_VERSION_STRING "10025"
+#define LIBXSLT_VERSION_STRING "10026"
 
 /**
  * WITH_XSLT_DEBUG: