4 Note that this is automatically generated from the news webpage at:
5 http://xmlsoft.org/XSLT/news.html
8 http://git.gnome.org/browse/libxslt/
10 to get a description of the recent commits.Those are the public releases made:
13 xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLED (Michael Bonfils),
14 Portability fix for testThreads.c (IlyaS),
15 FreeBSD portability fixes (Pedro F. Giffuni),
16 check for gmtime - on mingw* hosts will enable date-time function (Roumen Petrov),
17 use only native crypto-API for mingw* hosts (Roumen Petrov),
18 autogen: Only check for libtoolize (Colin Walters),
19 minimal mingw support (Roumen Petrov),
20 configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),
21 Fix a small out of tree compilation issue (Hao Hu),
22 Fix python generator to not use deprecated xmllib (Daniel Veillard),
23 link python module with python library (Frederic Crozat)
26 Tiny doc improvement (Daniel Veillard),
27 Various documentation fixes for docs on internals (C. M. Sperberg-McQueen)
30 Report errors on variable use in key (Daniel Veillard),
31 The XSLT namespace string is a constant one (Daniel Veillard),
32 Fix handling of names in xsl:attribute (Nick Wellnhofer),
33 Reserved namespaces in xsl:element and xsl:attribute (Nick Wellnhofer),
34 Null-terminate result string of cry:rc4_decrypt (Nick Wellnhofer),
35 EXSLT date normalization fix (James Muscat),
36 Exit after compilation of invalid func:result (Nick Wellnhofer),
37 Fix for EXSLT func:function (Nick Wellnhofer),
38 Rewrite EXSLT string:replace to be conformant (Nick Wellnhofer),
39 Avoid a heap use after free error (Chris Evans),
40 Fix a dictionary string usage (Chris Evans),
41 Output should not include extraneous newlines when indent is off (Laurence Rowe),
42 document('') fails to return stylesheets parsed from memory (Jason Viers),
43 xsltproc should return an error code if xinclude fails (Malcolm Purvis),
44 Forwards-compatible processing of unknown top level elements (Nick Wellnhofer),
45 Fix system-property with unknown namespace (Nick Wellnhofer),
46 Hardening of code checking node types in EXSLT (Daniel Veillard),
47 Hardening of code checking node types in various entry point (Daniel Veillard),
48 Cleanup of the pattern compilation code (Daniel Veillard),
49 Fix default template processing on namespace nodes (Daniel Veillard),
50 Fix a bug in selecting XSLT elements (Daniel Veillard),
51 Fixed bug #616839 (Daniel Mustieles),
52 Fix some case of pattern parsing errors (Abhishek Arya),
53 preproc: fix the build (Stefan Kost),
54 Fix a memory leak with xsl:number (Daniel Veillard),
55 Fix a problem with ESXLT date:add() with January (money_seshu Dronamraju),
56 Fix a memory leak if compiled with Windows locale support (Daniel Veillard),
57 Fix generate-id() to not expose object addresses (Daniel Veillard),
58 Fix curlies support in literals for non-compiled AVTs (Nick Wellnhofer),
59 Allow whitespace in xsl:variable with select (Nick Wellnhofer),
60 Small fixes to locale code (Nick Wellnhofer),
61 Fix bug 602515 (Nick Wellnhofer),
62 Fix popping of vars in xsltCompilerNodePop (Nick Wellnhofer),
63 Fix direct pattern matching bug (Nick Wellnhofer)
66 Add the saxon:systemId extension (Mike Hommey),
67 Add an append mode to document output (Daniel Veillard),
68 Add new tests to EXTRA_DIST (Nick Wellnhofer),
69 Test for bug #680920 (Nick Wellnhofer),
70 fix regresson in Various "make distcheck" and other fixes (Roumen Petrov),
71 Various "make distcheck" and other fixes (Daniel Richard G),
72 Fix portability to upcoming libxml2-2.9.0 (Daniel Veillard),
73 Adding --system flag support to autogen.sh (Daniel Veillard),
74 Allow per-context override of xsltMaxDepth, introduce xsltMaxVars (Jérôme Carretero),
75 autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
76 configure: support silent automake rules if possible (Stefan Kost),
77 Precompile patterns in xsl:number (Nick Wellnhofer),
78 Fix some warnings in the refactored code (Nick Wellnhofer),
79 Adding new generated files (Daniel Veillard),
80 profiling: add callgraph report (Stefan Kost)
83 Big space and tabs cleanup (Daniel Veillard),
84 Fix authors list (Daniel Veillard),
85 Cleanups some of the test makefiles (Daniel Richard),
86 Remove .cvsignore files which are not needed anymore (Daniel Veillard),
87 Cleanup some misplaced spaces and tabs (Daniel Veillard),
88 Augment list of ignored files (Daniel Veillard),
89 configure: remove checks for isinf and isnan as those are not used anyway (Stefan Kost),
90 Point to GIT for source code and a bit of cleanup (Daniel Veillard),
91 Get rid of specific build setup and STATIC_BINARIES (Daniel Veillard)
97 Add xsltProcessOneNode to exported symbols for lxml (Daniel Veillard)
100 Fix an idness generation problem (Daniel Veillard),
101 595612 Try to fix some locking problems (Daniel Veillard),
102 Fix a crash on misformed imported stylesheets (Daniel Veillard)
108 Add API versioning and various cleanups (Daniel Veillard),
109 xsl:sort lang support using the locale (Nick Wellnhofer and Roumen Petrov)
112 Fix the download links for Solaris (Daniel Veillard),
113 Fix makefile and spec file to include doc in rpm (Daniel Veillard)
116 Make sure testThreads is linked with pthreads (Daniel Veillard),
117 Fix potential crash on debug of extensions Solaris (Ben Walton),
118 applied patch from Roumen Petrov for mingw cross compilation problems (Roumen Petrov),
119 patch from Richard Jones to build shared libs with MinGW cross-compiler (Richard Jones),
120 fix include path when compiling with MinGW (Roumen Petrov),
121 portability fixes ( Nick Wellnhofer and Roumen Petrov)
124 Big fixes of pattern compilations (Nick Wellnhofer),
125 Fix uses of xmlAddChild for error handling (Daniel Veillard),
126 Detect deep recusion on function calls (Daniel Veillard),
127 Avoid an error in namespace generation (Martin),
128 Fix importing of encoding from included stylesheets (Nick Wellnhofer),
129 Fix problems with embedded stylesheets and namespaces (Martin),
130 QName parsing fix for patterns (Martin),
131 Crash compiling stylesheet with DTD (Martin),
132 Fix xsl:strip-space with namespace and wildcard (Nick Wellnhofer),
133 Fix a mutex deadlock on unregistered extensions (Nix),
134 567192 xsltproc --output option ignore --xinclude (Joachim Breitner),
135 Fix redundant headers in list (Daniel Veillard),
136 134754 Configure's --with-html-dir related fixes (Julio M. Merino Vidal),
137 305913 a serious problem in extensions reentrancy (Daniel Veillard),
138 Fix an idness issue when building the tree (Daniel Veillard),
139 Fixed indexing error reported by Ron Burk on the mailing list. (William M. Brack),
140 prevent some unchecked pointer accesses (Jake Goulding),
141 fix for CVE-2008-2935 libexslt RC4 encryption/decryption functions Daniel (Daniel Veillard),
142 avoid a quadratic behaviour when hitting duplicates (Daniel Veillard),
143 544829 fixed option --with-debugger (Arun Ragnavan),
144 541965 fixed incorrect argument popping in exsltMathAtan2Function (William M. Brack),
145 fix problem with string check for element-available (Ron Burk),
146 539741 added code to handle literal within an AVT (William M. Brack)
149 Allow use of EXSLT outside XSLT (Martin),
150 Support Esperanto locale (Nick Wellnhofer),
151 Change how attributes are copied for id and speed (Daniel Veillard),
152 Add API versioning and various cleanups (Daniel Veillard),
153 Adding a test program to check thread reentrancy (Daniel Veillard),
154 big patch from finishing xsl:sort lang support (Roumen Petrov),
155 add xsl:sort lang support using the locale (Nick Wellnhofer)
158 Label xsltProcessOneNode as static (Daniel Veillard),
159 git setup (Daniel Veillard),
160 fixed typo detected by new libxml2 code (William M. Brack),
161 xsltExtFunctionLookup was defined but never implemented (Ralf Junker)
166 - Documentation: man page fix (Vincent Lefevre).
167 - Bug fixes: pattern bug fix, key initialization problems, exclusion of
168 unknown namespaced element on top of stylesheets, python generator
169 syntactic cleanup (Martin)
173 - Documentation: fix links for Cygwin DocBook setup (Philippe Bourcier),
174 xsltParseStylesheetDoc doc fix (Jason Viers), fix manpage default
176 - Bug fixes: python segfault (Daniel Gryniewicz), week-in-year bug fix
177 (Maurice van der Pot), fix python iterator problem (William Brack),
178 avoid garbage collection problems on str:tokenize and str:split
179 and function results (William Brack and Peter Pawlowski)
180 superfluous re-generation of keys (William Brack), remove superfluous
181 code in xsltExtInitTest (Tony Graham), func:result segfault fix
182 (William Brack), timezone offset problem (Peter Pawlowski),
183 - Portability fixes: old gcrypt support fix (Brent Cowgill), Python
184 portability patch (Stephane Bidoul), VS 2008 fix (Rob Richard)
188 - Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix
189 bug (William Brack), stylesheet compilation error handling (Rob Richards).
191 - Portability fixes: improve build with VS2005 (Rob Richards),
192 fixing build on AIX (Bjorn Wiberg), fix the security file checks on
193 Windows (Roland Schwarz and Rob Richards).
194 - Improvement: add an --encoding option to xsltproc (Drazen Kacar).
198 - Bug fixes: out of memory allocation errors (William Brack),
199 namespace problem on compound predicates (William Brack),
200 python space/tab inconsistencies (Andreas Hanke), hook xsl:message
201 to per transformation error callbacks (Shaun McCance),
202 cached RVT problem (William Brack), XPath context maintainance
203 on choose (William Brack), memory leaks in the math module (William
204 Brack), exclude-result-prefix induced namespace problem (William
206 - Build: configure setup for TRIO_REPLACE_STDIO (William Brack)
208 - Documentation: updated after change from CVs to SVN (William Brack)
212 - Portability fixes: strict aliasing fix (Marcus Meissner), BSD portability
213 patches (Roland Illig)
214 - Bug fixes: Result Value Tree handling fix (William Brack), function
215 parameters fix (William), uninitialized variable (Kjartan Maraas),
216 empty text node handling (William), plugin support and test fixes (William),
217 fragment support fixes (William)
218 - Improvements: python stylesheet compare and transform context
219 access (Nic Ferrier), EXSLT string replace support (Joel Reed),
220 xsltproc better low level error handling (Mike Hommey and William)
224 - Bug fixes: entities within attributes (William Brack), Python detection
225 problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result
226 value tree caching bug (William Brack)
230 - portability and build fixes: DESTDIR problem, build paths in python
231 shared lib, compile when libxml2 doesn't support XInclude (Gary Coady).
232 - bug fixes: a number of namespace related bugs (Kasimier Buchcik),
233 parameters bugs (Kasimier Buchcik), proximity position in predicates
234 of match patterns (Kasimier), exslt-node-set troubles with strings
235 (Kasimier), CDATA serialization, Python floats and booleans XPath
236 conversions, XInclude support fixes, RVT cleanup problem (William Brack
237 and Kasimier), attribute checking in stylesheets (Kasimier), xsltForEach
238 context problem (Kasimier), security check should pass full URLs (Shane
239 Corgatelli), security cleanup patch (Mikhail Zabaluev), some python
240 accessor for stylesheet were broken, memory errors when compiling
241 stylesheets (Mike Hommey), EXSLT current date end-of-month problem
243 - improvements: refactoring of namespace handling, value-of impleemntation
244 and template internal processing (Kasimier Buchcik), new xsltproc
245 flag to apply Xinclude to stylesheets.
246 - documentation: xsltproc man pages (Daniel Leidert), tests updates
247 (William Brack), various typo fixes (Daniel Leidert), comments on
248 versions macros (Peter Breitenlohner).
252 - portability fixes: python detection
253 - bug fixes: some regression tests, attribute/namespaces output (Kasimier
254 Buchcik), problem in mixed xsl:value-of and xsl:text uses (Kasimier)
255 - improvements: internal refactoring (Kasimier Buchcik), use of the XPath
256 object cache in libxml2-2.6.25 (Kasimier)
260 - portability fixes: EXSLT date/time on Solaris and IRIX (Albert Chin),
261 HP-UX build (Albert Chin),
263 - build fixes: Python detection(Joseph Sacco), plugin configurei
265 - bug fixes: pattern compilation fix(William Brack), EXSLT date/time
266 fix (Thomas Broyer), EXSLT function bug, potential loop on variable
267 eval, startup race (Christopher Palmer), debug statement left in python
268 (Nic Ferrier), various cleanup based on Coverity reports), error on
269 Out of memory condition (Charles Hardin), various namespace prefixes
270 fixes (Kasimier Buchcik),
271 - improvement: speed up sortingi, start of internals refactoring (Kasimier
273 - documentation: man page fixes and updates (Daniel Leidert)
278 - build fixes: Windows build cleanups and updates (Igor Zlatkovic),
279 remove jhbuild warnings
280 - bug fixes: negative number formatting (William Brack), number
281 formatting per mille definition (William Brack), XInclude default values
282 (William), text copy bugs (William), bug related to xmlXPathContext size,
283 reuse libxml2 memory management for text nodes, dictionary text bug,
284 forbid variables in match (needs libxml2-2.6.21)
285 - improvements: EXSLT dyn:map (Mark Vakoc),
286 - documentation: EXSLT date and time functions namespace in man (Jonathan
291 - bug fixes: text node on stylesheet document without a dictionary
292 (William Brack), more checking of XSLT syntax, calling xsltInit()
293 multiple times, mode values interning raised by Mark Vakoc, bug in
294 pattern matching with ancestors, bug in patterna matching with cascading
295 select, xinclude and document() problem, build outside of source tree
297 - improvement: added a --nodict mode to xsltproc to check problems for
298 docuemtns without dictionaries
302 - build fixes: 64bits cleanup (William Brack), python 2.4 test (William),
303 LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes (Joel
304 Reed), libgcrypt-devel requires for RPM spec.
305 - bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template
306 should not change the current template rule (William Brack), evaluation
307 of global variables (William Brack), RVT's in XPath predicates (William),
308 namespace URI on template names (Mark Vakoc), stat() for Windows patch
309 (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of
310 memory detection misses (William), parserOptions propagation (William),
311 exclude-result-prefixes fix (William), // patten fix (William).
312 - extensions: module support (Joel Reed), dictionary based speedups
313 trying to get rid of xmlStrEqual as much as possible.
314 - documentation: added Wiki (Joel Reed)
318 - build fixes: warnings removal (William).
319 - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date
320 negative periods (William Brack), generated tree structure fixes,
321 namespace lookup fix, use reentrant gmtime_r (William Brack),
322 exslt:funtion namespace fix (William), potential NULL pointer reference
323 (Dennis Dams, William), force string interning on generated
325 - documentation: update of the second tutorial (Panagiotis Louridas), add
326 exslt doc in rpm packages, fix the xsltproc man page.
330 - bug fixes: xsl:include problems (William Brack), UTF8 number pattern
331 (William), date-time validation (William), namespace fix (William),
332 various Exslt date fixes (William), error callback fixes, leak with
333 namespaced global variable, attempt to fix a weird problem #153137
334 - improvements: exslt:date-sum tests (Derek Poon)
335 - documentation: second tutorial by Panagiotis Lourida
339 - build fix: NUL in c file blocking compilation on Solaris, Windows build
341 - fix: key initialization problem (William Brack)
342 - documentation: fixed missing man page description for --path
346 - build fixes: missing tests (William Brack), Python dependancies, Python
347 on 64bits boxes, --with-crypto flag (Rob Richards),
348 - fixes: RVT key handling (William), Python binding (William and Sitsofe
349 Wheeler), key and XPath troubles (William), template priority on imports
350 (William), str:tokenize with empty strings (William), #default namespace
351 alias behaviour (William), doc ordering missing for main document
352 (William), 64bit bug (Andreas Schwab)
353 - improvements: EXSLT date:sum added (Joel Reed), hook for document
354 loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD
355 attributes, extend xsltproc --version with CVS stamp (William).
356 - Documentation: web page problem reported by Oliver Stoeneberg
360 - build fixes: Windows runtime options (Oliver Stoeneberg), Windows
361 binary package layout (Igor Zlatkovic), libgcrypt version test and link
363 - documentation: fix libxslt namespace name in doc (William)
364 - bug fixes: undefined namespace message (William Brack), search engine
365 (William), multiple namespace fixups (William), namespace fix for key
366 evaluation (William), Python memory debug bindings,
367 - improvements: crypto extensions for exslt (Joel Reed, William)
371 - build fix: warning about localtime_r on Solaris
372 - bug fix: UTF8 string tokenize (William Brack), subtle memory
373 corruption, linefeed after comment at document level (William),
374 disable-output-escaping problem (William), pattern compilation in deep
375 imported stylesheets (William), namespace extension prefix bug,
376 libxslt.m4 bug (Edward Rudd), namespace lookup for attribute, namespaced
381 - 2 bug fixes about keys fixed one by Mark Vakoc
385 - performance: use dictionary lookup for variables
386 - remove use of _private from source documents
387 - cleanup of "make tests" output
388 - bugfixes: AVT in local variables, use localtime_r to avoid thread
389 troubles (William), dictionary handling bug (William), limited number of
390 stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
391 superfluous namespace (William), xsltproc error code on
392 <xsl:message> halt, OpenVMS fix, dictionary reference counting
397 - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with
398 Yelp, extension problem
399 - display extension modules (Steve Little)
400 - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
404 - Rewrote the Attribute Value Template code, new XPath compilation
405 interfaces, dictionary reuses for XSLT with potential for serious
406 performance improvements.
407 - bug fixes: portability (William Brack), key() in node-set() results
408 (William), comment before doctype (William), math and node-set() problems
409 (William), cdata element and default namespace (William), behaviour on
410 unknown XSLT elements (Stefan Kost), priority of "//foo" patterns
411 (William), xsl:element and xsl:attribute QName check (William), comments
412 with -- (William), attribute namespace (William), check for ?> in PI
414 - Documentations: cleanup (John Fleck and William)
415 - Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane
420 - Documentation fixes (John Fleck, William Brack), EXSLT documentation
422 - Windows compilation fixes for MSVC and Mingw (Igor Zlatkovic)
423 - Bug fixes: exslt:date returning NULL strings (William Brack),
424 namespaces output (William Brack), key and namespace definition problem,
425 passing options down to the document() parser, xsl:number fixes (William
430 - code cleanup (William Brack)
431 - Windows: Makefile improvements (Igor Zlatkovic)
432 - documentation improvements: William Brack, libexslt man page (Jonathan
434 - param in EXSLT functions (Shaun McCance)
435 - XSLT debugging improvements (Mark Vakoc)
436 - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William
437 Brack), key selector parsing with | reported by Oleg Paraschenko,
438 xsl:element with computed namespaces (William Brack), xslt:import/include
439 recursion detection (William Brack), exslt:function used in keys (William
440 Brack), bug when CDATA_SECTION are foun in the tree (William Brack),
441 entities handling when using XInclude.
445 - Removed DocBook SGML broken support
446 - fix xsl:key to work with PIs
447 - Makefile and build improvement (Graham Wilson), build cleanup (William
448 Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen
450 - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher
452 - Python: never use stdout for error
453 - extension memory error fix (Karl Eichwalder)
454 - header path fixes (Steve Ball)
455 - added saxon:line-number() to libexslt (Brett Kail)
456 - Fix some tortuous template problems when using predicates (William
458 - Debugger status patch (Kasimier Buchcik)
459 - Use new libxml2-2.6.x APIs for faster processing
460 - Make sure xsl:sort is empty
461 - Fixed a bug in default processing of attributes
462 - Removes the deprecated breakpoint library
463 - detect invalid names on templates (William Brack)
464 - fix exslt:document (and similar) base handling problem
468 This is a bugfix only release - error message missing argument (William Brack)
469 - mode not cascaded in template fallbacks (William Brack)
470 - catch redefinition of parameter/variables (William Brack)
471 - multiple keys with same namespace name (William Brack)
472 - patch for compilation using MingW on Windows (Mikhail Grushinskiy)
473 - header export macros for Windows (Igor Zlatkovic)
474 - cdata-section-elements handling of namespaced names
475 - compilation without libxml2 XPointer support (Mark Vadoc)
476 - apply-templates crash (William Brack)
477 - bug with imported templates (William Brack)
478 - imported attribute-sets merging bug (DocBook) (William Brack)
482 - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT
483 function (William Brack), RVT for globals (William Brack), EXSLT date
485 speed of large text output, xsl:copy with attributes, strip-space and
486 namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun
487 McCance), EXSLT:seconds (William Brack), sort with multiple keys (William
488 Brack), checking of { and } for attribute value templates (William
491 - Python bindings for extension elements (Sean Treadway)
492 - EXSLT:split added (Shaun McCance)
493 - portability fixes for HP-UX/Solaris/IRIX (William Brack)
498 - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for
499 the debugger (Keith Isdale), output filename limitation, trio.h and
500 triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner),
501 xsltChoose and whitespace (Igor Zlatkovic),
502 stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack),
503 RVT bug introduced in 1.0.30
505 - avoid generating " (fix in libxml2-2.5.8)
506 - fix 64bit cleaness problem and compilation troubles introduced in
508 - Windows makefile generation (Igor Zlatkovic)
509 - HP-UX portability fix
513 - Fixes and new APIs to handle Result Value Trees and avoid leaks
514 - Fixes for: EXSLT math pow() function (Charles Bozeman), global
515 parameter and global variables mismatch, a segfault on pattern
516 compilation errors, namespace copy in xsl:copy-of, python generator
517 problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor),
518 current node when templates applies to attributes
522 - performance improvements especially for large flat documents
523 - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace
524 declarations with xsl:elements.
525 - portability: python and trio fixes (Albert Chin), python on Solaris
530 - fixed node() in patterns semantic.
531 - fixed a memory access problem in format-number()
532 - fixed stack overflow in recursive global variable or params
533 - cleaned up Result Value Tree handling, and fixed a couple of old bugs
538 - bug fixes: spurious xmlns:nsX="" generation, serialization bug (in
539 libxml2), a namespace copy problem, errors in the RPM spec prereqs
540 - Windows path canonicalization and document cache fix (Igor)
544 - Fixed 3 serious bugs in document() and stylesheet compilation which
545 could lead to a crash
549 - Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C
550 syntax pbm, 3 bugs reported by Eric van der Vlist
551 - Some XPath and XInclude related problems were actually fixed in
553 - Documentation: emphasize taht --docbook is not for XML docs.
557 - bug fixes: imported global varables, python bindings (Stéphane Bidoul),
558 EXSLT memory leak (Charles Bozeman), namespace generation on
559 xsl:attribute, space handling with imports (Daniel Stodden),
560 extension-element-prefixes (Josh Parsons), comments within xsl:text (Matt
561 Sergeant), superfluous xmlns generation, XInclude related bug for
562 numbering, EXSLT strings (Alexey Efimov), attribute-sets computation on
563 imports, extension module init and shutdown callbacks not called
564 - HP-UX portability (Alexey Efimov), Windows makefiles (Igor and Stephane
565 Bidoul), VMS makefile updates (Craig A. Berry)
566 - adds xsltGetProfileInformation() (Michael Rothwell)
567 - fix the API generation scripts
568 - API to provide the sorting routines (Richard Jinks)
569 - added XML description of the EXSLT API
570 - added ESXLT URI (un)escaping (Jörg Walter)
571 - Some memory leaks have been found and fixed
572 - document() now support fragment identifiers in URIs
576 - Windows build cleanup (Igor)
577 - Unix build and RPM packaging cleanup
578 - Improvement of the python bindings: extension functions and activating
580 - various bug fixes: number formatting, portability for bounded string
581 functions, CData nodes, key(), @*[...] patterns
582 - Documentation improvements (John Fleck)
583 - added libxslt.m4 (Thomas Schraitle)
587 - Updates on the Windows Makefiles
588 - Added a security module, and a related set of new options to
590 - Allowed per transformation error handler.
591 - Fixed a few bugs: node() semantic, URI escaping, media-type, attribute
596 - Bug fixes: match="node()", date:difference() (Igor and Charlie
597 Bozeman), disable-output-escaping
598 - Python bindings: style.saveResultToString() from Ralf Mattes
599 - Logos from Marc Liyanage
600 - Mem leak fix from Nathan Myers
601 - Makefile: DESTDIR fix from Christophe Merlet, AMD x86_64 (Mandrake),
602 Windows (Igor), Python detection
603 - Documentation improvements: John Fleck
607 - Windows makefile updates (Igor) and x86-64 (Frederic Crozat)
608 - fixed HTML meta tag saving for Mac/IE users
609 - possible leak patches from Nathan Myers
610 - try to handle document('') as best as possible depending in the
612 - Fixed the DocBook stylesheets handling problem
613 - Fixed a few XSLT reported errors
617 - EXSLT: dynamic functions and date support bug fixes (Mark Vakoc)
618 - xsl:number fix: Richard Jinks
619 - xsl:format-numbers fix: Ken Neighbors
620 - document('') fix: bug pointed by Eric van der Vlist
621 - xsl:message with terminate="yes" fixes: William Brack
622 - xsl:sort order support added: Ken Neighbors
623 - a few other bug fixes, some of them requiring the latest version of
628 - a number of bug fixes: attributes, extra namespace declarations
629 (DocBook), xsl:include crash (Igor), documentation (Christian Cornelssen,
630 Charles Bozeman and Geert Kloosterman), element-available (Richard
632 - xsltproc can now list teh registered extensions thanks to Mark
634 - there is a new API to save directly to a string
635 xsltSaveResultToString() by Morus Walter
636 - specific error registration function for the python API
639 1.0.17: April 29 2002:
640 - cleanup in code, XSLT debugger support and Makefiles for Windows by
642 - a C++ portability fix by Mark Vakoc
643 - EXSLT date improvement and regression tests by Charles Bozeman
644 - attempt to fix a bug in xsltProcessUserParamInternal
647 1.0.16: April 15 2002:
648 - Bug fixes: strip-space, URL in HTML output, error when xsltproc can't
650 - portability fixes: OSF/1, IEEE on alphas, Windows, Python bindings
654 - Bugfixes: XPath, python Makefile, recursive attribute sets, @foo[..]
656 - Debug of memory alocation with valgind
657 - serious profiling leading to significant improvement for DocBook
659 - revamp of the Windows build
663 - Improvement in the XPath engine (libxml2-2.4.18)
664 - Nasty bug fix related to exslt:node-set
665 - Fixed the python Makefiles, cleanup of doc comments, Windows
670 - a number of bug fixes including "namespace node have no parents"
671 - Improvement of the Python bindings
672 - Charles Bozeman provided fixes and regression tests for exslt date
677 - Fixed the makefiles especially the python module ones
678 - half a dozen bugs fixes including 2 old ones
682 - Change of Licence to the MIT
684 - Added a beta version of the Python bindings, including support to
685 extend the engine with functions written in Python
686 - A number of bug fixes
687 - Charlie Bozeman provided more EXSLT functions
692 - Windows fixes for Win32 from Igor
693 - Fixed the Solaris compilation trouble (Albert)
694 - Documentation changes and updates: John Fleck
695 - Added a stringparam option to avoid escaping hell at the shell
701 - Makefile patches from Peter Williams
702 - attempt to fix the compilation problem associated to prelinking
703 - obsoleted libxsltbreakpoint now deprecated and frozen to 1.0.8 API
704 - xsltproc return codes are now significant, John Fleck updated the
706 - patch to allow as much as 40 steps in patterns (Marc Tardif), should be
708 - fixed a bug raised by Nik Clayton when using doctypes with HTML
710 - patches from Keith Isdale to interface with xsltdebugger
714 - fixed an annoying header problem, removed a few bugs and some code
716 - patches for Windows and update of Windows Makefiles by Igor
717 - OpenVMS port instructions from John A Fotheringham
718 - fixed some Makefiles annoyance and libraries prelinking
723 - remove a compilation problem with LIBXSLT_PUBLIC
724 - Finishing the integration steps for Keith Isdale debugger
725 - fixes the handling of indent="no" on HTML output
726 - fixes on the configure script and RPM spec file
730 - bug fixes on number formatting (Thomas), date/time functions (Bruce
732 - update of the Windows Makefiles (Igor)
733 - fixed DOCTYPE generation rules for HTML output (me)
737 - some portability fixes, including Windows makefile updates from
739 - fixed a dozen bugs on XSLT and EXSLT (me and Thomas Broyer)
740 - support for Saxon's evaluate and expressions extensions added (initial
741 contribution from Darren Graves)
742 - better handling of XPath evaluation errors
746 - Documentation updates from John fleck
747 - bug fixes (DocBook FO generation should be fixed) and portability
749 - Thomas Broyer improved the existing EXSLT support and added String,
750 Time and Date core functions support
754 - XML Catalog support see the doc
755 - New NaN/Infinity floating point code
760 - lot of bug fixes, increased the testsuite
761 - a large chunk of EXSLT is implemented
762 - improvements on the extension framework
763 - documentation improvements
764 - Windows MSC projects files should be up-to-date
765 - handle attributes inherited from the DTD by default
769 - initial EXSLT framework
770 - better error reporting
771 - fixed the profiler on Windows
776 - a lot of cleanup, a lot of regression tests added or fixed
777 - added a documentation for writing
779 - fixed some variable evaluation problems (with William)
780 - added profiling of stylesheet execution accessible as the xsltproc
782 - fixed element-available() and the implementation of the various
783 chunking methods present, Norm Walsh provided a lot of feedback
784 - exclude-result-prefixes and namespaces output should now work as
786 - added support of embedded stylesheet as described in section 2.7 of the
791 - lot of bug fixes, and code cleanup
792 - completion of the little XSLT-1.0 features left unimplemented
793 - Added and implemented the extension API suggested by Thomas Broyer
794 - the Windows MSC environment should be complete
795 - tested and optimized with a really large document (DocBook Definitive
796 Guide) libxml/libxslt should really be faster on serious workloads
799 0.13.0: June 26 2001:
801 - fixed a C++ compilation problem
802 - couple of fixes to xsltSaveTo()
803 - try to fix Docbook-xslt-1.4 and chunking, updated the regression test
805 - fixed pattern compilation and priorities problems
806 - Patches for Windows and MSC project mostly contributed by Yon Derek
807 - update to the Tutorial by John Fleck
808 - William fixed bugs in templates and for-each functions
809 - added a new interface xsltRunStylesheet() for a more flexible output
810 (incomplete), added -o option to xsltproc
813 0.12.0: June 18 2001:
814 - fixed a dozen of bugs reported
815 - HTML generation should be quite better (requires libxml-2.3.11 upgrade
817 - William fixed some problems with document()
818 - Fix namespace nodes selection and copy (requires libxml-2.3.11 upgrade
822 - Fixes for namespace handling when evaluating variables
823 - XInclude global flag added to process XInclude on document() if
825 - made xsltproc --version more detailed
829 Mostly a bug fix release. - integration of catalogs from xsltproc
830 - added --version to xsltproc for bug reporting
831 - fixed errors when handling ID in external parsed entities
832 - document() should hopefully work correctly but ...
833 - fixed bug with PI and comments processing
834 - William fixed the XPath string functions when using unicode
838 - cleanups to make stylesheet read-only (not 100% complete)
839 - fixed URI resolution in document()
840 - force all XPath expression to be compiled at stylesheet parsing time,
842 - Fixed HTML default output detection
843 - Fixed double attribute generation #54446
844 - Fixed {{ handling in attributes #54451
845 - More tests and speedups for DocBook document transformations
846 - Fixed a really bad race like bug in xsltCopyTreeList()
847 - added a documentation on the libxslt internals
848 - William Brack and Bjorn Reese improved format-number()
849 - Fixed multiple sort, it should really work now
850 - added a --docbook option for SGML DocBook input (hackish)
851 - a number of other bug fixes and regression test added as people were
856 - lot of various bugfixes, extended the regression suite
857 - xsltproc should work with multiple params
858 - added an option to use xsltproc with HTML input
859 - improved the stylesheet compilation, processing of complex stylesheets
861 - using the same stylesheet for concurrent processing on multithreaded
862 programs should work now
863 - fixed another batch of namespace handling problems
864 - Implemented multiple level of sorting
868 - fixed ansidecl.h problem
869 - fixed unparsed-entity-uri() and generate-id()
870 - sort semantic fixes and priority prob from William M. Brack
871 - fixed namespace handling problems in XPath expression computations
872 (requires libxml-2.3.7)
873 - fixes to current() and key()
874 - other, smaller fixes, lots of testing with N Walsh DocBook HTML
879 - cleanup using stricter compiler flags
880 - command line parameter passing
881 - fix to xsltApplyTemplates from William M. Brack
882 - added the XSLTMark in the regression tests as well as document()
887 - requires 2.3.5, which provide XPath expression compilation support
888 - document() extension should function properly
889 - fixed a number or reported bugs
894 - some optimization work, for the moment 2 XSLT transform cannot use the
895 same stylesheet at the same time (to be fixed)
896 - fixed problems with handling of tree results
897 - fixed a reported strip-spaces problem
898 - added more reported/fixed bugs to the test suite
899 - incorporated William M. Brack fix for imports and global variables as
900 well as patch for with-param support in apply-templates
901 - a bug fix on for-each
905 - fourth beta test, released at the same time of libxml2-2.3.3
908 - started implement extension support, not finished
909 - implemented but not tested multiple file output
913 - third beta test, released at the same time of libxml2-2.3.2
916 - added DocBook XSL based testsuite
920 - second beta version, released at the same time as libxml2-2.3.1
921 - getting close to feature completion, lot of bug fixes, some in the HTML
922 and XPath support of libxml
923 - start becoming usable for real work. This version can now regenerate
924 the XML 2e HTML from the original XML sources and the associated
925 stylesheets (in section I of the XML
927 - Still misses extension element/function/prefixes support. Support of
928 key() and document() is not complete
932 - first beta version, released at the same time as libxml2-2.3.0
933 - lots of bug fixes, first "testing" version, but incomplete
937 - first alpha version released at the same time as libxml2-2.2.12
938 - Framework in place, should work on simple examples, but far from being