summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-03-10 11:51:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-03-10 11:51:20 +0000
commita051b16deac9244704527cc3e0dbb5fc99fd6fdc (patch)
treeb363ffdbdea01adb2fa674d2dbaf066907ed757b /NEWS
parent8b32490926f21bfe6bacdd0c82adaf86660b9a38 (diff)
downloadlibxslt-a051b16deac9244704527cc3e0dbb5fc99fd6fdc.tar.gz
various assorted small cleanups based on the Coverity reports Daniel
* libexslt/crypto.c libexslt/date.c libexslt/saxon.c libxslt/attributes.c libxslt/imports.c libxslt/pattern.c libxslt/preproc.c libxslt/transform.c libxslt/variables.c libxslt/xslt.c libxslt/xsltutils.c: various assorted small cleanups based on the Coverity reports Daniel
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS56
1 files changed, 25 insertions, 31 deletions
diff --git a/NEWS b/NEWS
index 4fa7c1cb..0fd39e7d 100644
--- a/NEWS
+++ b/NEWS
@@ -11,51 +11,45 @@ to the CVS at
http://cvs.gnome.org/viewcvs/libxslt/
code base.Those are the public releases made:
1.1.15: Sep 04 2005:
- - build fixes: Windows build cleanups and updates (Igor Zlatkovic), remove
- jhbuild warnings
- - bug fixes: negative number formatting (William Brack), number formatting
- per mille definition (William Brack), XInclude default values (William),
- text copy bugs (William), bug related to xmlXPathContext size, reuse
- libxml2 memory management for text nodes, dictionnary text bug, forbid
- variables in match (needs libxml2-2.6.21)
- - improvements: EXSLT dyn:map (Mark Vakoc),
-
+ - build fixes: Windows build cleanups and updates (Igor Zlatkovic),
+ remove jhbuild warnings
+ - bug fixes: negative number formatting (William Brack), number
+ formatting per mille definition (William Brack), XInclude default values
+ (William), text copy bugs (William), bug related to xmlXPathContext size,
+ reuse libxml2 memory management for text nodes, dictionnary text bug,
+ forbid variables in match (needs libxml2-2.6.21)
+ - improvements: EXSLT dyn:map (Mark Vakoc),
- documentation: EXSLT date and time functions namespace in man (Jonathan
- Wakely)
+ Wakely)
1.1.14: Apr 02 2005:
- 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)
+ (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)
- improvement: added a --nodict mode to xsltproc to check problems for
- docuemtns without dictionnaries
-
+ docuemtns without dictionnaries
1.1.13: Mar 13 2005:
- build fixes: 64bits cleanup (William Brack), python 2.4 test (William),
- LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes
- (Joel Reed), libgcrypt-devel requires for RPM spec.
-
+ LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes (Joel
+ Reed), libgcrypt-devel requires for RPM spec.
- bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template
- should not change the current template rule (William Brack), evaluation
- of global variables (William Brack), RVT's in XPath predicates (William),
- namespace URI on template names (Mark Vakoc), stat() for Windows patch
- (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of
- memory detection misses (William), parserOptions propagation (William),
- exclude-result-prefixes fix (William), // patten fix (William).
-
- - extensions: module support (Joel Reed), dictionnary based speedups
- trying to get rid of xmlStrEqual as much as possible.
-
+ should not change the current template rule (William Brack), evaluation
+ of global variables (William Brack), RVT's in XPath predicates (William),
+ namespace URI on template names (Mark Vakoc), stat() for Windows patch
+ (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of
+ memory detection misses (William), parserOptions propagation (William),
+ exclude-result-prefixes fix (William), // patten fix (William).
+ - extensions: module support (Joel Reed), dictionnary based speedups
+ trying to get rid of xmlStrEqual as much as possible.
- documentation: added Wiki (Joel Reed)
-
1.1.12: Oct 29 2004:
- build fixes: warnings removal (William).
- bug fixes: attribute document pointer fix (Mark Vakoc), exslt date