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

preparing release of 1.1.20 small patch for missing includes on some BSD,

* configure.in doc/*: preparing release of 1.1.20
* libexslt/crypto.c: small patch for missing includes on some BSD,
  fixes #397373
* configure.in: replace == by = in test, raised by Roland Illig,
  should fix #397371
Daniel

svn path=/trunk/; revision=1418
This commit is contained in:
Daniel Veillard
2007-01-17 14:40:20 +00:00
parent bb599795eb
commit ba3e40899a
7 changed files with 47 additions and 27 deletions

View File

@@ -304,6 +304,18 @@ 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.20: Jan 17 2007</h3>
<ul>
<li>Portability fixes: strict aliasing fix (Marcus Meissner), BSD portability
patches (Roland Illig)</li>
<li>Bug fixes: Result Value Tree handling fix (William Brack), function
parameters fix (William), uninitialized variable (Kjartan Maraas),
empty text node handling (William), plugin support and test fixes (William),
fragment support fixes (William)</li>
<li>Improvements: python stylesheet compare and transform context
access (Nic Ferrier), EXSLT string replace support (Joel Reed),
xsltproc better low level error handling (Mike Hommey and William)</li>
</ul>
<h3>1.1.19: Nov 29 2006</h3>
<ul>
<li>Bug fixes: entities within attributes (William Brack), Python detection