diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 56 |
1 files changed, 25 insertions, 31 deletions
@@ -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 |