1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-08 21:42:07 +03:00

preparing release of 1.1.14, updated docs and rebuilt. Daniel

* configure.in NEWS doc/*: preparing release of 1.1.14, updated docs
  and rebuilt.
Daniel
This commit is contained in:
Daniel Veillard
2005-04-02 11:43:03 +00:00
parent c840346b26
commit e8ed43e8f6
48 changed files with 340 additions and 199 deletions

View File

@@ -297,6 +297,17 @@ to the <a href="http://cvs.gnome.org/viewcvs/libxslt/">CVS</a> code base.</p>
<p>Those are the public releases made:</p>
<h3>1.1.14: Apr 02 2005</h3>
<ul>
<li>bug fixes: text node on stylesheet document without a dictionary
(William Brack), more checking of XSLT syntax, calling xsltInit() multiple
times, mode values interning raised by Mark Vakoc, bug in pattern
matching with ancestors, bug in patterna matching with cascading select,
xinclude and document() problem, build outside of source tree (Mike
Castle)</li>
<li>improvement: added a --nodict mode to xsltproc to check problems for
docuemtns without dictionnaries
</ul>
<h3>1.1.13: Mar 13 2005</h3>
<ul>
<li>build fixes: 64bits cleanup (William Brack), python 2.4 test (William),