1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-06-16 21:40:58 +03:00

preparing release 1.0.27 updated and rebuilt the docs Daniel

* configure.in: preparing release 1.0.27
* doc/*: updated and rebuilt the docs
Daniel
This commit is contained in:
Daniel Veillard
2003-02-24 21:22:53 +00:00
parent 67745b7d41
commit 00404eb173
7 changed files with 41 additions and 26 deletions

View File

@ -1,3 +1,8 @@
Mon Feb 24 22:21:09 CET 2003 Daniel Veillard <daniel@veillard.com>
* configure.in: preparing release 1.0.27
* doc/*: updated and rebuilt the docs
Mon Feb 24 19:43:15 CET 2003 Daniel Veillard <daniel@veillard.com> Mon Feb 24 19:43:15 CET 2003 Daniel Veillard <daniel@veillard.com>
* libxslt/namespaces.c: fixed #106554 for spurious xmlns:nsX="" * libxslt/namespaces.c: fixed #106554 for spurious xmlns:nsX=""

View File

@ -6,11 +6,11 @@ dnl libexslt is an extension
dnl dnl
LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MAJOR_VERSION=1
LIBXSLT_MINOR_VERSION=0 LIBXSLT_MINOR_VERSION=0
LIBXSLT_MICRO_VERSION=26 LIBXSLT_MICRO_VERSION=27
PACKAGE=libxslt PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=7 LIBEXSLT_MINOR_VERSION=7
LIBEXSLT_MICRO_VERSION=17 LIBEXSLT_MICRO_VERSION=18
LIBXML_REQUIRED_VERSION=2.5.2 LIBXML_REQUIRED_VERSION=2.5.2

View File

@ -113,15 +113,11 @@ A:link, A:visited, A:active { text-decoration: underline }
Python</a> Python</a>
</li> </li>
<li> <li>
<a href="mailto:Steve.Ball@zveno.com">Steve Ball</a>, <a href="mailto:Steve.Ball@zveno.com">Steve Ball</a>, <a href="http://www.zveno.com/">Zveno</a> and contributors maintain <a href="http://tclxml.sourceforge.net/">tcl bindings for libxml2 and
<a href="http://www.zveno.com/">Zveno</a> and contributors maintain libxslt</a>, as well as <a href="http://tclxml.sf.net/tkxmllint.html">tkxmllint</a> a GUI for
<a href="http://tclxml.sourceforge.net/">tcl bindings for libxml2 and libxslt</a>, as well as xmllint and <a href="http://tclxml.sf.net/tkxsltproc.html">tkxsltproc</a>
<a href="http://tclxml.sf.net/tkxmllint.html">tkxmllint</a> a GUI for a GUI for xsltproc.</li>
xmllint and <li>If you want to use libxslt in a Mac OS X/Cocoa or Objective-C
<a href="http://tclxml.sf.net/tkxsltproc.html">tkxsltproc</a> a GUI for
xsltproc.
</li>
<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 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 TestXSLT for XSLT and XML editing</a> including wrapper classes for the
XML parser and XSLT processor.</li> XML parser and XSLT processor.</li>

View File

@ -84,6 +84,12 @@ 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"> <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 <h3>CVS only : check the <a href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file
for a really accurate description</h3> for a really accurate description</h3>
<h3>1.0.27: Feb 24 2003</h3>
<ul>
<li>bug fixes: spurious xmlns:nsX=&quot;&quot; generation, serialization bug (in
libxml2), a namespace copy problem, errors in the RPM spec prereqs</li>
<li>Windows path canonicalization and document cache fix (Igor) </li>
</ul>
<h3>1.0.26: Feb 10 2003</h3> <h3>1.0.26: Feb 10 2003</h3>
<ul> <ul>
<li>Fixed 3 serious bugs in document() and stylesheet compilation which <li>Fixed 3 serious bugs in document() and stylesheet compilation which

View File

@ -111,9 +111,9 @@ or libxslt wrappers or bindings:</p>
bindings for libxslt within <a href="http://pmade.org/pjones/software/xmlwrapp/">xmlwrapp</a> bindings for libxslt within <a href="http://pmade.org/pjones/software/xmlwrapp/">xmlwrapp</a>
</li> </li>
<li> <li>
<a href="phillim2@comcast.net">Mike Phillips</a> provides a module using <a href="phillim2@comcast.net">Mike Phillips</a> provides a module
<a href="http://siasl.dyndns.org/projects/projects.html">libxslt for PHP</a>. using <a href="http://siasl.dyndns.org/projects/projects.html">libxslt
</li> for PHP</a>.</li>
</ul> </ul>
<p>The libxslt Python module depends on the <a href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p> <p>The libxslt Python module depends on the <a href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p>
<p>The distribution includes a set of Python bindings, which are garanteed to <p>The distribution includes a set of Python bindings, which are garanteed to

View File

@ -267,6 +267,13 @@ 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 href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file
for a really accurate description</h3> for a really accurate description</h3>
<h3>1.0.27: Feb 24 2003</h3>
<ul>
<li>bug fixes: spurious xmlns:nsX="" generation, serialization bug (in
libxml2), a namespace copy problem, errors in the RPM spec prereqs</li>
<li>Windows path canonicalization and document cache fix (Igor) </li>
</ul>
<h3>1.0.26: Feb 10 2003</h3> <h3>1.0.26: Feb 10 2003</h3>
<ul> <ul>
<li>Fixed 3 serious bugs in document() and stylesheet compilation which <li>Fixed 3 serious bugs in document() and stylesheet compilation which
@ -871,8 +878,9 @@ or libxslt wrappers or bindings:</p>
<li><a href="mailto:xmlwrapp@pmade.org">Peter Jones</a> maintains C++ <li><a href="mailto:xmlwrapp@pmade.org">Peter Jones</a> maintains C++
bindings for libxslt within <a bindings for libxslt within <a
href="http://pmade.org/pjones/software/xmlwrapp/">xmlwrapp</a></li> href="http://pmade.org/pjones/software/xmlwrapp/">xmlwrapp</a></li>
<li><a href="phillim2@comcast.net">Mike Phillips</a> provides a module using <li><a href="phillim2@comcast.net">Mike Phillips</a> provides a module
<a href="http://siasl.dyndns.org/projects/projects.html">libxslt for PHP</a>. using <a href="http://siasl.dyndns.org/projects/projects.html">libxslt
for PHP</a>.</li>
</ul> </ul>
<p>The libxslt Python module depends on the <a <p>The libxslt Python module depends on the <a
@ -1992,13 +2000,13 @@ close the connection to the database to keep the same example.</p>
<li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides <li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides
libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for
Python</a></li> Python</a></li>
<li><a href="mailto:Steve.Ball@zveno.com">Steve Ball</a>, <li><a href="mailto:Steve.Ball@zveno.com">Steve Ball</a>, <a
<a href="http://www.zveno.com/">Zveno</a> and contributors maintain href="http://www.zveno.com/">Zveno</a> and contributors maintain <a
<a href="http://tclxml.sourceforge.net/">tcl bindings for libxml2 and libxslt</a>, as well as href="http://tclxml.sourceforge.net/">tcl bindings for libxml2 and
<a href="http://tclxml.sf.net/tkxmllint.html">tkxmllint</a> a GUI for libxslt</a>, as well as <a
xmllint and href="http://tclxml.sf.net/tkxmllint.html">tkxmllint</a> a GUI for
<a href="http://tclxml.sf.net/tkxsltproc.html">tkxsltproc</a> a GUI for xmllint and <a href="http://tclxml.sf.net/tkxsltproc.html">tkxsltproc</a>
xsltproc. a GUI for xsltproc.</li>
<li>If you want to use libxslt in a Mac OS X/Cocoa or Objective-C <li>If you want to use libxslt in a Mac OS X/Cocoa or Objective-C
framework, Marc Liyanage provides <a framework, Marc Liyanage provides <a
href="http://www.entropy.ch/software/macosx/#testxslt">an application href="http://www.entropy.ch/software/macosx/#testxslt">an application

View File

@ -21,21 +21,21 @@ extern "C" {
* *
* the version string like "1.2.3" * the version string like "1.2.3"
*/ */
#define LIBXSLT_DOTTED_VERSION "1.0.26" #define LIBXSLT_DOTTED_VERSION "1.0.27"
/** /**
* LIBXSLT_VERSION: * LIBXSLT_VERSION:
* *
* the version number: 1.2.3 value is 1002003 * the version number: 1.2.3 value is 1002003
*/ */
#define LIBXSLT_VERSION 10026 #define LIBXSLT_VERSION 10027
/** /**
* LIBXSLT_VERSION_STRING: * LIBXSLT_VERSION_STRING:
* *
* the version number string, 1.2.3 value is "1002003" * the version number string, 1.2.3 value is "1002003"
*/ */
#define LIBXSLT_VERSION_STRING "10026" #define LIBXSLT_VERSION_STRING "10027"
/** /**
* WITH_XSLT_DEBUG: * WITH_XSLT_DEBUG: