summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2007-01-24 19:08:38 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2007-01-24 19:08:38 +0000
commit77849f1aa55ccf8b7c395256ce33a0a277c30771 (patch)
tree35fbbd8862b6232a1053287a50c20ad329b52d4a /NEWS
parentba3e40899a0afef8161a0beb79211b346c65a1c6 (diff)
downloadlibxslt-77849f1aa55ccf8b7c395256ce33a0a277c30771.tar.gz
libxslt-77849f1aa55ccf8b7c395256ce33a0a277c30771.tar.bz2
libxslt-77849f1aa55ccf8b7c395256ce33a0a277c30771.zip
added check for memory allocation error (bug #400242); fixed "type-punned
* libxslt/pattern.c: added check for memory allocation error (bug #400242); fixed "type-punned pointer" warnings. * libxslt/xsltutils.c: added checks for memory allocation error (bug #400242) * restored NEWS, doc/EXSLT/downloads.html which mysteriously disappeared from svn svn path=/trunk/; revision=1419
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24933fc6..dcf3533a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,18 @@ ChangeLog.html
to the CVS at
http://cvs.gnome.org/viewcvs/libxslt/
code base.Those are the public releases made:
+1.1.20: Jan 17 2007:
+ - Portability fixes: strict aliasing fix (Marcus Meissner), BSD portability
+ patches (Roland Illig)
+ - 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)
+ - 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)
+
+
1.1.19: Nov 29 2006:
- Bug fixes: entities within attributes (William Brack), Python detection
problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result