xref: /reactos/dll/3rdparty/libxslt/NEWS (revision ccef43f3)
1NEWS file for libxslt
2
3v1.1.37: Aug 29 2022
4
5### Improvements
6
7- Don't use deprecated libxml2 macros
8- Don't mess with xmlDefaultSAXHandler
9
10### Build system
11
12- Require automake-1.16.3 or later
13- Remove generated files from distribution
14- Add missing compile definition for static builds to Autotools (Mike Dalessio)
15
16
17v1.1.36: Aug 17 2022
18
19### Removals and deprecations
20
21- Remove SVN keyword anchors
22- Remove CVS and SVN-related code
23- Remove README.cvs-commits
24- Remove ChangeLog
25- Remove xsltwin32config.h
26
27### Improvements
28
29- Simplify xsltexports.h and exsltexports.h
30- Don't overlink executables with gcrypt
31- Fix quadratic behavior with variables and parameters
32- Remove case labels with XPointer location types
33- Add configure~ to .gitignore
34- Stop calling deprecated libxml2 functions
35
36### Portability
37
38- Use portable python shebangs (David Seifert)
39- Remove useless __CYGWIN__ checks
40- Remove cruft from win32config.h
41- crypto.c: Silence a compiler warning on Windows (Chun-wei Fan)
42
43### Build system
44
45- Add missing compile definition for static builds to CMake
46- Avoid obsolescent `test -a` constructs (David Seifert)
47- Only link libxml2 statically in purely static build
48- Set AC_CONFIG_MACRO_DIR
49- Allow AM_MAINTAINER_MODE to be disabled
50- Streamline and fix documentation installation
51- Don't try to recreate COPYING symlink
52- Remove special configuration for certain maintainers
53- configure.ac: produce tar.xz only (GNOME policy) (David Seifert)
54- Detect libm using libtool's macros (David Seifert)
55- configure.ac: disable static libraries by default (David Seifert)
56- python/Makefile.am: nest python docs in $(docdir) (David Seifert)
57- python/Makefile.am: rely on global AM_INIT_AUTOMAKE (David Seifert)
58- configure.ac: remove useless AC_SUBST (David Seifert)
59- Use AM_PATH_PYTHON/PKG_CHECK_MODULES for python bindings (David Seifert)
60- Change libxml2 Python config
61- Don't check for standard C89 library functions
62- Don't check for standard C89 headers
63- Remove --with-html-dir option
64- Also check for glibtoolize in autogen.sh
65- Rework documentation build system
66- Remove old website
67- CMake: Relax check for enabling crypto support on Windows (Chun-wei Fan)
68- Remove obsolete AC_HEADER_STDC autoconf macro (Vadim Zeitlin)
69- Remove special configuration for old maintainers
70
71### Test suite, CI
72
73- Remove test involving XPointer range-to function
74- Test recursion in EXSLT dynamic functions
75- Add CI job for static build
76
77### Documentation
78
79- Move tutorial images
80
81
82v1.1.35: Feb 16 2022:
83   - Security:
84  [CVE-2021-30560] Fix use-after-free in xsltApplyTemplates
85  Fix memory leak in xsltDocumentElem (David King)
86  Fix memory leak in xsltCompileIdKeyPattern (David King)
87  Fix double-free with stylesheets containing entity nodes
88
89   - Fixed regressions:
90  Fix performance regression with predicates in patterns
91  Fix regression in xsltComputeSortResult
92
93   - Bug fixes:
94  Fix conflict resolution for templates with same priority
95  Fix xsl:number generating invalid UTF-8
96  Support attribute value templates in xsl:sort lang attributes
97  Don't pass first <xsl:sort> in <xsl:apply-templates> twice
98  Fix quadratic runtime with text and <xsl:message>
99  Don't allow empty EXSLT durations
100
101   - Improvements:
102  Add xsltproc --huge Argument via libxml XML_PARSE_HUGE (William N. Braswell, Jr.)
103
104   - Tests, code quality, fuzzing:
105  Remove .travis.yml
106  Fix some misleading indentation (David King)
107  Use actual types for templates in struct _xsltStylesheet
108  Add CI for CMake on MSVC (Markus Rickert)
109  Check for null pointer before calling freelocale
110  Add CI test for Python 3
111  Don't set maxDepth in XPath contexts
112  Transfer XPath limits to XPtr context
113  Stop using maxParserDepth XPath limit
114  Make long-to-double cast explicit in date.c
115  Disable LeakSanitizer
116  Run clang CI tests with -Wimplicit-int-conversion
117  Fix implicit-int-conversion warning in exslt/crypto.c
118  Fix clang -Wimplicit-int-conversion warning (David Kilzer)
119  Fix clang -Wconditional-uninitialized warning in libxslt/numbers.c (David Kilzer)
120  Fix -Wshadow warnings in libexslt/dynamic.c (David Kilzer)
121  Also search parent dir for source XML when fuzzing
122
123   - Build system, portability:
124  Add CMake build files (Markus Rickert)
125  Initial support for Python 3 (Suleyman Poyraz)
126  Call ANSI versions of WinAPI functions explicitly
127  Remove redundant flags from pkg-config files
128  Suppress automake warning in tests/XSLTMark
129  Fix linking libexslt dynamic library when using MinGW (Vadim Zeitlin)
130  Added platform specific path separators (Dmitriy Korovkin)
131  win32: allow passing *FLAGS on command line
132  Fix export of xsltExtMarker on Windows (David Kilzer)
133  Fix redundant includes already in libexslt.h (David Kilzer)
134  Minor fixes to configure.js
135  Fix variable syntax in Python configuration
136  Add new EXSLT string tests to EXTRA_DIST
137  Fix xml2-config check in configure script
138  win32: Add configuration for profiler (Chun-wei Fan)
139  Check whether 'xml2-config --dynamic' is supported
140
141   - Documentation:
142  Add Makefile rule to regenerate xsltproc.html
143  Update links
144  Remove MAINTAINERS
145  Upload documentation to GitLab Pages
146  Add documentation in devhelp format
147  Add --enable-rebuild-docs configure option
148  Fix libexslt header summaries
149  Fix validity of tutorial XML (David King)
150  Use DocBook URL for tutorial DTD (David King)
151  Update libxslt.doap
152  Add missing options to xsltproc man page
153
154
155
156v1.1.34: Oct 30 2019:
157   - Documentation:
158  Fix EXSLT web pages (Nick Wellnhofer),
159  Regenerate web pages (Nick Wellnhofer),
160  Fix Git link in news.html (Nick Wellnhofer),
161  Minor documentation fixes after recent changes (Nick Wellnhofer),
162  Fix typos (Jan Pokorn�),
163  Regenerate symbols and API docs (Nick Wellnhofer),
164  Regenerate EXSLT website (Nick Wellnhofer)
165
166   - Portability:
167  Remove stubs when compiling without debugger or profiler (Nick Wellnhofer),
168  configure.ac: Invoke PKG_CHECK_MODULES for building shared libraries (Hugh McMaster),
169  configure.ac: Conditionally determine whether xml2-config should pass shared libraries or static libraries (Hugh McMaster),
170  xslt-config.in: Fix broken --prefix=DIR support (Hugh McMaster),
171  libexslt.pc.in: Do not expose private library  dependencies unless invoked (Hugh McMaster),
172  libxslt.pc.in: Do not expose private library dependencies  unless invoked (Hugh McMaster),
173  Fix -Wformat-overflow warning (GCC 9) (Nick Wellnhofer),
174  Stop including ansidecl.h (Nick Wellnhofer),
175  Remove WIN32_EXTRA_* variables (Nick Wellnhofer),
176  Fix vsnprintf in Python bindings on Windows (Nick Wellnhofer),
177  Build without winsock (Nick Wellnhofer),
178  Stop redefining snprintf on MinGW (Nick Wellnhofer)
179
180   - Bug Fixes:
181  xsl:template without name and match attributes should not be allowed (Nikolai Weibull),
182  Make sure that Python tests exit with error code (Nick Wellnhofer),
183  Improve handling of invalid UTF-8 in format-number (Nick Wellnhofer),
184  Fix dangling pointer in xsltCopyText (Nick Wellnhofer),
185  Fix memory leak in pattern compilation error path (Nick Wellnhofer),
186  Fix uninitialized read with UTF-8 grouping chars (Nick Wellnhofer),
187  Fix integer overflow in FORMAT_GYEAR (Nick Wellnhofer),
188  Fix performance regression with xsl:number (Nick Wellnhofer),
189  Backup XPath context node in xsltInitCtxtKey (Nick Wellnhofer),
190  Fix unsigned integer overflow in date.c (Nick Wellnhofer),
191  Fix insertion of xsl:fallback content (Nick Wellnhofer),
192  Avoid quadratic behavior in xsltSaveResultTo (Nick Wellnhofer),
193  Fix numbering in non-Latin scripts (Nick Wellnhofer),
194  Fix uninitialized read of xsl:number token (Nick Wellnhofer),
195  Fix integer overflow in _exsltDateDayInWeek (Nick Wellnhofer),
196  Rework xsltAttrVT allocation (Nick Wellnhofer),
197  Fix check of xsltTestCompMatch return value (Nick Wellnhofer),
198  Fix security framework bypass (Nick Wellnhofer),
199  Use xmlNewTextChild in EXSLT dyn:map (Nick Wellnhofer),
200  Fix float casts in exsltDateDuration (Nick Wellnhofer),
201  Always set context node before calling XPath iterators (Nick Wellnhofer),
202  Fix attribute precedence with xsl:use-attribute-sets (Nick Wellnhofer),
203  Backup context node in exsltFuncFunctionFunction (Nick Wellnhofer),
204  Initialize ctxt->output before evaluating global vars (Nick Wellnhofer),
205  Fix memory leak in EXSLT functions error path (Nick Wellnhofer)
206
207   - Improvements:
208  Enable continuous integration via GitLab CI (Nick Wellnhofer),
209  Fix -Wimplicit-fallthrough warnings (Nick Wellnhofer),
210  Adjust number of API index pages (Nick Wellnhofer),
211  Make xsltCompileRelativePathPattern non-recursive (Nick Wellnhofer),
212  Check that crypto:rc4_decrypt produces valid UTF-8 (Nick Wellnhofer),
213  Avoid recursion in keys.c:skipPredicate (Nick Wellnhofer),
214  xslt-config.in: Simply handling of $all_flags (Hugh McMaster),
215  xslt-config.in: Add a --dynamic option to --libs (Hugh McMaster),
216  xslt-config.in: Simplify basic library handling (Hugh McMaster),
217  xslt-config.in: Remove unused variable (Hugh McMaster),
218  xslt-config: Simply handling of --cflags (Hugh McMaster),
219  Add Travis test with MemorySanitizer (Nick Wellnhofer),
220  Run Travis ASan tests under Xenial (Nick Wellnhofer),
221  Improve fuzzers (Nick Wellnhofer),
222  Always reuse XPath context (Nick Wellnhofer),
223  Compile with -Wextra (Nick Wellnhofer),
224  Make profiler support optional (Nick Wellnhofer),
225  Hide unused code when compiling without debugger (Nick Wellnhofer),
226  Reorganize fuzzing code (Nick Wellnhofer),
227  Simplify .gitignore (Nick Wellnhofer),
228  Optional operation limit (Nick Wellnhofer),
229  Improve seed corpus and dictionary (Nick Wellnhofer),
230  Reuse XPath context when compiling stylesheets (Nick Wellnhofer),
231  Reuse XPath context in dyn:map (Nick Wellnhofer),
232  Reuse XPath context in saxon:expression (Nick Wellnhofer),
233  Add libFuzzer targets (Nick Wellnhofer),
234  Adjust error message in expected test output (Nick Wellnhofer),
235  Change bug tracker URL (Nick Wellnhofer),
236  Change git repo URL (Nick Wellnhofer),
237  Regenerate NEWS (Nick Wellnhofer),
238  Fix misleading indentation in security.c (Nick Wellnhofer)
239
240   - Cleanups:
241  Candidate release 1 of libxslt 1.1.34 * doc/xsltproc.xml: moved to new place for docbook stylesheet and work   around a missing / inrewrite of  docbook xsl catalog in Fedora 30 * tests/fuzz/Makefile.am: add fuzz.h to sources * python/Makefile.am: there is no more TODO * libxslt.spec.in: run make tests instead of check to avoid fuzz in that   environment, and drop python TODO (Daniel Veillard),
242  Remove empty TODO file (Nick Wellnhofer),
243  Remove generated file libxsltclass.txt from version control (Nick Wellnhofer),
244  Rebuild docs (Nick Wellnhofer)
245
246
247
248v1.1.33: Jan 03 2019:
249   - Portability:
250  Variables need 'extern' in static lib on Cygwin (Nick Wellnhofer),
251  Really declare dllexport/dllimport for Cygwin (Michael Haubenwallner),
252  Fix callback signatures in Python bindings (Nick Wellnhofer),
253  Fix transform callback signatures (Nick Wellnhofer),
254  Fix extension callback signatures (Nick Wellnhofer),
255  Fix deallocator signatures (Nick Wellnhofer),
256  Fix XPath callback signatures (Nick Wellnhofer),
257  Fix hash callback signatures (Nick Wellnhofer)
258
259   - Bug Fixes:
260  Don't cache direct evaluation of patterns with variables (Nick Wellnhofer),
261  Move function result RVTs to context variable (Nick Wellnhofer),
262  Fix EXSLT functions returning RVTs from outer scopes (Nick Wellnhofer),
263  Fix handling of RVTs returned from nested EXSLT functions (Nick Wellnhofer),
264  Fix typos (Nick Wellnhofer)
265
266   - Improvements:
267  Run Travis ASan tests with "sudo: required" (Nick Wellnhofer)
268
269   - Cleanups:
270  Remove doc/libxslt-decl.txt (Nick Wellnhofer),
271  Docs for 1.1.32 release (Daniel Veillard)
272
273
274
2751.1.32: Nov 02 2017:
276   - Portability:
277  Add missing limits.h include (Nick Wellnhofer),
278  Also run Windows tests with --maxdepth 200 (Nick Wellnhofer),
279  Disable some MSVC warnings (Nick Wellnhofer),
280  Fix deprecated Travis compiler flag (Nick Wellnhofer),
281  Run general tests with maxdepth=200 (Nick Wellnhofer),
282  Use _WIN32 macro instead of WIN32 (Nick Wellnhofer),
283  Fix xsltproc newlines on Windows (Nick Wellnhofer),
284  Fix Windows compiler warnings (Nick Wellnhofer),
285  Rework locale feature tests (Nick Wellnhofer)
286
287   - Improvements:
288  Rebuild win32/libxslt.def.src (Nick Wellnhofer),
289  Fix compiler warnings in Python bindings (Nick Wellnhofer)
290
291
292
293v1.1.31: Oct 06 2017:
294   - Portability:
295  Fix win32/configure.js (Nick Wellnhofer)
296
297   - Bug Fixes:
298  Fix pkg-config related regressions in configure script (Nick Wellnhofer)
299
300   - Improvements:
301  Adjust expected error output for libxml2 changes (Nick Wellnhofer),
302  Misc autoconf updates (Nick Wellnhofer)
303
304
305
306v1.1.30: Sep 04 2017:
307   - Documentation:
308  Misc doc fixes (Nick Wellnhofer)
309
310   - Portability:
311  Look for libxml2 via pkg-config first (Elliott Sales de Andrade),
312  Change default SOPREFIX on Windows to "bin" (Nick Wellnhofer),
313  Add WIN32_EXTRA_LDFLAGS to tests/plugins/Makefile.am (Michael Haubenwallner)
314
315   - Bug Fixes:
316  Also fix memory hazards in exsltFuncResultElem (Nick Wellnhofer),
317  Fix NULL deref in xsltDefaultSortFunction (Nick Wellnhofer),
318  Fix memory hazards in exsltFuncFunctionFunction (Nick Wellnhofer),
319  Fix memory leaks in EXSLT error paths (Nick Wellnhofer),
320  Fix memory leak in str:concat with empty node-set (Nick Wellnhofer),
321  Fix memory leaks in error paths (Nick Wellnhofer),
322  Switch to xmlUTF8Strsize in numbers.c (Nick Wellnhofer),
323  Fix NULL pointer deref in xsltFormatNumberFunction (Nick Wellnhofer),
324  Fix UTF-8 check in str:padding (Nick Wellnhofer),
325  Fix xmlStrPrintf argument (Nick Wellnhofer),
326  Check for overflow in _exsltDateParseGYear (Nick Wellnhofer),
327  Fix double to int conversion (Nick Wellnhofer),
328  Check for overflow in exsltDateParseDuration (Nick Wellnhofer),
329  Change version of xsltMaxVars back to 1.0.24 (Nick Wellnhofer),
330  Disable xsltCopyTextString optimization for extensions (Nick Wellnhofer),
331  Create DOCTYPE for HTML version 5 (Nick Wellnhofer),
332  Make xsl:decimal-format work with namespaces (Nick Wellnhofer),
333  Remove norm:localTime extension function (Nick Wellnhofer),
334  Check for integer overflow in xsltAddTextString (Nick Wellnhofer),
335  Detect infinite recursion when evaluating function arguments (Nick Wellnhofer),
336  Fix memory leak in xsltElementAvailableFunction (Nick Wellnhofer),
337  Fix for pattern predicates calling functions (Nick Wellnhofer),
338  Fix cmd.exe invocations in Makefile.mingw (Nick Wellnhofer),
339  Don't try to install index.sgml (Nick Wellnhofer),
340  Fix symbols.xml (Nick Wellnhofer),
341  Fix heap overread in xsltFormatNumberConversion (Nick Wellnhofer),
342  Fix <xsl:number level="any"/> for non-element nodes (Nick Wellnhofer),
343  Fix unreachable code in xsltAddChild (mahendra.n),
344  Change version number in xsl:version warning (Nick Wellnhofer),
345  Avoid infinite recursion after failed param evaluation (Nick Wellnhofer),
346  Stop if potential recursion is detected (Nick Wellnhofer),
347  Consider built-in templates in apply-imports (Nick Wellnhofer),
348  Fix precedence with multiple attribute sets (Nick Wellnhofer),
349  Rework attribute set resolution (Nick Wellnhofer)
350
351   - Improvements:
352  Add .travis.yml (Nick Wellnhofer),
353  Silence tests a little (Nick Wellnhofer),
354  Set LIBXML_SRC to absolute path (Nick Wellnhofer),
355  Add missing #include (Nick Wellnhofer),
356  Adjust expected error messages in tests (Nick Wellnhofer),
357  Make xsltDebug more quiet (Nick Wellnhofer),
358  New-line terminate error message that missed this convention (Jan Pokorn�),
359  Use xmlBuffers in EXSLT string functions (Nick Wellnhofer),
360  Switch to xmlUTF8Strsize in EXSLT string functions (Nick Wellnhofer),
361  Check for return value of xmlUTF8Strlen (Nick Wellnhofer),
362  Avoid double/long round trip in FORMAT_ITEM (Nick Wellnhofer),
363  Separate date and duration structs (Nick Wellnhofer),
364  Check for overflow in _exsltDateDifference (Nick Wellnhofer),
365  Clamp seconds field of durations (Nick Wellnhofer),
366  Change _exsltDateAddDurCalc parameter types (Nick Wellnhofer),
367  Fix date:difference with time zones (Nick Wellnhofer),
368  Rework division/remainder arithmetic in date.c (Nick Wellnhofer),
369  Remove exsltDateCastDateToNumber (Nick Wellnhofer),
370  Change internal representation of years (Nick Wellnhofer),
371  Optimize IS_LEAP (Nick Wellnhofer),
372  Link libraries with libm (Jussi Kukkonen),
373  Rename xsltCopyTreeInternal to xsltCopyTree (Nick Wellnhofer),
374  Update linker version script (Nick Wellnhofer),
375  Add local wildcard to version script (Nick Wellnhofer),
376  Make some symbols static (Nick Wellnhofer),
377  Remove redundant NULL check in xsltNumberComp (mahendra.n),
378  Fix forwards compatibility for imported stylesheets (Nick Wellnhofer),
379  Reduce warnings in forwards-compatible mode (Nick Wellnhofer),
380  Precompute XSLT elements after preprocessing (Nick Wellnhofer),
381  Fix whitespace in xsltParseStylesheetTop (Nick Wellnhofer),
382  Consolidate recursion checks (Nick Wellnhofer),
383  Treat XSLT_STATE_STOPPED same as errors (Nick Wellnhofer),
384  Make sure that XSLT_STATE_STOPPED isn't overwritten (Nick Wellnhofer),
385  Add comment regarding built-in templates and params (Nick Wellnhofer),
386  Rewrite memory management of local RVTs (Nick Wellnhofer),
387  Validate QNames of attribute sets (Nick Wellnhofer),
388  Add xsl:attribute-set regression tests (Nick Wellnhofer),
389  Ignore imported stylesheets in xsltApplyAttributeSet (Nick Wellnhofer)
390
391
392
3931.1.29: May 24 2016:
394   - Security:
395  CVE-2015-7995 Fix for type confusion in preprocessing attributes (Daniel Veillard)
396
397   - Documentation:
398
399   - Portability:
400  Fix a portibility problem with previous commit (Eduard Sanou),
401  Fix MingW build (Nick Wellnhofer),
402  Correctly emulate snprintf on older MSVC versions (Nick Wellnhofer),
403  Add Python script to run some tests on Windows (Nick Wellnhofer),
404  Remove /OPT:NOWIN98 option (Nick Wellnhofer),
405  Visual Studio 14 CTP defines snprintf() (Daniel Veillard),
406  Use AC_PATH_TOOL to find libgcrypt-config and xml2-config (Micha� G�rny),
407  Use $libdir for LIBXSLT_DEFAULT_PLUGINS_PATH (larryhaja),
408  Use mkdir macro also in case if mingw32. (Lars Kanis),
409  Add math library to executable link flags (Nick Wellnhofer),
410  Fix quoting of xlocale test program in configure.in (Nick Wellnhofer)
411
412   - Bug Fixes:
413  Fix OOB heap read in xsltExtModuleRegisterDynamic (Nick Wellnhofer),
414  Remove CDATA markup from libxslt_tutorial.c (Nick Wellnhofer),
415  Remove generated headers from dist tarball (Nick Wellnhofer),
416  Mark XML file argument as repeatable (Nick Wellnhofer),
417  Keep timezone in date:add (Nick Wellnhofer),
418  Fix buffer overflow in exsltDateFormat (Nick Wellnhofer),
419  Fix saxon:line-number with namespace nodes (Nick Wellnhofer),
420  Fix dyn:map with namespace nodes (Nick Wellnhofer),
421  Fix error handling in Saxon extension functions (Nick Wellnhofer),
422  Fix double free in libexslt hash functions (Nick Wellnhofer),
423  Fix libxslt format warnings (David Kilzer),
424  Fix xsltNumberFormatGetMultipleLevel (Nick Wellnhofer),
425  Fix use-after-free in xsltDocumentFunctionLoadDocument (Nick Wellnhofer),
426  Always initialize EXSLT month and day to 1 (Nick Wellnhofer),
427  Fix possible NULL pointer deref in transform.c (mahendra.n),
428  Fix possible NULL pointer deref in xsltCopyTextString (Nick Wellnhofer),
429  Fix possible NULL pointer deref in libexslt/functions.c (Nick Wellnhofer),
430  Fix possible NULL pointer deref in xsltproc.c (mahendra.n),
431  Fix possible NULL pointer deref in preproc.c (mahendra.n),
432  Fix LIBXSLT_DEFAULT_PLUGINS_PATH in xsltconfig.h (Nick Wellnhofer),
433  Fix memory leak in xsltNumberFormat (Albert Astals Cid),
434  Error in doc/Makefile.am (Brice De Bruyne),
435  Detect attribute sets recursions in more cases (Daniel Veillard),
436  Check name vales for attribute-set elements (Daniel Veillard),
437  Fix hang with namespace-alias, fixes #700689 (Shaun McCance),
438  Fix str:align with UTF-8 strings (Nick Wellnhofer),
439  Fix for compiled XPath helpers (Nick Wellnhofer),
440  Check return value of exsltFuncNewFunctionData (Nick Wellnhofer),
441  Fix return value of xsltRegisterExtModuleElement (Nick Wellnhofer),
442  Call xmlNodeGetSpacePreserve with element node (Nick Wellnhofer),
443  Set namespaces before evaluating xsl:number (Nick Wellnhofer),
444  Make --maxvars option work (Per Hedeland),
445  Set correct context node when initializing xsl:keys (Nick Wellnhofer),
446  Fix for bug 436589 (Imran Azeezullah),
447  Memory leak in xsltCompileIdKeyPattern error path (Nick Wellnhofer),
448  Fix handling of UTF-8 strings in EXSLT crypto module (Nick Wellnhofer),
449  Fix certain patterns with predicates (Nick Wellnhofer),
450  Fix direct pattern matching (Nick Wellnhofer),
451  Fix str:padding to work with UTF-8 strings (Nick Wellnhofer),
452  EXSLT function str:replace() is broken as-is (Nick Wellnhofer),
453  Fix a couple of places where (f)printf parameters were broken (Daniel Veillard)
454
455   - Improvements:
456  Add support timestamps from environment (Daniel Veillard),
457  Add missing tests to dist tarball (Nick Wellnhofer),
458  Improve error message in xsltAddTemplate and fix test (Nick Wellnhofer),
459  Allow REC tests with empty stdout (Nick Wellnhofer),
460  Fix GPL license in HTML files as well (Nick Wellnhofer),
461  Fix status message in EXSLT dynamic tests (Nick Wellnhofer),
462  Add public function macros to xsltlocale.h (Nick Wellnhofer),
463  Make valgrind tests work with libtool (Nick Wellnhofer),
464  Add a couple of xsl:number tests (Nick Wellnhofer),
465  Lower and upper bound for format token "i" (Nick Wellnhofer),
466  Lower bound for format token "a" (Nick Wellnhofer),
467  Handle negative xsl:number values (Nick Wellnhofer),
468  Round xsl:number values to nearest integer (Nick Wellnhofer),
469  Allow {URI}NCName syntax for user parameters (Nick Wellnhofer),
470  Fix endTimer parameter type (Nick Wellnhofer),
471  Fix error messages for unsupported methods (Nick Wellnhofer),
472  Replace sprintf with snprintf (David Kilzer),
473  Enforce two digit exponent under MSVC (Nick Wellnhofer),
474  Rework xsltNumberFormat to fix warning (Nick Wellnhofer),
475  Fix a couple of GPL licences found in the documentation (Daniel Veillard),
476  Use hash table to lookup named templates (Christian Ceelen),
477  Fix to reg tests post 737840 fix (Daniel Veillard),
478  Don't fail build the man page if xsltproc is not present (Daniel Veillard),
479  Re-adding xsltproc.1 (Daniel Veillard),
480  Fix time type in xsltSaveProfiling (Nick Wellnhofer),
481  Remove unused parameters (Nick Wellnhofer),
482  Suppress unused variable warning. (Nick Wellnhofer),
483  Remove unused variable in xsltGenerateIdFunction (Nick Wellnhofer),
484  Add test case for XPath function args in error case (Nick Wellnhofer),
485  Add comment about known-to-fail test (Nick Wellnhofer),
486  Adjust expected test output (Nick Wellnhofer),
487  Helper functions to evaluate compiled XPath expressions (Nick Wellnhofer),
488  Add tests for crypto:rc4 (Nick Wellnhofer),
489  Add first test case for EXSLT crypto module (Nick Wellnhofer),
490  Separate function for predicate matching in patterns (Nick Wellnhofer),
491  Initialize pseudo random number generator with current time or optional command line parameter (Nils Werner),
492  Adding doc update related to 1.1.28 (Daniel Veillard)
493
494   - Cleanups:
495  Remove bogus test file (Nick Wellnhofer),
496  Add warning message to expected test output (Nick Wellnhofer)
497
498
499
5001.1.28: Nov 21 2012:
501   -  Portability:
502    Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGS (Alexandre Rostovtsev),
503    configure should be more careful with linker script (Igor Pashev),
504    add gcrypt library in LIBADD, not LDFLAGS, as recommended (Roumen Petrov)
505
506   -  Bug fixes:
507    Fix generate-id() to avoid generating the same ID (Stewart Brodie),
508    Fix crash with empty xsl:key/@match attribute (Nick Wellnhofer),
509    Crash when passing an uninitialized variable to document() (Nick Wellnhofer),
510    Add missing test docs to EXTRA_DIST (Nick Wellnhofer),
511    Fix regression: Default namespace not correctly used (Nick Wellnhofer)
512
513   -  Cleanups:
514    Remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml (Daniel Veillard),
515    autogen.sh cleanup (Daniel Richard),
516    consistent use of xslt processor (Roumen Petrov),
517    Add object files in tests/plugins to .gitignore (Nick Wellnhofer),
518    Fix error on bug-165 regression test (Daniel Veillard),
519    Remove xsltTransStorageAdd and xsltTransStorageRemove (Daniel Veillard),
520
521
522
5231.1.27: Sep 12 2012:
524   -  Portability:
525    xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLED (Michael Bonfils),
526    Portability fix for testThreads.c (IlyaS),
527    FreeBSD portability fixes (Pedro F. Giffuni),
528    check for gmtime - on mingw* hosts will enable date-time function (Roumen Petrov),
529    use only native crypto-API for mingw* hosts (Roumen Petrov),
530    autogen: Only check for libtoolize (Colin Walters),
531    minimal mingw support (Roumen Petrov),
532    configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),
533    Fix a small out of tree compilation issue (Hao Hu),
534    Fix python generator to not use deprecated xmllib (Daniel Veillard),
535    link python module with python library (Frederic Crozat)
536
537   -  Documentation:
538    Tiny doc improvement (Daniel Veillard),
539    Various documentation fixes for docs on internals (C. M. Sperberg-McQueen)
540
541   -  Bug fixes:
542    Report errors on variable use in key (Daniel Veillard),
543    The XSLT namespace string is a constant one (Daniel Veillard),
544    Fix handling of names in xsl:attribute (Nick Wellnhofer),
545    Reserved namespaces in xsl:element and xsl:attribute (Nick Wellnhofer),
546    Null-terminate result string of cry:rc4_decrypt (Nick Wellnhofer),
547    EXSLT date normalization fix (James Muscat),
548    Exit after compilation of invalid func:result (Nick Wellnhofer),
549    Fix for EXSLT func:function (Nick Wellnhofer),
550    Rewrite EXSLT string:replace to be conformant (Nick Wellnhofer),
551    Avoid a heap use after free error (Chris Evans),
552    Fix a dictionary string usage (Chris Evans),
553    Output should not include extraneous newlines when indent is off (Laurence Rowe),
554    document('') fails to return stylesheets parsed from memory (Jason Viers),
555    xsltproc should return an error code if xinclude fails (Malcolm Purvis),
556    Forwards-compatible processing of unknown top level elements (Nick Wellnhofer),
557    Fix system-property with unknown namespace (Nick Wellnhofer),
558    Hardening of code checking node types in EXSLT (Daniel Veillard),
559    Hardening of code checking node types in various entry point (Daniel Veillard),
560    Cleanup of the pattern compilation code (Daniel Veillard),
561    Fix default template processing on namespace nodes (Daniel Veillard),
562    Fix a bug in selecting XSLT elements (Daniel Veillard),
563    Fixed bug #616839 (Daniel Mustieles),
564    Fix some case of pattern parsing errors (Abhishek Arya),
565    preproc: fix the build (Stefan Kost),
566    Fix a memory leak with xsl:number (Daniel Veillard),
567    Fix a problem with ESXLT date:add() with January (money_seshu Dronamraju),
568    Fix a memory leak if compiled with Windows locale support (Daniel Veillard),
569    Fix generate-id() to not expose object addresses (Daniel Veillard),
570    Fix curlies support in literals for non-compiled AVTs (Nick Wellnhofer),
571    Allow whitespace in xsl:variable with select (Nick Wellnhofer),
572    Small fixes to locale code (Nick Wellnhofer),
573    Fix bug 602515 (Nick Wellnhofer),
574    Fix popping of vars in xsltCompilerNodePop (Nick Wellnhofer),
575    Fix direct pattern matching bug (Nick Wellnhofer)
576
577   -  Improvements:
578    Add the saxon:systemId extension (Mike Hommey),
579    Add an append mode to document output (Daniel Veillard),
580    Add new tests to EXTRA_DIST (Nick Wellnhofer),
581    Test for bug #680920 (Nick Wellnhofer),
582    fix regresson in Various "make distcheck" and other fixes (Roumen Petrov),
583    Various "make distcheck" and other fixes (Daniel Richard G),
584    Fix portability to upcoming libxml2-2.9.0 (Daniel Veillard),
585    Adding --system flag support to autogen.sh (Daniel Veillard),
586    Allow per-context override of xsltMaxDepth, introduce xsltMaxVars (J�r�me Carretero),
587    autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
588    configure: support silent automake rules if possible (Stefan Kost),
589    Precompile patterns in xsl:number (Nick Wellnhofer),
590    Fix some warnings in the refactored code (Nick Wellnhofer),
591    Adding new generated files (Daniel Veillard),
592    profiling: add callgraph report (Stefan Kost)
593
594   -  Cleanups:
595    Big space and tabs cleanup (Daniel Veillard),
596    Fix authors list (Daniel Veillard),
597    Cleanups some of the test makefiles (Daniel Richard),
598    Remove .cvsignore files which are not needed anymore (Daniel Veillard),
599    Cleanup some misplaced spaces and tabs (Daniel Veillard),
600    Augment list of ignored files (Daniel Veillard),
601    configure: remove checks for isinf and isnan as those are not used anyway (Stefan Kost),
602    Point to GIT for source code and a bit of cleanup (Daniel Veillard),
603    Get rid of specific build setup and STATIC_BINARIES (Daniel Veillard)
604
605
606
6071.1.26: Sep 24 2009:
608   -  Improvement:
609    Add xsltProcessOneNode to exported symbols for lxml (Daniel Veillard)
610
611   -  Bug fixes:
612    Fix an idness generation problem (Daniel Veillard),
613    595612 Try to fix some locking problems (Daniel Veillard),
614    Fix a crash on misformed imported stylesheets (Daniel Veillard)
615
616
617
6181.1.25: Sep 17 2009:
619   -  Features:
620      Add API versioning and various cleanups (Daniel Veillard),
621      xsl:sort lang support using the locale (Nick Wellnhofer and Roumen Petrov)
622
623   -  Documentation:
624      Fix the download links for Solaris (Daniel Veillard),
625      Fix makefile and spec file to include doc in rpm (Daniel Veillard)
626
627   -  Portability:
628      Make sure testThreads is linked with pthreads (Daniel Veillard),
629      Fix potential crash on debug of extensions Solaris (Ben Walton),
630      applied patch from Roumen Petrov for mingw cross compilation problems (Roumen Petrov),
631      patch from Richard Jones to build shared libs with MinGW cross-compiler (Richard Jones),
632      fix include path when compiling with MinGW (Roumen Petrov),
633      portability fixes ( Nick Wellnhofer and Roumen Petrov)
634
635   -  Bug fixes:
636      Big fixes of pattern compilations (Nick Wellnhofer),
637      Fix uses of xmlAddChild for error handling (Daniel Veillard),
638      Detect deep recusion on function calls (Daniel Veillard),
639      Avoid an error in namespace generation (Martin),
640      Fix importing of encoding from included stylesheets (Nick Wellnhofer),
641      Fix problems with embedded stylesheets and namespaces (Martin),
642      QName parsing fix for patterns (Martin),
643      Crash compiling stylesheet with DTD (Martin),
644      Fix xsl:strip-space with namespace and wildcard (Nick Wellnhofer),
645      Fix a mutex deadlock on unregistered extensions (Nix),
646      567192 xsltproc --output option ignore --xinclude (Joachim Breitner),
647      Fix redundant headers in list (Daniel Veillard),
648      134754 Configure's --with-html-dir related fixes (Julio M. Merino Vidal),
649      305913 a serious problem in extensions reentrancy (Daniel Veillard),
650      Fix an idness issue when building the tree (Daniel Veillard),
651      Fixed indexing error reported by Ron Burk on the mailing list. (William M. Brack),
652      prevent some unchecked pointer accesses (Jake Goulding),
653      fix for CVE-2008-2935 libexslt RC4 encryption/decryption functions Daniel (Daniel Veillard),
654      avoid a quadratic behaviour when hitting duplicates (Daniel Veillard),
655      544829 fixed option --with-debugger (Arun Ragnavan),
656      541965 fixed incorrect argument popping in exsltMathAtan2Function (William M. Brack),
657      fix problem with string check for element-available (Ron Burk),
658      539741 added code to handle literal within an AVT (William M. Brack)
659
660   -  Improvements:
661      Allow use of EXSLT outside XSLT (Martin),
662      Support Esperanto locale (Nick Wellnhofer),
663      Change how attributes are copied for id and speed (Daniel Veillard),
664      Add API versioning and various cleanups (Daniel Veillard),
665      Adding a test program to check thread reentrancy (Daniel Veillard),
666      big patch from  finishing xsl:sort lang support (Roumen Petrov),
667      add xsl:sort lang support using the locale (Nick Wellnhofer)
668
669   -  Cleanups:
670      Label xsltProcessOneNode as static (Daniel Veillard),
671      git setup (Daniel Veillard),
672      fixed typo detected by new libxml2 code (William M. Brack),
673      xsltExtFunctionLookup was defined but never implemented (Ralf Junker)
674
675
676
6771.1.24: May 13 2008:
678   - Documentation: man page fix (Vincent Lefevre).
679   - Bug fixes: pattern bug fix, key initialization problems, exclusion of
680      unknown namespaced element on top of stylesheets, python generator
681      syntactic cleanup (Martin)
682
683
6841.1.23: Apr  8 2008:
685   - Documentation: fix links for Cygwin DocBook setup (Philippe Bourcier),
686      xsltParseStylesheetDoc doc fix (Jason Viers), fix manpage default
687      maxdepth value
688   - Bug fixes: python segfault (Daniel Gryniewicz), week-in-year bug fix
689      (Maurice van der Pot), fix python iterator problem (William Brack),
690      avoid garbage collection problems on str:tokenize and str:split
691      and function results (William Brack and Peter Pawlowski)
692      superfluous re-generation of keys (William Brack), remove superfluous
693      code in xsltExtInitTest (Tony Graham), func:result segfault fix
694      (William Brack), timezone offset problem (Peter Pawlowski),
695   - Portability fixes: old gcrypt support fix (Brent Cowgill), Python
696      portability patch (Stephane Bidoul), VS 2008 fix (Rob Richard)
697
698
6991.1.22: Aug 23 2007:
700   - Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix
701      bug (William Brack), stylesheet compilation error handling (Rob Richards).
702
703   - Portability fixes: improve build with VS2005 (Rob Richards),
704      fixing build on AIX (Bjorn Wiberg), fix the security file checks on
705      Windows (Roland Schwarz and Rob Richards).
706   - Improvement: add an --encoding option to xsltproc (Drazen Kacar).
707
708
7091.1.21: Jun 12 2007:
710   - Bug fixes: out of memory allocation errors (William Brack),
711      namespace problem on compound predicates (William Brack),
712      python space/tab inconsistencies (Andreas Hanke), hook xsl:message
713      to per transformation error callbacks (Shaun McCance),
714      cached RVT problem (William Brack), XPath context maintainance
715      on choose (William Brack), memory leaks in the math module (William
716      Brack), exclude-result-prefix induced namespace problem (William
717      Brack)
718   - Build: configure setup for TRIO_REPLACE_STDIO (William Brack)
719
720   - Documentation: updated after change from CVs to SVN (William Brack)
721
722
7231.1.20: Jan 17 2007:
724   - Portability fixes: strict aliasing fix (Marcus Meissner), BSD portability
725      patches (Roland Illig)
726   - Bug fixes: Result Value Tree handling fix (William Brack), function
727      parameters fix (William), uninitialized variable (Kjartan Maraas),
728      empty text node handling (William), plugin support and test fixes (William),
729      fragment support fixes (William)
730   - Improvements: python stylesheet compare and transform context
731      access (Nic Ferrier), EXSLT string replace support (Joel Reed),
732      xsltproc better low level error handling (Mike Hommey and William)
733
734
7351.1.19: Nov 29 2006:
736   - Bug fixes: entities within attributes (William Brack), Python detection
737      problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result
738      value tree caching bug (William Brack)
739
740
7411.1.18: Oct 26 2006:
742   - portability and build fixes: DESTDIR problem, build paths in python
743      shared lib, compile when libxml2 doesn't support XInclude (Gary Coady).
744   - bug fixes: a number of namespace related bugs (Kasimier Buchcik),
745      parameters bugs (Kasimier Buchcik), proximity position in predicates
746      of match patterns (Kasimier), exslt-node-set troubles with strings
747      (Kasimier), CDATA serialization, Python floats and booleans XPath
748      conversions, XInclude support fixes, RVT cleanup problem (William Brack
749      and Kasimier), attribute checking in stylesheets (Kasimier), xsltForEach
750      context problem (Kasimier), security check should pass full URLs (Shane
751      Corgatelli), security cleanup patch (Mikhail Zabaluev), some python
752      accessor for stylesheet were broken, memory errors when compiling
753      stylesheets (Mike Hommey), EXSLT current date end-of-month problem
754      (William Brack).
755   - improvements: refactoring of namespace handling, value-of impleemntation
756      and template internal processing (Kasimier Buchcik), new xsltproc
757      flag to apply Xinclude to stylesheets.
758   - documentation: xsltproc man pages (Daniel Leidert), tests updates
759      (William Brack), various typo fixes (Daniel Leidert), comments on
760      versions macros (Peter Breitenlohner).
761
762
7631.1.17: Jun 6 2006:
764   - portability fixes: python detection
765   - bug fixes: some regression tests, attribute/namespaces output (Kasimier
766    Buchcik), problem in mixed xsl:value-of and xsl:text uses (Kasimier)
767   - improvements: internal refactoring (Kasimier Buchcik), use of the XPath
768    object cache in libxml2-2.6.25 (Kasimier)
769
770
7711.1.16: May 01 2006:
772   - portability fixes: EXSLT date/time on Solaris and IRIX (Albert Chin),
773      HP-UX  build (Albert Chin),
774
775   - build fixes: Python detection(Joseph Sacco), plugin configurei
776      (Joel Reed)
777   - bug fixes: pattern compilation fix(William Brack), EXSLT date/time
778      fix (Thomas Broyer), EXSLT function bug, potential loop on variable
779      eval, startup race (Christopher Palmer), debug statement left in python
780      (Nic Ferrier), various cleanup based on Coverity reports), error on
781      Out of memory condition (Charles Hardin), various namespace prefixes
782      fixes (Kasimier Buchcik),
783   - improvement: speed up sortingi, start of internals refactoring (Kasimier
784      Buchcik)
785   - documentation: man page fixes and updates (Daniel Leidert)
786
787
788
7891.1.15: Sep 04 2005:
790   - build fixes: Windows build cleanups and updates (Igor Zlatkovic),
791    remove jhbuild warnings
792   - bug fixes: negative number formatting (William Brack), number
793    formatting per mille definition (William Brack), XInclude default values
794    (William), text copy bugs (William), bug related to xmlXPathContext size,
795    reuse libxml2 memory management for text nodes, dictionary text bug,
796    forbid variables in match (needs libxml2-2.6.21)
797   - improvements: EXSLT dyn:map (Mark Vakoc),
798   - documentation: EXSLT date and time functions namespace in man (Jonathan
799    Wakely)
800
801
8021.1.14: Apr 02 2005:
803   - bug fixes: text node on stylesheet document without a dictionary
804    (William Brack), more checking of XSLT syntax, calling xsltInit()
805    multiple times, mode values interning raised by Mark Vakoc, bug in
806    pattern matching with ancestors, bug in patterna matching with cascading
807    select, xinclude and document() problem, build outside of source tree
808    (Mike Castle)
809   - improvement: added a --nodict mode to xsltproc to check problems for
810    docuemtns without dictionaries
811
812
8131.1.13: Mar 13 2005:
814   - build fixes: 64bits cleanup (William Brack), python 2.4 test (William),
815    LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes (Joel
816    Reed), libgcrypt-devel requires for RPM spec.
817   - bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template
818    should not change the current template rule (William Brack), evaluation
819    of global variables (William Brack), RVT's in XPath predicates (William),
820    namespace URI on template names (Mark Vakoc), stat() for Windows patch
821    (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of
822    memory detection misses (William), parserOptions propagation (William),
823    exclude-result-prefixes fix (William), // patten fix (William).
824   - extensions: module support (Joel Reed), dictionary based speedups
825    trying to get rid of xmlStrEqual as much as possible.
826   - documentation: added Wiki (Joel Reed)
827
828
8291.1.12: Oct 29 2004:
830   - build fixes: warnings removal (William).
831   - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date
832    negative periods (William Brack), generated tree structure fixes,
833    namespace lookup fix, use reentrant gmtime_r (William Brack),
834    exslt:funtion namespace fix (William), potential NULL pointer reference
835    (Dennis Dams, William), force string interning on generated
836  documents.
837   - documentation: update of the second tutorial (Panagiotis Louridas), add
838    exslt doc in rpm packages, fix the xsltproc man page.
839
840
8411.1.11: Sep 29 2004:
842   - bug fixes: xsl:include problems (William Brack), UTF8 number pattern
843    (William), date-time validation (William), namespace fix (William),
844    various Exslt date fixes (William), error callback fixes, leak with
845    namespaced global variable, attempt to fix a weird problem #153137
846   - improvements: exslt:date-sum tests (Derek Poon)
847   - documentation: second tutorial by Panagiotis Lourida
848
849
8501.1.10: Aug 31 2004:
851   - build fix: NUL in c file blocking compilation on Solaris, Windows build
852    (Igor Zlatkovic)
853   - fix: key initialization problem (William Brack)
854   - documentation: fixed missing man page description for --path
855
856
8571.1.9: Aug 22 2004:
858   - build fixes: missing tests (William Brack), Python dependancies, Python
859    on 64bits boxes, --with-crypto flag (Rob Richards),
860   - fixes: RVT key handling (William), Python binding (William and Sitsofe
861    Wheeler), key and XPath troubles (William), template priority on imports
862    (William), str:tokenize with empty strings (William), #default namespace
863    alias behaviour (William), doc ordering missing for main document
864    (William), 64bit bug (Andreas Schwab)
865   - improvements: EXSLT date:sum added (Joel Reed), hook for document
866    loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD
867    attributes, extend xsltproc --version with CVS stamp (William).
868   - Documentation: web page problem reported by Oliver Stoeneberg
869
870
8711.1.8: July 5 2004:
872   - build fixes: Windows runtime options (Oliver Stoeneberg), Windows
873    binary package layout (Igor Zlatkovic), libgcrypt version test and link
874    (William)
875   - documentation: fix libxslt namespace name in doc (William)
876   - bug fixes: undefined namespace message (William Brack), search engine
877    (William), multiple namespace fixups (William), namespace fix for key
878    evaluation (William), Python memory debug bindings,
879   - improvements: crypto extensions for exslt (Joel Reed, William)
880
881
8821.1.7: May 17 2004:
883   - build fix: warning about localtime_r on Solaris
884   - bug fix: UTF8 string tokenize (William Brack), subtle memory
885    corruption, linefeed after comment at document level (William),
886    disable-output-escaping problem (William), pattern compilation in deep
887    imported stylesheets (William), namespace extension prefix bug,
888    libxslt.m4 bug (Edward Rudd), namespace lookup for attribute, namespaced
889    DOCTYPE name
890
891
8921.1.6: Apr 18 2004:
893   - 2 bug fixes about keys fixed one by Mark Vakoc
894
895
8961.1.5: Mar 23 2004:
897   - performance: use dictionary lookup for variables
898   - remove use of _private from source documents
899   - cleanup of "make tests" output
900   - bugfixes: AVT in local variables, use localtime_r to avoid thread
901    troubles (William), dictionary handling bug (William), limited number of
902    stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
903    superfluous namespace (William), xsltproc error code on
904    <xsl:message> halt, OpenVMS fix, dictionary reference counting
905    change.
906
907
9081.1.4: Feb 23 2004:
909   - bugfixes: attributes without doc (Mariano Su�rez-Alvarez), problem with
910    Yelp, extension problem
911   - display extension modules (Steve Little)
912   - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
913
914
9151.1.3: Feb 16 2004:
916   - Rewrote the Attribute Value Template code, new XPath compilation
917    interfaces, dictionary reuses for XSLT with potential for serious
918    performance improvements.
919   - bug fixes: portability (William Brack), key() in node-set() results
920    (William), comment before doctype (William), math and node-set() problems
921    (William), cdata element and default namespace (William), behaviour on
922    unknown XSLT elements (Stefan Kost), priority of "//foo" patterns
923    (William), xsl:element and xsl:attribute QName check (William), comments
924    with -- (William), attribute namespace (William), check for ?> in PI
925    (William)
926   - Documentations: cleanup (John Fleck and William)
927   - Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane
928    bidoul)
929
930
9311.1.2: Dec 24 2003:
932   - Documentation fixes (John Fleck, William Brack), EXSLT documentation
933    (William Brack)
934   - Windows compilation fixes for MSVC and Mingw (Igor Zlatkovic)
935   - Bug fixes: exslt:date returning NULL strings (William Brack),
936    namespaces output (William Brack),  key and namespace definition problem,
937    passing options down to the document() parser, xsl:number fixes (William
938    Brack)
939
940
9411.1.1: Dec 10 2003:
942   - code cleanup (William Brack)
943   - Windows: Makefile improvements (Igor Zlatkovic)
944   - documentation improvements: William Brack, libexslt man page (Jonathan
945    Wakely)
946   - param in EXSLT functions (Shaun McCance)
947   - XSLT debugging improvements (Mark Vakoc)
948   - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William
949    Brack), key selector parsing with | reported by Oleg Paraschenko,
950    xsl:element with computed namespaces (William Brack), xslt:import/include
951    recursion detection (William Brack), exslt:function used in keys (William
952    Brack), bug when CDATA_SECTION are foun in the tree (William Brack),
953    entities handling when using XInclude.
954
955
9561.1.0: Nov 4 2003:
957   - Removed DocBook SGML broken support
958   - fix xsl:key to work with PIs
959   - Makefile and build improvement (Graham Wilson), build cleanup (William
960    Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen
961    Petrov)
962   - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher
963    Dunnavant)
964   - Python: never use stdout for error
965   - extension memory error fix (Karl Eichwalder)
966   - header path fixes (Steve Ball)
967   - added saxon:line-number() to libexslt (Brett Kail)
968   - Fix some tortuous template problems when using predicates (William
969    Brack)
970   - Debugger status patch (Kasimier Buchcik)
971   - Use new libxml2-2.6.x APIs for faster processing
972   - Make sure xsl:sort is empty
973   - Fixed a bug in default processing of attributes
974   - Removes the deprecated breakpoint library
975   - detect invalid names on templates (William Brack)
976   - fix exslt:document (and similar) base handling problem
977
978
9791.0.33: Sep 12 2003:
980This is a bugfix only release   - error message missing argument (William Brack)
981   - mode not cascaded in template fallbacks (William Brack)
982   - catch redefinition of parameter/variables  (William Brack)
983   - multiple keys with same namespace name (William Brack)
984   - patch for compilation using MingW on Windows (Mikhail Grushinskiy)
985   - header export macros for Windows (Igor Zlatkovic)
986   - cdata-section-elements handling of namespaced names
987   - compilation without libxml2 XPointer support (Mark Vadoc)
988   - apply-templates crash (William Brack)
989   - bug with imported templates (William Brack)
990   - imported attribute-sets merging bug (DocBook) (William Brack)
991
992
9931.0.32: Aug 9 2003:
994   - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT
995    function (William Brack), RVT for globals (William Brack), EXSLT date
996    (William Brack),
997    speed of large text output, xsl:copy with attributes, strip-space and
998    namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun
999    McCance), EXSLT:seconds (William Brack), sort with multiple keys (William
1000    Brack), checking of { and } for attribute value templates (William
1001    Brack)
1002
1003   - Python bindings for extension elements (Sean Treadway)
1004   - EXSLT:split added (Shaun McCance)
1005   - portability fixes for HP-UX/Solaris/IRIX (William Brack)
1006   - doc cleanup
1007
1008
10091.0.31: Jul 6 2003:
1010   - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for
1011    the debugger (Keith Isdale), output filename limitation, trio.h and
1012    triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner),
1013    xsltChoose and whitespace (Igor Zlatkovic),
1014    stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack),
1015    RVT bug introduced in 1.0.30
1016
1017   - avoid generating &quot; (fix in libxml2-2.5.8)
1018   - fix 64bit cleaness problem and compilation troubles introduced in
1019  1.0.30
1020   - Windows makefile generation (Igor Zlatkovic)
1021   - HP-UX portability fix
1022
1023
10241.0.30: May 4 2003:
1025   - Fixes and new APIs to handle Result Value Trees and avoid leaks
1026   - Fixes for: EXSLT math pow() function (Charles Bozeman), global
1027    parameter and global variables mismatch, a segfault on pattern
1028    compilation errors, namespace copy in xsl:copy-of, python generator
1029    problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor),
1030    current node when templates applies to attributes
1031
1032
10331.0.29: Apr 1 2003:
1034   - performance improvements especially for large flat documents
1035   - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace
1036    declarations with xsl:elements.
1037   - portability: python and trio fixes (Albert Chin), python on Solaris
1038    (Ben Phillips)
1039
1040
10411.0.28: Mar 24 2003:
1042   - fixed node() in patterns semantic.
1043   - fixed a memory access problem in format-number()
1044   - fixed stack overflow in recursive global variable or params
1045   - cleaned up Result Value Tree handling, and fixed a couple of old bugs
1046    in the process
1047
1048
10491.0.27: Feb 24 2003:
1050   - bug fixes: spurious xmlns:nsX="" generation, serialization bug (in
1051    libxml2), a namespace copy problem, errors in the RPM spec prereqs
1052   - Windows path canonicalization and document cache fix (Igor)
1053
1054
10551.0.26: Feb 10 2003:
1056   - Fixed 3 serious bugs in document() and stylesheet compilation which
1057    could lead to a crash
1058
1059
10601.0.25: Feb 5 2003:
1061   - Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C
1062    syntax pbm, 3 bugs reported by Eric van der Vlist
1063   - Some XPath and XInclude related problems were actually fixed in
1064    libxml2-2.5.2
1065   - Documentation: emphasize taht --docbook is not for XML docs.
1066
1067
10681.0.24: Jan 14 2003:
1069   - bug fixes: imported global varables, python bindings (St�phane Bidoul),
1070    EXSLT memory leak (Charles Bozeman), namespace generation on
1071    xsl:attribute, space handling with imports (Daniel Stodden),
1072    extension-element-prefixes (Josh Parsons), comments within xsl:text (Matt
1073    Sergeant), superfluous xmlns generation, XInclude related bug for
1074    numbering, EXSLT strings (Alexey Efimov), attribute-sets computation on
1075    imports, extension module init and shutdown callbacks not called
1076   - HP-UX portability (Alexey Efimov), Windows makefiles (Igor and Stephane
1077    Bidoul), VMS makefile updates (Craig A. Berry)
1078   - adds xsltGetProfileInformation() (Michael Rothwell)
1079   - fix the API generation scripts
1080   - API to provide the sorting routines (Richard Jinks)
1081   - added XML description of the EXSLT API
1082   - added ESXLT URI (un)escaping (J�rg Walter)
1083   - Some memory leaks have been found and fixed
1084   - document() now support fragment identifiers in URIs
1085
1086
10871.0.23: Nov 17 2002:
1088   - Windows build cleanup (Igor)
1089   - Unix build and RPM packaging cleanup
1090   - Improvement of the python bindings: extension functions and activating
1091    EXSLT
1092   - various bug fixes: number formatting, portability for bounded string
1093    functions, CData nodes, key(), @*[...] patterns
1094   - Documentation improvements (John Fleck)
1095   - added libxslt.m4 (Thomas Schraitle)
1096
1097
10981.0.22: Oct 18 2002:
1099   - Updates on the Windows Makefiles
1100   - Added a security module, and a related set of new options to
1101  xsltproc
1102   - Allowed per transformation error handler.
1103   - Fixed a few bugs: node() semantic, URI escaping, media-type, attribute
1104    lists
1105
1106
11071.0.21: Sep 26 2002:
1108   - Bug fixes: match="node()", date:difference() (Igor and Charlie
1109    Bozeman), disable-output-escaping
1110   - Python bindings: style.saveResultToString() from Ralf Mattes
1111   - Logos from Marc Liyanage
1112   - Mem leak fix from Nathan Myers
1113   - Makefile: DESTDIR fix from Christophe Merlet, AMD x86_64 (Mandrake),
1114    Windows (Igor), Python detection
1115   - Documentation improvements: John Fleck
1116
1117
11181.0.20: Aug 23 2002:
1119   - Windows makefile updates (Igor) and x86-64 (Frederic Crozat)
1120   - fixed HTML meta tag saving for Mac/IE users
1121   - possible leak patches from Nathan Myers
1122   - try to handle document('') as best as possible depending in the
1123  cases
1124   - Fixed the DocBook stylesheets handling problem
1125   - Fixed a few XSLT reported errors
1126
1127
11281.0.19:  July 6 2002:
1129   - EXSLT: dynamic functions and date support bug fixes (Mark Vakoc)
1130   - xsl:number fix: Richard Jinks
1131   - xsl:format-numbers fix: Ken Neighbors
1132   - document('') fix: bug pointed by Eric van der Vlist
1133   - xsl:message with terminate="yes" fixes: William Brack
1134   - xsl:sort order support added: Ken Neighbors
1135   - a few other bug fixes, some of them requiring the latest version of
1136    libxml2
1137
1138
11391.0.18: May 27 2002:
1140   - a number of bug fixes: attributes, extra namespace declarations
1141    (DocBook), xsl:include crash (Igor), documentation (Christian Cornelssen,
1142    Charles Bozeman and Geert Kloosterman),  element-available (Richard
1143  Jinks)
1144   - xsltproc can now list teh registered extensions thanks to Mark
1145  Vakoc
1146   - there is a new API to save directly to a string
1147    xsltSaveResultToString() by Morus Walter
1148   - specific error registration function for the python API
1149
1150
11511.0.17: April 29 2002:
1152   - cleanup in code, XSLT debugger support and Makefiles for Windows by
1153  Igor
1154   - a C++ portability fix by Mark Vakoc
1155   - EXSLT date improvement and regression tests by Charles Bozeman
1156   - attempt to fix a bug in xsltProcessUserParamInternal
1157
1158
11591.0.16: April 15 2002:
1160   - Bug fixes: strip-space, URL in HTML output, error when xsltproc can't
1161    save
1162   - portability fixes: OSF/1, IEEE on alphas, Windows, Python bindings
1163
1164
11651.0.15: Mar 25 2002:
1166   - Bugfixes: XPath, python Makefile, recursive attribute sets, @foo[..]
1167    templates
1168   - Debug of memory alocation with valgind
1169   - serious profiling leading to significant improvement for DocBook
1170    processing
1171   - revamp of the Windows build
1172
1173
11741.0.14: Mar 18 2002:
1175   - Improvement in the XPath engine (libxml2-2.4.18)
1176   - Nasty bug fix related to exslt:node-set
1177   - Fixed the python Makefiles, cleanup of doc comments, Windows
1178    portability fixes
1179
1180
11811.0.13: Mar 8 2002:
1182   - a number of bug fixes including "namespace node have no parents"
1183   - Improvement of the Python bindings
1184   - Charles Bozeman provided fixes and regression tests for exslt date
1185    functions.
1186
1187
11881.0.12: Feb 11 2002:
1189   - Fixed the makefiles especially the python module ones
1190   - half a dozen bugs fixes including 2 old ones
1191
1192
11931.0.11: Feb 8 2002:
1194   - Change of Licence to the MIT
1195  Licence
1196   - Added a beta version of the Python bindings, including support to
1197    extend the engine with functions written in Python
1198   - A number of bug fixes
1199   - Charlie Bozeman provided more EXSLT functions
1200   - Portability fixes
1201
1202
12031.0.10: Jan 14 2002:
1204   - Windows fixes for Win32 from Igor
1205   - Fixed the Solaris compilation trouble (Albert)
1206   - Documentation changes and updates: John Fleck
1207   - Added a stringparam option to avoid escaping hell at the shell
1208  level
1209   - A few bug fixes
1210
1211
12121.0.9: Dec 7 2001:
1213   - Makefile patches from Peter Williams
1214   - attempt to fix the compilation problem associated to prelinking
1215   - obsoleted libxsltbreakpoint now deprecated and frozen to 1.0.8 API
1216   - xsltproc return codes are now significant, John Fleck updated the
1217    documentation
1218   - patch to allow as much as 40 steps in patterns (Marc Tardif), should be
1219    made dynamic really
1220   - fixed a bug raised by Nik Clayton when using doctypes with HTML
1221  output
1222   - patches from Keith Isdale to interface with xsltdebugger
1223
1224
12251.0.8: Nov 26 2001:
1226   - fixed an annoying header problem, removed a few bugs and some code
1227    cleanup
1228   - patches for Windows and update of Windows Makefiles by Igor
1229   - OpenVMS port instructions from John A Fotheringham
1230   - fixed some Makefiles annoyance and libraries prelinking
1231  information
1232
1233
12341.0.7: Nov 10 2001:
1235   - remove a compilation problem with LIBXSLT_PUBLIC
1236   - Finishing the integration steps for Keith Isdale debugger
1237   - fixes the handling of indent="no" on HTML output
1238   - fixes on the configure script and RPM spec file
1239
1240
12411.0.6: Oct 30 2001:
1242   - bug fixes on number formatting (Thomas), date/time functions (Bruce
1243    Miller)
1244   - update of the Windows Makefiles (Igor)
1245   - fixed DOCTYPE generation rules for HTML output (me)
1246
1247
12481.0.5: Oct 10 2001:
1249   - some portability fixes, including Windows makefile updates from
1250  Igor
1251   - fixed a dozen bugs on XSLT and EXSLT (me and Thomas Broyer)
1252   - support for Saxon's evaluate and expressions extensions added (initial
1253    contribution from Darren Graves)
1254   - better handling of XPath evaluation errors
1255
1256
12571.0.4: Sep 12 2001:
1258   - Documentation updates from John fleck
1259   - bug fixes (DocBook  FO generation should be fixed)  and portability
1260    improvements
1261   - Thomas Broyer improved the existing EXSLT support and added String,
1262    Time and Date core functions support
1263
1264
12651.0.3:  Aug 23 2001:
1266   - XML Catalog support see the doc
1267   - New NaN/Infinity floating point code
1268   - A few bug fixes
1269
1270
12711.0.2:  Aug 15 2001:
1272   - lot of bug fixes, increased the testsuite
1273   - a large chunk of EXSLT is implemented
1274   - improvements on the extension framework
1275   - documentation improvements
1276   - Windows MSC projects files should be up-to-date
1277   - handle attributes inherited from the DTD by default
1278
1279
12801.0.1:  July 24 2001:
1281   - initial EXSLT framework
1282   - better error reporting
1283   - fixed the profiler on Windows
1284   - bug fixes
1285
1286
12871.0.0: July 10 2001:
1288   - a lot of cleanup, a lot of regression tests added or fixed
1289   - added a documentation for writing
1290    extensions
1291   - fixed some variable evaluation problems (with William)
1292   - added profiling of stylesheet execution accessible as the xsltproc
1293    --profile option
1294   - fixed element-available() and the implementation of the various
1295    chunking methods present, Norm Walsh provided a lot of feedback
1296   - exclude-result-prefixes and namespaces output should now work as
1297    expected
1298   - added support of embedded stylesheet as described in section 2.7 of the
1299    spec
1300
1301
13020.14.0: July 5 2001:
1303   - lot of bug fixes, and code cleanup
1304   - completion of the little XSLT-1.0 features left unimplemented
1305   - Added and implemented the extension API suggested by Thomas Broyer
1306   - the Windows MSC environment should be complete
1307   - tested and optimized with a really large document (DocBook Definitive
1308    Guide) libxml/libxslt should really be faster on serious workloads
1309
1310
13110.13.0: June 26 2001:
1312   - lots of cleanups
1313   - fixed a C++ compilation problem
1314   - couple of fixes to xsltSaveTo()
1315   - try to fix Docbook-xslt-1.4 and chunking, updated the regression test
1316    with them
1317   - fixed pattern compilation and priorities problems
1318   - Patches for Windows and MSC project mostly contributed by Yon Derek
1319   - update to the Tutorial by John Fleck
1320   - William fixed bugs in templates and for-each functions
1321   - added a new interface xsltRunStylesheet() for a more flexible output
1322    (incomplete), added -o option to xsltproc
1323
1324
13250.12.0: June 18 2001:
1326   - fixed a dozen of bugs reported
1327   - HTML generation should be quite better (requires libxml-2.3.11 upgrade
1328    too)
1329   - William fixed some problems with document()
1330   - Fix namespace nodes selection and copy (requires libxml-2.3.11 upgrade
1331    too)
1332   - John Fleck added a
1333  tutorial
1334   - Fixes for namespace handling when evaluating variables
1335   - XInclude global flag added to process XInclude on document() if
1336    requested
1337   - made xsltproc --version more detailed
1338
1339
13400.11.0: June 1 2001:
1341Mostly a bug fix release.   - integration of catalogs from xsltproc
1342   - added --version to xsltproc for bug reporting
1343   - fixed errors when handling ID in external parsed entities
1344   - document() should hopefully work correctly but ...
1345   - fixed bug with PI and comments processing
1346   - William fixed the XPath string functions when using unicode
1347
1348
13490.10.0: May 19 2001:
1350   - cleanups to make stylesheet read-only (not 100% complete)
1351   - fixed URI resolution in document()
1352   - force all XPath expression to be compiled at stylesheet parsing time,
1353    even if unused ...
1354   - Fixed HTML default output detection
1355   - Fixed double attribute generation #54446
1356   - Fixed {{ handling in attributes #54451
1357   - More tests and speedups for DocBook document transformations
1358   - Fixed a really bad race like bug in xsltCopyTreeList()
1359   - added a documentation on the libxslt internals
1360   - William Brack and Bjorn Reese improved format-number()
1361   - Fixed multiple sort, it should really work now
1362   - added a --docbook option for SGML DocBook input (hackish)
1363   - a number of other bug fixes and regression test added as people were
1364    submitting them
1365
1366
13670.9.0: May 3 2001:
1368   - lot of various bugfixes, extended the regression suite
1369   - xsltproc should work with multiple params
1370   - added an option to use xsltproc with HTML input
1371   - improved the stylesheet compilation, processing of complex stylesheets
1372    should be faster
1373   - using the same stylesheet for concurrent processing on multithreaded
1374    programs should work now
1375   - fixed another batch of namespace handling problems
1376   - Implemented multiple level of sorting
1377
1378
13790.8.0: Apr 22 2001:
1380   - fixed ansidecl.h problem
1381   - fixed unparsed-entity-uri() and generate-id()
1382   - sort semantic fixes and priority prob from William M. Brack
1383   - fixed namespace handling problems in XPath expression computations
1384    (requires libxml-2.3.7)
1385   - fixes to current() and key()
1386   - other, smaller fixes, lots of testing with N Walsh DocBook HTML
1387    stylesheets
1388
1389
13900.7.0: Apr 10 2001:
1391   - cleanup using stricter compiler flags
1392   - command line parameter passing
1393   - fix to xsltApplyTemplates from William M. Brack
1394   - added the XSLTMark in the regression tests as well as document()
1395
1396
13970.6.0: Mar 22 2001:
1398   - another beta
1399   - requires 2.3.5, which provide XPath expression compilation support
1400   - document() extension should function properly
1401   - fixed a number or reported bugs
1402
1403
14040.5.0: Mar 10 2001:
1405   - fifth beta
1406   - some optimization work, for the moment 2 XSLT transform cannot use the
1407    same stylesheet at the same time (to be fixed)
1408   - fixed problems with handling of tree results
1409   - fixed a reported strip-spaces problem
1410   - added more reported/fixed bugs to the test suite
1411   - incorporated William M. Brack fix for imports and global variables as
1412    well as patch for with-param support in apply-templates
1413   - a bug fix on for-each
1414
1415
14160.4.0: Mar 1 2001:
1417   - fourth beta test, released at the same time of libxml2-2.3.3
1418   - bug fixes
1419   - some optimization
1420   - started implement extension support, not finished
1421   - implemented but not tested multiple file output
1422
1423
14240.3.0: Feb 24 2001:
1425   - third beta test, released at the same time of libxml2-2.3.2
1426   - lot of bug fixes
1427   - some optimization
1428   - added DocBook XSL based testsuite
1429
1430
14310.2.0: Feb 15 2001:
1432   - second beta version, released at the same time as libxml2-2.3.1
1433   - getting close to feature completion, lot of bug fixes, some in the HTML
1434    and XPath support of libxml
1435   - start becoming usable for real work. This version can now regenerate
1436    the XML 2e HTML from the original XML sources and the associated
1437    stylesheets (in section I of the XML
1438    REC)
1439   - Still misses extension element/function/prefixes support. Support of
1440    key() and document() is not complete
1441
1442
14430.1.0: Feb 8 2001:
1444   - first beta version, released at the same time as libxml2-2.3.0
1445   - lots of bug fixes, first "testing" version, but incomplete
1446
1447
14480.0.1: Jan 25 2001:
1449   - first alpha version released at the same time as libxml2-2.2.12
1450   - Framework in place, should work on simple examples, but far from being
1451    feature complete
1452
1453Daniel Veillard at
1454bugs.html
1455