mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
preparing release 1.1.6 keep the ChangeLog compressed Daniel
* configure.in doc/*: preparing release 1.1.6 * libxslt.spec.in: keep the ChangeLog compressed Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Mon Apr 19 00:39:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* configure.in doc/*: preparing release 1.1.6
|
||||||
|
* libxslt.spec.in: keep the ChangeLog compressed
|
||||||
|
|
||||||
Mon Apr 5 15:23:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
Mon Apr 5 15:23:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* libxslt/keys.c: fixed a stupid cut'npaste bug #139132
|
* libxslt/keys.c: fixed a stupid cut'npaste bug #139132
|
||||||
|
4
NEWS
4
NEWS
@@ -5,6 +5,10 @@
|
|||||||
http://xmlsoft.org/XSLT/news.html
|
http://xmlsoft.org/XSLT/news.html
|
||||||
|
|
||||||
Those are the public releases made:
|
Those are the public releases made:
|
||||||
|
1.1.6: Apr 18 2004:
|
||||||
|
- 2 bug fixes about keys fixed one by Mark Vakoc
|
||||||
|
|
||||||
|
|
||||||
1.1.5: Mar 23 2004:
|
1.1.5: Mar 23 2004:
|
||||||
- performance: use dictionnary lookup for variables
|
- performance: use dictionnary lookup for variables
|
||||||
- remove use of _private from source documents
|
- remove use of _private from source documents
|
||||||
|
@@ -6,7 +6,7 @@ dnl libexslt is an extension
|
|||||||
dnl
|
dnl
|
||||||
LIBXSLT_MAJOR_VERSION=1
|
LIBXSLT_MAJOR_VERSION=1
|
||||||
LIBXSLT_MINOR_VERSION=1
|
LIBXSLT_MINOR_VERSION=1
|
||||||
LIBXSLT_MICRO_VERSION=5
|
LIBXSLT_MICRO_VERSION=6
|
||||||
PACKAGE=libxslt
|
PACKAGE=libxslt
|
||||||
LIBEXSLT_MAJOR_VERSION=0
|
LIBEXSLT_MAJOR_VERSION=0
|
||||||
LIBEXSLT_MINOR_VERSION=8
|
LIBEXSLT_MINOR_VERSION=8
|
||||||
|
@@ -40,11 +40,11 @@ related I will approve it.. Please do not send me mail directly especially
|
|||||||
for portability problem, it makes things really harder to track and in some
|
for portability problem, it makes things really harder to track and in some
|
||||||
cases I'm not the best person to answer a given question, ask the list
|
cases I'm not the best person to answer a given question, ask the list
|
||||||
instead. <strong>Do not send code, I won't debug it</strong> (but patches are
|
instead. <strong>Do not send code, I won't debug it</strong> (but patches are
|
||||||
really appreciated!).</p><p>Please note that with the current amount of virus and SPAM, sending
|
really appreciated!).</p><p>Please note that with the current amount of virus and SPAM, sending mail
|
||||||
mail to the list without being subscribed won't work. There is *far too
|
to the list without being subscribed won't work. There is *far too many
|
||||||
many bounces* (in the order of a thousand a day !) I cannot approve them
|
bounces* (in the order of a thousand a day !) I cannot approve them manually
|
||||||
manually anymore. If your mail to the list bounced waiting for administrator
|
anymore. If your mail to the list bounced waiting for administrator approval,
|
||||||
approval, it is LOST ! Repost it and fix the problem triggering the error.</p><p>Check the following too <span style="color: #E50000">before
|
it is LOST ! Repost it and fix the problem triggering the error.</p><p>Check the following too <span style="color: #E50000">before
|
||||||
posting</span>:</p><ul><li><a href="search.php">use the search engine</a> to get informations
|
posting</span>:</p><ul><li><a href="search.php">use the search engine</a> to get informations
|
||||||
related to your problem.</li>
|
related to your problem.</li>
|
||||||
<li>make sure you are <a href="ftp://xmlsoft.org/">using a recent
|
<li>make sure you are <a href="ftp://xmlsoft.org/">using a recent
|
||||||
|
@@ -8,13 +8,18 @@
|
|||||||
</vendor>
|
</vendor>
|
||||||
<product id="libxslt">
|
<product id="libxslt">
|
||||||
<name>libxslt</name>
|
<name>libxslt</name>
|
||||||
<version>1.1.4</version>
|
<version>1.1.5</version>
|
||||||
<last-release> Feb 23 2004</last-release>
|
<last-release> Mar 23 2004</last-release>
|
||||||
<info-url>http://xmlsoft.org/XSLT/</info-url>
|
<info-url>http://xmlsoft.org/XSLT/</info-url>
|
||||||
<changes> - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with
|
<changes> - performance: use dictionnary lookup for variables
|
||||||
Yelp, extension problem
|
- remove use of _private from source documents
|
||||||
- display extension modules (Steve Little)
|
- cleanup of "make tests" output
|
||||||
- Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
|
- bugfixes: AVT in local variables, use localtime_r to avoid thread
|
||||||
|
troubles (William), dictionary handling bug (William), limited number of
|
||||||
|
stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
|
||||||
|
superfluous namespace (William), xsltproc error code on
|
||||||
|
<xsl:message> halt, OpenVMS fix, dictionnary reference counting
|
||||||
|
change.
|
||||||
|
|
||||||
</changes>
|
</changes>
|
||||||
</product>
|
</product>
|
||||||
|
@@ -7,7 +7,8 @@ H1 {font-family: Verdana,Arial,Helvetica}
|
|||||||
H2 {font-family: Verdana,Arial,Helvetica}
|
H2 {font-family: Verdana,Arial,Helvetica}
|
||||||
H3 {font-family: Verdana,Arial,Helvetica}
|
H3 {font-family: Verdana,Arial,Helvetica}
|
||||||
A:link, A:visited, A:active { text-decoration: underline }
|
A:link, A:visited, A:active { text-decoration: underline }
|
||||||
</style><title>News</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C logo" /></a><a href="http://www.redhat.com"><img src="redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XSLT C library for Gnome</h1><h2>News</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="news.html">News</a></li><li><a href="xsltproc2.html">The xsltproc tool</a></li><li><a href="docbook.html">DocBook</a></li><li><a href="API.html">The programming API</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="internals.html">Library internals</a></li><li><a href="extensions.html">Writing extensions</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold">libexslt</a></li><li><a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="tutorial/libxslttutorial.html">Tutorial</a></li><li><a href="xsltproc.html">Man page for xsltproc</a></li><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><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"><p>Those are the public releases made:</p><h3>1.1.5: Mar 23 2004</h3><ul><li>performance: use dictionnary lookup for variables</li>
|
</style><title>News</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C logo" /></a><a href="http://www.redhat.com"><img src="redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XSLT C library for Gnome</h1><h2>News</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="intro.html">Introduction</a></li><li><a href="docs.html">Documentation</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="help.html">How to help</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="news.html">News</a></li><li><a href="xsltproc2.html">The xsltproc tool</a></li><li><a href="docbook.html">DocBook</a></li><li><a href="API.html">The programming API</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="internals.html">Library internals</a></li><li><a href="extensions.html">Writing extensions</a></li><li><a href="contribs.html">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold">libexslt</a></li><li><a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold">API Menu</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="tutorial/libxslttutorial.html">Tutorial</a></li><li><a href="xsltproc.html">Man page for xsltproc</a></li><li><a href="http://mail.gnome.org/archives/xslt/">Mail archive</a></li><li><a href="http://xmlsoft.org/">XML libxml</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li><li><a href="http://xsldbg.sourceforge.net/">Xsldbg Debugger</a></li><li><a href="http://www.mod-xslt.com/mod-xslt/">Apache module</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table></td></tr></table></td><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"><p>Those are the public releases made:</p><h3>1.1.6: Apr 18 2004</h3><ul><li>2 bug fixes about keys fixed one by Mark Vakoc</li>
|
||||||
|
</ul><h3>1.1.5: Mar 23 2004</h3><ul><li>performance: use dictionnary lookup for variables</li>
|
||||||
<li>remove use of _private from source documents</li>
|
<li>remove use of _private from source documents</li>
|
||||||
<li>cleanup of "make tests" output</li>
|
<li>cleanup of "make tests" output</li>
|
||||||
<li>bugfixes: AVT in local variables, use localtime_r to avoid thread
|
<li>bugfixes: AVT in local variables, use localtime_r to avoid thread
|
||||||
|
@@ -127,11 +127,12 @@ for portability problem, it makes things really harder to track and in some
|
|||||||
cases I'm not the best person to answer a given question, ask the list
|
cases I'm not the best person to answer a given question, ask the list
|
||||||
instead. <strong>Do not send code, I won't debug it</strong> (but patches are
|
instead. <strong>Do not send code, I won't debug it</strong> (but patches are
|
||||||
really appreciated!).</p>
|
really appreciated!).</p>
|
||||||
<p>Please note that with the current amount of virus and SPAM, sending
|
|
||||||
mail to the list without being subscribed won't work. There is *far too
|
<p>Please note that with the current amount of virus and SPAM, sending mail
|
||||||
many bounces* (in the order of a thousand a day !) I cannot approve them
|
to the list without being subscribed won't work. There is *far too many
|
||||||
manually anymore. If your mail to the list bounced waiting for administrator
|
bounces* (in the order of a thousand a day !) I cannot approve them manually
|
||||||
approval, it is LOST ! Repost it and fix the problem triggering the error.</p>
|
anymore. If your mail to the list bounced waiting for administrator approval,
|
||||||
|
it is LOST ! Repost it and fix the problem triggering the error.</p>
|
||||||
|
|
||||||
<p>Check the following too <span style="color: #E50000">before
|
<p>Check the following too <span style="color: #E50000">before
|
||||||
posting</span>:</p>
|
posting</span>:</p>
|
||||||
@@ -294,6 +295,11 @@ platform, get in touch with me to upload the package. I will keep them in the
|
|||||||
|
|
||||||
<p>Those are the public releases made:</p>
|
<p>Those are the public releases made:</p>
|
||||||
|
|
||||||
|
<h3>1.1.6: Apr 18 2004</h3>
|
||||||
|
<ul>
|
||||||
|
<li>2 bug fixes about keys fixed one by Mark Vakoc</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3>1.1.5: Mar 23 2004</h3>
|
<h3>1.1.5: Mar 23 2004</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>performance: use dictionnary lookup for variables</li>
|
<li>performance: use dictionnary lookup for variables</li>
|
||||||
|
@@ -56,6 +56,7 @@ with XPath functions written in Python.
|
|||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
gzip -9 ChangeLog
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
@@ -74,7 +75,7 @@ rm -fr %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
|
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
|
||||||
%doc doc/*.html doc/html doc/tutorial doc/*.gif
|
%doc doc/*.html doc/html doc/tutorial doc/*.gif
|
||||||
%doc %{_mandir}/man1/xsltproc.1*
|
%doc %{_mandir}/man1/xsltproc.1*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
@@ -83,7 +84,7 @@ rm -fr %{buildroot}
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
|
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
|
||||||
%doc doc/libxslt-api.xml
|
%doc doc/libxslt-api.xml
|
||||||
%doc doc/libxslt-refs.xml
|
%doc doc/libxslt-refs.xml
|
||||||
%doc doc/EXSLT/libexslt-api.xml
|
%doc doc/EXSLT/libexslt-api.xml
|
||||||
@@ -102,7 +103,7 @@ rm -fr %{buildroot}
|
|||||||
%files python
|
%files python
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%doc AUTHORS ChangeLog NEWS README Copyright FEATURES
|
%doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES
|
||||||
%{_libdir}/python*/site-packages/libxslt.py
|
%{_libdir}/python*/site-packages/libxslt.py
|
||||||
%{_libdir}/python*/site-packages/libxsltmod*
|
%{_libdir}/python*/site-packages/libxsltmod*
|
||||||
%doc python/TODO
|
%doc python/TODO
|
||||||
|
@@ -23,21 +23,21 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* the version string like "1.2.3"
|
* the version string like "1.2.3"
|
||||||
*/
|
*/
|
||||||
#define LIBXSLT_DOTTED_VERSION "1.1.5"
|
#define LIBXSLT_DOTTED_VERSION "1.1.6"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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 10105
|
#define LIBXSLT_VERSION 10106
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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 "10105"
|
#define LIBXSLT_VERSION_STRING "10106"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WITH_XSLT_DEBUG:
|
* WITH_XSLT_DEBUG:
|
||||||
|
Reference in New Issue
Block a user