mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
removed tab used spaces preparing 1.0.12 rebuild/updated Daniel
* python/*.py: removed tab used spaces * configure.in libxslt/xsltwin32config.h: preparing 1.0.12 * doc/news.html doc/xslt.html: rebuild/updated Daniel
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Mon Feb 11 19:40:34 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/*.py: removed tab used spaces
|
||||||
|
* configure.in libxslt/xsltwin32config.h: preparing 1.0.12
|
||||||
|
* doc/news.html doc/xslt.html: rebuild/updated
|
||||||
|
|
||||||
Mon Feb 11 16:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
|
Mon Feb 11 16:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* tests/docs/Makefile.am tests/docs/bug-73.xml
|
* tests/docs/Makefile.am tests/docs/bug-73.xml
|
||||||
|
@ -6,12 +6,12 @@ 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=11
|
LIBXSLT_MICRO_VERSION=12
|
||||||
PACKAGE=libxslt
|
PACKAGE=libxslt
|
||||||
LIBEXSLT_MAJOR_VERSION=0
|
LIBEXSLT_MAJOR_VERSION=0
|
||||||
LIBEXSLT_MINOR_VERSION=7
|
LIBEXSLT_MINOR_VERSION=7
|
||||||
LIBEXSLT_MICRO_VERSION=4
|
LIBEXSLT_MICRO_VERSION=4
|
||||||
LIBXML_REQUIRED_VERSION=2.4.14
|
LIBXML_REQUIRED_VERSION=2.4.15
|
||||||
|
|
||||||
|
|
||||||
LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION
|
LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION
|
||||||
|
@ -75,6 +75,11 @@ 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.12: Feb 11 2002</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed the makefiles especially the python module ones</li>
|
||||||
|
<li>half a dozen bugs fixes including 2 old ones</li>
|
||||||
|
</ul>
|
||||||
<h3>1.0.11: Feb 8 2002</h3>
|
<h3>1.0.11: Feb 8 2002</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Change of Licence to the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
|
<li>Change of Licence to the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
|
||||||
|
@ -234,6 +234,12 @@ 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.12: Feb 11 2002</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed the makefiles especially the python module ones</li>
|
||||||
|
<li>half a dozen bugs fixes including 2 old ones</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3>1.0.11: Feb 8 2002</h3>
|
<h3>1.0.11: Feb 8 2002</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Change of Licence to the <a
|
<li>Change of Licence to the <a
|
||||||
|
@ -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.11"
|
#define LIBXSLT_DOTTED_VERSION "1.0.12"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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 10011
|
#define LIBXSLT_VERSION 10012
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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 "10011"
|
#define LIBXSLT_VERSION_STRING "10012"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WITH_XSLT_DEBUG:
|
* WITH_XSLT_DEBUG:
|
||||||
|
Reference in New Issue
Block a user