summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-11-17 17:34:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-11-17 17:34:43 +0000
commit36ec239c2a443a8be5561b93705492100687c7fa (patch)
tree4ce689771c9bacc0394aced7ca1b0e31aaab0bd7
parentccc85690128fd0cdd9dae9781b89653255ade2e8 (diff)
downloadlibxslt-36ec239c2a443a8be5561b93705492100687c7fa.tar.gz
preparing 1.0.23 rebuilding the docs DanielLIBXSLT_1_0_23
* configure.in: preparing 1.0.23 * doc/*: rebuilding the docs Daniel
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
-rw-r--r--doc/libxslt-decl.txt12
-rw-r--r--doc/news.html11
-rw-r--r--doc/xslt.html12
-rw-r--r--libxslt/xsltwin32config.h6
6 files changed, 39 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index c529e7c1..993d6a12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 17 18:12:20 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+ * configure.in: preparing 1.0.23
+ * doc/*: rebuilding the docs
+
Sat Nov 16 23:23:41 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/libxslt.c: make sure to register EXSLT for the bindings
diff --git a/configure.in b/configure.in
index 2c6f4801..43f51cee 100644
--- a/configure.in
+++ b/configure.in
@@ -6,11 +6,11 @@ dnl libexslt is an extension
dnl
LIBXSLT_MAJOR_VERSION=1
LIBXSLT_MINOR_VERSION=0
-LIBXSLT_MICRO_VERSION=22
+LIBXSLT_MICRO_VERSION=23
PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=7
-LIBEXSLT_MICRO_VERSION=13
+LIBEXSLT_MICRO_VERSION=14
LIBXML_REQUIRED_VERSION=2.4.23
diff --git a/doc/libxslt-decl.txt b/doc/libxslt-decl.txt
index b7ff8be8..c0c26987 100644
--- a/doc/libxslt-decl.txt
+++ b/doc/libxslt-decl.txt
@@ -1,14 +1,14 @@
<MACRO>
<NAME>LIBXSLT_DOTTED_VERSION</NAME>
-#define LIBXSLT_DOTTED_VERSION "1.0.22"
+#define LIBXSLT_DOTTED_VERSION "1.0.23"
</MACRO>
<MACRO>
<NAME>LIBXSLT_VERSION</NAME>
-#define LIBXSLT_VERSION 10022
+#define LIBXSLT_VERSION 10023
</MACRO>
<MACRO>
<NAME>LIBXSLT_VERSION_STRING</NAME>
-#define LIBXSLT_VERSION_STRING "10022"
+#define LIBXSLT_VERSION_STRING "10023"
</MACRO>
<MACRO>
<NAME>WITH_XSLT_DEBUG</NAME>
@@ -1082,15 +1082,15 @@ void
</FUNCTION>
<MACRO>
<NAME>LIBXSLT_DOTTED_VERSION</NAME>
-#define LIBXSLT_DOTTED_VERSION "1.0.22"
+#define LIBXSLT_DOTTED_VERSION "1.0.23"
</MACRO>
<MACRO>
<NAME>LIBXSLT_VERSION</NAME>
-#define LIBXSLT_VERSION 10022
+#define LIBXSLT_VERSION 10023
</MACRO>
<MACRO>
<NAME>LIBXSLT_VERSION_STRING</NAME>
-#define LIBXSLT_VERSION_STRING "10022"
+#define LIBXSLT_VERSION_STRING "10023"
</MACRO>
<MACRO>
<NAME>WITH_XSLT_DEBUG</NAME>
diff --git a/doc/news.html b/doc/news.html
index f1880fe6..f800b2ba 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -83,6 +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.23: Nov 17 2002</h3>
+<ul>
+<li>Windows build cleanup (Igor)</li>
+ <li>Unix build and RPM packaging cleanup</li>
+ <li>Improvement of the python bindings: extension functions and activating
+ EXSLT</li>
+ <li>various bug fixes: number formatting, portability for bounded string
+ functions, CData nodes, key(), @*[...] patterns </li>
+ <li>Documentation improvements (John Fleck)</li>
+ <li>added libxslt.m4 (Thomas Schraitle)</li>
+</ul>
<h3>1.0.22: Oct 18 2002</h3>
<ul>
<li>Updates on the Windows Makefiles</li>
diff --git a/doc/xslt.html b/doc/xslt.html
index 90881a3b..5d49d2f3 100644
--- a/doc/xslt.html
+++ b/doc/xslt.html
@@ -237,6 +237,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.23: Nov 17 2002</h3>
+<ul>
+ <li>Windows build cleanup (Igor)</li>
+ <li>Unix build and RPM packaging cleanup</li>
+ <li>Improvement of the python bindings: extension functions and activating
+ EXSLT</li>
+ <li>various bug fixes: number formatting, portability for bounded string
+ functions, CData nodes, key(), @*[...] patterns </li>
+ <li>Documentation improvements (John Fleck)</li>
+ <li>added libxslt.m4 (Thomas Schraitle)</li>
+</ul>
+
<h3>1.0.22: Oct 18 2002</h3>
<ul>
<li>Updates on the Windows Makefiles</li>
diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h
index 5609e6a9..697d1f73 100644
--- a/libxslt/xsltwin32config.h
+++ b/libxslt/xsltwin32config.h
@@ -21,21 +21,21 @@ extern "C" {
*
* the version string like "1.2.3"
*/
-#define LIBXSLT_DOTTED_VERSION "1.0.22"
+#define LIBXSLT_DOTTED_VERSION "1.0.23"
/**
* LIBXSLT_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
-#define LIBXSLT_VERSION 10022
+#define LIBXSLT_VERSION 10023
/**
* LIBXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
-#define LIBXSLT_VERSION_STRING "10022"
+#define LIBXSLT_VERSION_STRING "10023"
/**
* WITH_XSLT_DEBUG: