Get rid of specific build setup and STATIC_BINARIES
[platform/upstream/libxslt.git] / NEWS
1
2         NEWS file for libxslt
3
4   Note that this is automatically generated from the news webpage at:
5        http://xmlsoft.org/XSLT/news.html
6
7 The change log at 
8 ChangeLog.html
9  describes the recents commits
10 to the SVN at 
11 http://svn.gnome.org/viewcvs/libxslt/trunk/
12  code base.Those are the public releases made:
13 1.1.26: Sep 24 2009:
14    -  Improvement:
15     Add xsltProcessOneNode to exported symbols for lxml (Daniel Veillard)
16   
17    -  Bug fixes:
18     Fix an idness generation problem (Daniel Veillard),
19     595612 Try to fix some locking problems (Daniel Veillard),
20     Fix a crash on misformed imported stylesheets (Daniel Veillard)
21   
22
23
24 1.1.25: Sep 17 2009:
25    -  Features:
26       Add API versioning and various cleanups (Daniel Veillard),
27       xsl:sort lang support using the locale (Nick Wellnhofer and Roumen Petrov)
28   
29    -  Documentation:
30       Fix the download links for Solaris (Daniel Veillard),
31       Fix makefile and spec file to include doc in rpm (Daniel Veillard)
32   
33    -  Portability:
34       Make sure testThreads is linked with pthreads (Daniel Veillard),
35       Fix potential crash on debug of extensions Solaris (Ben Walton),
36       applied patch from Roumen Petrov for mingw cross compilation problems (Roumen Petrov),
37       patch from Richard Jones to build shared libs with MinGW cross-compiler (Richard Jones),
38       fix include path when compiling with MinGW (Roumen Petrov),
39       portability fixes ( Nick Wellnhofer and Roumen Petrov)
40   
41    -  Bug fixes:
42       Big fixes of pattern compilations (Nick Wellnhofer),
43       Fix uses of xmlAddChild for error handling (Daniel Veillard),
44       Detect deep recusion on function calls (Daniel Veillard),
45       Avoid an error in namespace generation (Martin),
46       Fix importing of encoding from included stylesheets (Nick Wellnhofer),
47       Fix problems with embedded stylesheets and namespaces (Martin),
48       QName parsing fix for patterns (Martin),
49       Crash compiling stylesheet with DTD (Martin),
50       Fix xsl:strip-space with namespace and wildcard (Nick Wellnhofer),
51       Fix a mutex deadlock on unregistered extensions (Nix),
52       567192 xsltproc --output option ignore --xinclude (Joachim Breitner),
53       Fix redundant headers in list (Daniel Veillard),
54       134754 Configure's --with-html-dir related fixes (Julio M. Merino Vidal),
55       305913 a serious problem in extensions reentrancy (Daniel Veillard),
56       Fix an idness issue when building the tree (Daniel Veillard),
57       Fixed indexing error reported by Ron Burk on the mailing list. (William M. Brack),
58       prevent some unchecked pointer accesses (Jake Goulding),
59       fix for CVE-2008-2935 libexslt RC4 encryption/decryption functions Daniel (Daniel Veillard),
60       avoid a quadratic behaviour when hitting duplicates (Daniel Veillard),
61       544829 fixed option --with-debugger (Arun Ragnavan),
62       541965 fixed incorrect argument popping in exsltMathAtan2Function (William M. Brack),
63       fix problem with string check for element-available (Ron Burk),
64       539741 added code to handle literal within an AVT (William M. Brack)
65   
66    -  Improvements:
67       Allow use of EXSLT outside XSLT (Martin),
68       Support Esperanto locale (Nick Wellnhofer),
69       Change how attributes are copied for id and speed (Daniel Veillard),
70       Add API versioning and various cleanups (Daniel Veillard),
71       Adding a test program to check thread reentrancy (Daniel Veillard),
72       big patch from  finishing xsl:sort lang support (Roumen Petrov),
73       add xsl:sort lang support using the locale (Nick Wellnhofer)
74   
75    -  Cleanups:
76       Label xsltProcessOneNode as static (Daniel Veillard),
77       git setup (Daniel Veillard),
78       fixed typo detected by new libxml2 code (William M. Brack),
79       xsltExtFunctionLookup was defined but never implemented (Ralf Junker)
80   
81
82
83 1.1.24: May 13 2008:
84    - Documentation: man page fix (Vincent Lefevre).
85    - Bug fixes: pattern bug fix, key initialization problems, exclusion of
86       unknown namespaced element on top of stylesheets, python generator
87       syntactic cleanup (Martin)
88
89
90 1.1.23: Apr  8 2008:
91    - Documentation: fix links for Cygwin DocBook setup (Philippe Bourcier),
92       xsltParseStylesheetDoc doc fix (Jason Viers), fix manpage default
93       maxdepth value 
94    - Bug fixes: python segfault (Daniel Gryniewicz), week-in-year bug fix
95       (Maurice van der Pot), fix python iterator problem (William Brack),
96       avoid garbage collection problems on str:tokenize and str:split
97       and function results (William Brack and Peter Pawlowski) 
98       superfluous re-generation of keys (William Brack), remove superfluous
99       code in xsltExtInitTest (Tony Graham), func:result segfault fix
100       (William Brack), timezone offset problem (Peter Pawlowski),
101    - Portability fixes: old gcrypt support fix (Brent Cowgill), Python
102       portability patch (Stephane Bidoul), VS 2008 fix (Rob Richard) 
103
104
105 1.1.22: Aug 23 2007:
106    - Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix
107       bug (William Brack), stylesheet compilation error handling (Rob Richards).
108       
109    - Portability fixes: improve build with VS2005 (Rob Richards), 
110       fixing build on AIX (Bjorn Wiberg), fix the security file checks on
111       Windows (Roland Schwarz and Rob Richards). 
112    - Improvement: add an --encoding option to xsltproc (Drazen Kacar). 
113
114
115 1.1.21: Jun 12 2007:
116    - Bug fixes: out of memory allocation errors (William Brack), 
117       namespace problem on compound predicates (William Brack),
118       python space/tab inconsistencies (Andreas Hanke), hook xsl:message
119       to per transformation error callbacks (Shaun McCance),
120       cached RVT problem (William Brack), XPath context maintainance
121       on choose (William Brack), memory leaks in the math module (William
122       Brack), exclude-result-prefix induced namespace problem (William
123       Brack)
124    - Build: configure setup for TRIO_REPLACE_STDIO (William Brack)
125   
126    - Documentation: updated after change from CVs to SVN (William Brack)
127
128
129 1.1.20: Jan 17 2007:
130    - Portability fixes: strict aliasing fix (Marcus Meissner), BSD portability
131       patches (Roland Illig)
132    - Bug fixes: Result Value Tree handling fix (William Brack), function
133       parameters fix (William), uninitialized variable (Kjartan Maraas),
134       empty text node handling (William), plugin support and test fixes (William),
135       fragment support fixes (William)
136    - Improvements: python stylesheet compare and transform context
137       access (Nic Ferrier), EXSLT string replace support (Joel Reed),
138       xsltproc better low level error handling (Mike Hommey and William)
139
140
141 1.1.19: Nov 29 2006:
142    - Bug fixes: entities within attributes (William Brack), Python detection
143       problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result
144       value tree caching bug (William Brack)
145
146
147 1.1.18: Oct 26 2006:
148    - portability and build fixes: DESTDIR problem, build paths in python
149       shared lib, compile when libxml2 doesn't support XInclude (Gary Coady).
150    - bug fixes: a number of namespace related bugs (Kasimier Buchcik), 
151       parameters bugs (Kasimier Buchcik), proximity position in predicates
152       of match patterns (Kasimier), exslt-node-set troubles with strings
153       (Kasimier), CDATA serialization, Python floats and booleans XPath
154       conversions, XInclude support fixes, RVT cleanup problem (William Brack
155       and Kasimier), attribute checking in stylesheets (Kasimier), xsltForEach
156       context problem (Kasimier), security check should pass full URLs (Shane
157       Corgatelli), security cleanup patch (Mikhail Zabaluev), some python
158       accessor for stylesheet were broken, memory errors when compiling 
159       stylesheets (Mike Hommey), EXSLT current date end-of-month problem
160       (William Brack).
161    - improvements: refactoring of namespace handling, value-of impleemntation
162       and template internal processing (Kasimier Buchcik), new xsltproc
163       flag to apply Xinclude to stylesheets.
164    - documentation: xsltproc man pages (Daniel Leidert), tests updates
165       (William Brack), various typo fixes (Daniel Leidert), comments on
166       versions macros (Peter Breitenlohner).
167
168
169 1.1.17: Jun 6 2006:
170    - portability fixes: python detection
171    - bug fixes: some regression tests, attribute/namespaces output (Kasimier
172     Buchcik), problem in mixed xsl:value-of and xsl:text uses (Kasimier)
173    - improvements: internal refactoring (Kasimier Buchcik), use of the XPath
174     object cache in libxml2-2.6.25 (Kasimier)
175
176
177 1.1.16: May 01 2006:
178    - portability fixes: EXSLT date/time on Solaris and IRIX (Albert Chin),
179       HP-UX  build (Albert Chin), 
180   
181    - build fixes: Python detection(Joseph Sacco), plugin configurei
182       (Joel Reed)
183    - bug fixes: pattern compilation fix(William Brack), EXSLT date/time
184       fix (Thomas Broyer), EXSLT function bug, potential loop on variable
185       eval, startup race (Christopher Palmer), debug statement left in python
186       (Nic Ferrier), various cleanup based on Coverity reports), error on
187       Out of memory condition (Charles Hardin), various namespace prefixes
188       fixes (Kasimier Buchcik), 
189    - improvement: speed up sortingi, start of internals refactoring (Kasimier
190       Buchcik)
191    - documentation: man page fixes and updates (Daniel Leidert)
192
193
194
195 1.1.15: Sep 04 2005:
196    - build fixes: Windows build cleanups and updates (Igor Zlatkovic),
197     remove jhbuild warnings
198    - bug fixes: negative number formatting (William Brack), number
199     formatting per mille definition (William Brack), XInclude default values
200     (William), text copy bugs (William), bug related to xmlXPathContext size,
201     reuse libxml2 memory management for text nodes, dictionary text bug,
202     forbid variables in match (needs libxml2-2.6.21)
203    - improvements: EXSLT dyn:map (Mark Vakoc),
204    - documentation: EXSLT date and time functions namespace in man (Jonathan
205     Wakely)
206
207
208 1.1.14: Apr 02 2005:
209    - bug fixes: text node on stylesheet document without a dictionary
210     (William Brack), more checking of XSLT syntax, calling xsltInit()
211     multiple times, mode values interning raised by Mark Vakoc, bug in
212     pattern matching with ancestors, bug in patterna matching with cascading
213     select, xinclude and document() problem, build outside of source tree
214     (Mike Castle)
215    - improvement: added a --nodict mode to xsltproc to check problems for
216     docuemtns without dictionaries
217
218
219 1.1.13: Mar 13 2005:
220    - build fixes: 64bits cleanup (William Brack), python 2.4 test (William),
221     LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes (Joel
222     Reed), libgcrypt-devel requires for RPM spec.
223    - bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template
224     should not change the current template rule (William Brack), evaluation
225     of global variables (William Brack), RVT's in XPath predicates (William),
226     namespace URI on template names (Mark Vakoc), stat() for Windows patch
227     (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of
228     memory detection misses (William), parserOptions propagation (William),
229     exclude-result-prefixes fix (William), // patten fix (William).
230    - extensions: module support (Joel Reed), dictionary based speedups
231     trying to get rid of xmlStrEqual as much as possible.
232    - documentation: added Wiki (Joel Reed)
233
234
235 1.1.12: Oct 29 2004:
236    - build fixes: warnings removal (William).
237    - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date
238     negative periods (William Brack), generated tree structure fixes,
239     namespace lookup fix, use reentrant gmtime_r (William Brack),
240     exslt:funtion namespace fix (William), potential NULL pointer reference
241     (Dennis Dams, William), force string interning on generated
242   documents.
243    - documentation: update of the second tutorial (Panagiotis Louridas), add
244     exslt doc in rpm packages, fix the xsltproc man page.
245
246
247 1.1.11: Sep 29 2004:
248    - bug fixes: xsl:include problems (William Brack), UTF8 number pattern
249     (William), date-time validation (William), namespace fix (William),
250     various Exslt date fixes (William), error callback fixes, leak with
251     namespaced global variable, attempt to fix a weird problem #153137
252    - improvements: exslt:date-sum tests (Derek Poon)
253    - documentation: second tutorial by Panagiotis Lourida
254
255
256 1.1.10: Aug 31 2004:
257    - build fix: NUL in c file blocking compilation on Solaris, Windows build
258     (Igor Zlatkovic)
259    - fix: key initialization problem (William Brack)
260    - documentation: fixed missing man page description for --path
261
262
263 1.1.9: Aug 22 2004:
264    - build fixes: missing tests (William Brack), Python dependancies, Python
265     on 64bits boxes, --with-crypto flag (Rob Richards),
266    - fixes: RVT key handling (William), Python binding (William and Sitsofe
267     Wheeler), key and XPath troubles (William), template priority on imports
268     (William), str:tokenize with empty strings (William), #default namespace
269     alias behaviour (William), doc ordering missing for main document
270     (William), 64bit bug (Andreas Schwab)
271    - improvements: EXSLT date:sum added (Joel Reed), hook for document
272     loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD
273     attributes, extend xsltproc --version with CVS stamp (William).
274    - Documentation: web page problem reported by Oliver Stoeneberg
275
276
277 1.1.8: July 5 2004:
278    - build fixes: Windows runtime options (Oliver Stoeneberg), Windows
279     binary package layout (Igor Zlatkovic), libgcrypt version test and link
280     (William)
281    - documentation: fix libxslt namespace name in doc (William)
282    - bug fixes: undefined namespace message (William Brack), search engine
283     (William), multiple namespace fixups (William), namespace fix for key
284     evaluation (William), Python memory debug bindings,
285    - improvements: crypto extensions for exslt (Joel Reed, William)
286
287
288 1.1.7: May 17 2004:
289    - build fix: warning about localtime_r on Solaris
290    - bug fix: UTF8 string tokenize (William Brack), subtle memory
291     corruption, linefeed after comment at document level (William),
292     disable-output-escaping problem (William), pattern compilation in deep
293     imported stylesheets (William), namespace extension prefix bug,
294     libxslt.m4 bug (Edward Rudd), namespace lookup for attribute, namespaced
295     DOCTYPE name
296
297
298 1.1.6: Apr 18 2004:
299    - 2 bug fixes about keys fixed one by Mark Vakoc
300
301
302 1.1.5: Mar 23 2004:
303    - performance: use dictionary lookup for variables
304    - remove use of _private from source documents
305    - cleanup of "make tests" output
306    - bugfixes: AVT in local variables, use localtime_r to avoid thread
307     troubles (William), dictionary handling bug (William), limited number of
308     stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
309     superfluous namespace (William), xsltproc error code on
310     <xsl:message> halt, OpenVMS fix, dictionary reference counting
311     change.
312
313
314 1.1.4: Feb 23 2004:
315    - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with
316     Yelp, extension problem
317    - display extension modules (Steve Little)
318    - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
319
320
321 1.1.3: Feb 16 2004:
322    - Rewrote the Attribute Value Template code, new XPath compilation
323     interfaces, dictionary reuses for XSLT with potential for serious
324     performance improvements.
325    - bug fixes: portability (William Brack), key() in node-set() results
326     (William), comment before doctype (William), math and node-set() problems
327     (William), cdata element and default namespace (William), behaviour on
328     unknown XSLT elements (Stefan Kost), priority of "//foo" patterns
329     (William), xsl:element and xsl:attribute QName check (William), comments
330     with -- (William), attribute namespace (William), check for ?> in PI
331     (William)
332    - Documentations: cleanup (John Fleck and William)
333    - Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane
334     bidoul)
335
336
337 1.1.2: Dec 24 2003:
338    - Documentation fixes (John Fleck, William Brack), EXSLT documentation
339     (William Brack)
340    - Windows compilation fixes for MSVC and Mingw (Igor Zlatkovic)
341    - Bug fixes: exslt:date returning NULL strings (William Brack),
342     namespaces output (William Brack),  key and namespace definition problem,
343     passing options down to the document() parser, xsl:number fixes (William
344     Brack)
345
346
347 1.1.1: Dec 10 2003:
348    - code cleanup (William Brack)
349    - Windows: Makefile improvements (Igor Zlatkovic)
350    - documentation improvements: William Brack, libexslt man page (Jonathan
351     Wakely)
352    - param in EXSLT functions (Shaun McCance)
353    - XSLT debugging improvements (Mark Vakoc)
354    - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William
355     Brack), key selector parsing with | reported by Oleg Paraschenko,
356     xsl:element with computed namespaces (William Brack), xslt:import/include
357     recursion detection (William Brack), exslt:function used in keys (William
358     Brack), bug when CDATA_SECTION are foun in the tree (William Brack),
359     entities handling when using XInclude.
360
361
362 1.1.0: Nov 4 2003:
363    - Removed DocBook SGML broken support
364    - fix xsl:key to work with PIs
365    - Makefile and build improvement (Graham Wilson), build cleanup (William
366     Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen
367     Petrov)
368    - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher
369     Dunnavant)
370    - Python: never use stdout for error
371    - extension memory error fix (Karl Eichwalder)
372    - header path fixes (Steve Ball)
373    - added saxon:line-number() to libexslt (Brett Kail)
374    - Fix some tortuous template problems when using predicates (William
375     Brack)
376    - Debugger status patch (Kasimier Buchcik)
377    - Use new libxml2-2.6.x APIs for faster processing
378    - Make sure xsl:sort is empty
379    - Fixed a bug in default processing of attributes
380    - Removes the deprecated breakpoint library
381    - detect invalid names on templates (William Brack)
382    - fix exslt:document (and similar) base handling problem
383
384
385 1.0.33: Sep 12 2003:
386 This is a bugfix only release   - error message missing argument (William Brack)
387    - mode not cascaded in template fallbacks (William Brack)
388    - catch redefinition of parameter/variables  (William Brack)
389    - multiple keys with same namespace name (William Brack)
390    - patch for compilation using MingW on Windows (Mikhail Grushinskiy)
391    - header export macros for Windows (Igor Zlatkovic)
392    - cdata-section-elements handling of namespaced names
393    - compilation without libxml2 XPointer support (Mark Vadoc)
394    - apply-templates crash (William Brack)
395    - bug with imported templates (William Brack)
396    - imported attribute-sets merging bug (DocBook) (William Brack)
397
398
399 1.0.32: Aug 9 2003:
400    - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT
401     function (William Brack), RVT for globals (William Brack), EXSLT date
402     (William Brack),
403     speed of large text output, xsl:copy with attributes, strip-space and
404     namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun
405     McCance), EXSLT:seconds (William Brack), sort with multiple keys (William
406     Brack), checking of { and } for attribute value templates (William
407     Brack)
408   
409    - Python bindings for extension elements (Sean Treadway)
410    - EXSLT:split added (Shaun McCance)
411    - portability fixes for HP-UX/Solaris/IRIX (William Brack)
412    - doc cleanup
413
414
415 1.0.31: Jul 6 2003:
416    - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for
417     the debugger (Keith Isdale), output filename limitation, trio.h and
418     triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner),
419     xsltChoose and whitespace (Igor Zlatkovic),
420     stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack),
421     RVT bug introduced in 1.0.30
422   
423    - avoid generating &quot; (fix in libxml2-2.5.8)
424    - fix 64bit cleaness problem and compilation troubles introduced in
425   1.0.30
426    - Windows makefile generation (Igor Zlatkovic)
427    - HP-UX portability fix
428
429
430 1.0.30: May 4 2003:
431    - Fixes and new APIs to handle Result Value Trees and avoid leaks
432    - Fixes for: EXSLT math pow() function (Charles Bozeman), global
433     parameter and global variables mismatch, a segfault on pattern
434     compilation errors, namespace copy in xsl:copy-of, python generator
435     problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor),
436     current node when templates applies to attributes
437
438
439 1.0.29: Apr 1 2003:
440    - performance improvements especially for large flat documents
441    - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace
442     declarations with xsl:elements.
443    - portability: python and trio fixes (Albert Chin), python on Solaris
444     (Ben Phillips)
445
446
447 1.0.28: Mar 24 2003:
448    - fixed node() in patterns semantic.
449    - fixed a memory access problem in format-number()
450    - fixed stack overflow in recursive global variable or params
451    - cleaned up Result Value Tree handling, and fixed a couple of old bugs
452     in the process
453
454
455 1.0.27: Feb 24 2003:
456    - bug fixes: spurious xmlns:nsX="" generation, serialization bug (in
457     libxml2), a namespace copy problem, errors in the RPM spec prereqs
458    - Windows path canonicalization and document cache fix (Igor)
459
460
461 1.0.26: Feb 10 2003:
462    - Fixed 3 serious bugs in document() and stylesheet compilation which
463     could lead to a crash
464
465
466 1.0.25: Feb 5 2003:
467    - Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C
468     syntax pbm, 3 bugs reported by Eric van der Vlist
469    - Some XPath and XInclude related problems were actually fixed in
470     libxml2-2.5.2
471    - Documentation: emphasize taht --docbook is not for XML docs.
472
473
474 1.0.24: Jan 14 2003:
475    - bug fixes: imported global varables, python bindings (Stéphane Bidoul),
476     EXSLT memory leak (Charles Bozeman), namespace generation on
477     xsl:attribute, space handling with imports (Daniel Stodden),
478     extension-element-prefixes (Josh Parsons), comments within xsl:text (Matt
479     Sergeant), superfluous xmlns generation, XInclude related bug for
480     numbering, EXSLT strings (Alexey Efimov), attribute-sets computation on
481     imports, extension module init and shutdown callbacks not called
482    - HP-UX portability (Alexey Efimov), Windows makefiles (Igor and Stephane
483     Bidoul), VMS makefile updates (Craig A. Berry)
484    - adds xsltGetProfileInformation() (Michael Rothwell)
485    - fix the API generation scripts
486    - API to provide the sorting routines (Richard Jinks)
487    - added XML description of the EXSLT API
488    - added ESXLT URI (un)escaping (Jörg Walter)
489    - Some memory leaks have been found and fixed
490    - document() now support fragment identifiers in URIs
491
492
493 1.0.23: Nov 17 2002:
494    - Windows build cleanup (Igor)
495    - Unix build and RPM packaging cleanup
496    - Improvement of the python bindings: extension functions and activating
497     EXSLT
498    - various bug fixes: number formatting, portability for bounded string
499     functions, CData nodes, key(), @*[...] patterns
500    - Documentation improvements (John Fleck)
501    - added libxslt.m4 (Thomas Schraitle)
502
503
504 1.0.22: Oct 18 2002:
505    - Updates on the Windows Makefiles
506    - Added a security module, and a related set of new options to
507   xsltproc
508    - Allowed per transformation error handler.
509    - Fixed a few bugs: node() semantic, URI escaping, media-type, attribute
510     lists
511
512
513 1.0.21: Sep 26 2002:
514    - Bug fixes: match="node()", date:difference() (Igor and Charlie
515     Bozeman), disable-output-escaping
516    - Python bindings: style.saveResultToString() from Ralf Mattes
517    - Logos from Marc Liyanage
518    - Mem leak fix from Nathan Myers
519    - Makefile: DESTDIR fix from Christophe Merlet, AMD x86_64 (Mandrake),
520     Windows (Igor), Python detection
521    - Documentation improvements: John Fleck
522
523
524 1.0.20: Aug 23 2002:
525    - Windows makefile updates (Igor) and x86-64 (Frederic Crozat)
526    - fixed HTML meta tag saving for Mac/IE users
527    - possible leak patches from Nathan Myers
528    - try to handle document('') as best as possible depending in the
529   cases
530    - Fixed the DocBook stylesheets handling problem
531    - Fixed a few XSLT reported errors
532
533
534 1.0.19:  July 6 2002:
535    - EXSLT: dynamic functions and date support bug fixes (Mark Vakoc)
536    - xsl:number fix: Richard Jinks
537    - xsl:format-numbers fix: Ken Neighbors
538    - document('') fix: bug pointed by Eric van der Vlist
539    - xsl:message with terminate="yes" fixes: William Brack
540    - xsl:sort order support added: Ken Neighbors
541    - a few other bug fixes, some of them requiring the latest version of
542     libxml2
543
544
545 1.0.18: May 27 2002:
546    - a number of bug fixes: attributes, extra namespace declarations
547     (DocBook), xsl:include crash (Igor), documentation (Christian Cornelssen,
548     Charles Bozeman and Geert Kloosterman),  element-available (Richard
549   Jinks)
550    - xsltproc can now list teh registered extensions thanks to Mark
551   Vakoc
552    - there is a new API to save directly to a string
553     xsltSaveResultToString() by Morus Walter
554    - specific error registration function for the python API
555
556
557 1.0.17: April 29 2002:
558    - cleanup in code, XSLT debugger support and Makefiles for Windows by
559   Igor
560    - a C++ portability fix by Mark Vakoc
561    - EXSLT date improvement and regression tests by Charles Bozeman
562    - attempt to fix a bug in xsltProcessUserParamInternal
563
564
565 1.0.16: April 15 2002:
566    - Bug fixes: strip-space, URL in HTML output, error when xsltproc can't
567     save
568    - portability fixes: OSF/1, IEEE on alphas, Windows, Python bindings
569
570
571 1.0.15: Mar 25 2002:
572    - Bugfixes: XPath, python Makefile, recursive attribute sets, @foo[..]
573     templates
574    - Debug of memory alocation with valgind
575    - serious profiling leading to significant improvement for DocBook
576     processing
577    - revamp of the Windows build
578
579
580 1.0.14: Mar 18 2002:
581    - Improvement in the XPath engine (libxml2-2.4.18)
582    - Nasty bug fix related to exslt:node-set
583    - Fixed the python Makefiles, cleanup of doc comments, Windows
584     portability fixes
585
586
587 1.0.13: Mar 8 2002:
588    - a number of bug fixes including "namespace node have no parents"
589    - Improvement of the Python bindings
590    - Charles Bozeman provided fixes and regression tests for exslt date
591     functions.
592
593
594 1.0.12: Feb 11 2002:
595    - Fixed the makefiles especially the python module ones
596    - half a dozen bugs fixes including 2 old ones
597
598
599 1.0.11: Feb 8 2002:
600    - Change of Licence to the MIT
601   Licence
602    - Added a beta version of the Python bindings, including support to
603     extend the engine with functions written in Python
604    - A number of bug fixes
605    - Charlie Bozeman provided more EXSLT functions
606    - Portability fixes
607
608
609 1.0.10: Jan 14 2002:
610    - Windows fixes for Win32 from Igor
611    - Fixed the Solaris compilation trouble (Albert)
612    - Documentation changes and updates: John Fleck
613    - Added a stringparam option to avoid escaping hell at the shell
614   level
615    - A few bug fixes
616
617
618 1.0.9: Dec 7 2001:
619    - Makefile patches from Peter Williams
620    - attempt to fix the compilation problem associated to prelinking
621    - obsoleted libxsltbreakpoint now deprecated and frozen to 1.0.8 API
622    - xsltproc return codes are now significant, John Fleck updated the
623     documentation
624    - patch to allow as much as 40 steps in patterns (Marc Tardif), should be
625     made dynamic really
626    - fixed a bug raised by Nik Clayton when using doctypes with HTML
627   output
628    - patches from Keith Isdale to interface with xsltdebugger
629
630
631 1.0.8: Nov 26 2001:
632    - fixed an annoying header problem, removed a few bugs and some code
633     cleanup
634    - patches for Windows and update of Windows Makefiles by Igor
635    - OpenVMS port instructions from John A Fotheringham
636    - fixed some Makefiles annoyance and libraries prelinking
637   information
638
639
640 1.0.7: Nov 10 2001:
641    - remove a compilation problem with LIBXSLT_PUBLIC
642    - Finishing the integration steps for Keith Isdale debugger
643    - fixes the handling of indent="no" on HTML output
644    - fixes on the configure script and RPM spec file
645
646
647 1.0.6: Oct 30 2001:
648    - bug fixes on number formatting (Thomas), date/time functions (Bruce
649     Miller)
650    - update of the Windows Makefiles (Igor)
651    - fixed DOCTYPE generation rules for HTML output (me)
652
653
654 1.0.5: Oct 10 2001:
655    - some portability fixes, including Windows makefile updates from
656   Igor
657    - fixed a dozen bugs on XSLT and EXSLT (me and Thomas Broyer)
658    - support for Saxon's evaluate and expressions extensions added (initial
659     contribution from Darren Graves)
660    - better handling of XPath evaluation errors
661
662
663 1.0.4: Sep 12 2001:
664    - Documentation updates from John fleck
665    - bug fixes (DocBook  FO generation should be fixed)  and portability
666     improvements
667    - Thomas Broyer improved the existing EXSLT support and added String,
668     Time and Date core functions support
669
670
671 1.0.3:  Aug 23 2001:
672    - XML Catalog support see the doc
673    - New NaN/Infinity floating point code
674    - A few bug fixes
675
676
677 1.0.2:  Aug 15 2001:
678    - lot of bug fixes, increased the testsuite
679    - a large chunk of EXSLT is implemented
680    - improvements on the extension framework
681    - documentation improvements
682    - Windows MSC projects files should be up-to-date
683    - handle attributes inherited from the DTD by default
684
685
686 1.0.1:  July 24 2001:
687    - initial EXSLT framework
688    - better error reporting
689    - fixed the profiler on Windows
690    - bug fixes
691
692
693 1.0.0: July 10 2001:
694    - a lot of cleanup, a lot of regression tests added or fixed
695    - added a documentation for writing
696     extensions
697    - fixed some variable evaluation problems (with William)
698    - added profiling of stylesheet execution accessible as the xsltproc
699     --profile option
700    - fixed element-available() and the implementation of the various
701     chunking methods present, Norm Walsh provided a lot of feedback
702    - exclude-result-prefixes and namespaces output should now work as
703     expected
704    - added support of embedded stylesheet as described in section 2.7 of the
705     spec
706
707
708 0.14.0: July 5 2001:
709    - lot of bug fixes, and code cleanup
710    - completion of the little XSLT-1.0 features left unimplemented
711    - Added and implemented the extension API suggested by Thomas Broyer
712    - the Windows MSC environment should be complete
713    - tested and optimized with a really large document (DocBook Definitive
714     Guide) libxml/libxslt should really be faster on serious workloads
715
716
717 0.13.0: June 26 2001:
718    - lots of cleanups
719    - fixed a C++ compilation problem
720    - couple of fixes to xsltSaveTo()
721    - try to fix Docbook-xslt-1.4 and chunking, updated the regression test
722     with them
723    - fixed pattern compilation and priorities problems
724    - Patches for Windows and MSC project mostly contributed by Yon Derek
725    - update to the Tutorial by John Fleck
726    - William fixed bugs in templates and for-each functions
727    - added a new interface xsltRunStylesheet() for a more flexible output
728     (incomplete), added -o option to xsltproc
729
730
731 0.12.0: June 18 2001:
732    - fixed a dozen of bugs reported
733    - HTML generation should be quite better (requires libxml-2.3.11 upgrade
734     too)
735    - William fixed some problems with document()
736    - Fix namespace nodes selection and copy (requires libxml-2.3.11 upgrade
737     too)
738    - John Fleck added a
739   tutorial
740    - Fixes for namespace handling when evaluating variables
741    - XInclude global flag added to process XInclude on document() if
742     requested
743    - made xsltproc --version more detailed
744
745
746 0.11.0: June 1 2001:
747 Mostly a bug fix release.   - integration of catalogs from xsltproc
748    - added --version to xsltproc for bug reporting
749    - fixed errors when handling ID in external parsed entities
750    - document() should hopefully work correctly but ...
751    - fixed bug with PI and comments processing
752    - William fixed the XPath string functions when using unicode
753
754
755 0.10.0: May 19 2001:
756    - cleanups to make stylesheet read-only (not 100% complete)
757    - fixed URI resolution in document()
758    - force all XPath expression to be compiled at stylesheet parsing time,
759     even if unused ...
760    - Fixed HTML default output detection
761    - Fixed double attribute generation #54446
762    - Fixed {{ handling in attributes #54451
763    - More tests and speedups for DocBook document transformations
764    - Fixed a really bad race like bug in xsltCopyTreeList()
765    - added a documentation on the libxslt internals
766    - William Brack and Bjorn Reese improved format-number()
767    - Fixed multiple sort, it should really work now
768    - added a --docbook option for SGML DocBook input (hackish)
769    - a number of other bug fixes and regression test added as people were
770     submitting them
771
772
773 0.9.0: May 3 2001:
774    - lot of various bugfixes, extended the regression suite
775    - xsltproc should work with multiple params
776    - added an option to use xsltproc with HTML input
777    - improved the stylesheet compilation, processing of complex stylesheets
778     should be faster
779    - using the same stylesheet for concurrent processing on multithreaded
780     programs should work now
781    - fixed another batch of namespace handling problems
782    - Implemented multiple level of sorting
783
784
785 0.8.0: Apr 22 2001:
786    - fixed ansidecl.h problem
787    - fixed unparsed-entity-uri() and generate-id()
788    - sort semantic fixes and priority prob from William M. Brack
789    - fixed namespace handling problems in XPath expression computations
790     (requires libxml-2.3.7)
791    - fixes to current() and key()
792    - other, smaller fixes, lots of testing with N Walsh DocBook HTML
793     stylesheets
794
795
796 0.7.0: Apr 10 2001:
797    - cleanup using stricter compiler flags
798    - command line parameter passing
799    - fix to xsltApplyTemplates from William M. Brack
800    - added the XSLTMark in the regression tests as well as document()
801
802
803 0.6.0: Mar 22 2001:
804    - another beta
805    - requires 2.3.5, which provide XPath expression compilation support
806    - document() extension should function properly
807    - fixed a number or reported bugs
808
809
810 0.5.0: Mar 10 2001:
811    - fifth beta
812    - some optimization work, for the moment 2 XSLT transform cannot use the
813     same stylesheet at the same time (to be fixed)
814    - fixed problems with handling of tree results
815    - fixed a reported strip-spaces problem
816    - added more reported/fixed bugs to the test suite
817    - incorporated William M. Brack fix for imports and global variables as
818     well as patch for with-param support in apply-templates
819    - a bug fix on for-each
820
821
822 0.4.0: Mar 1 2001:
823    - fourth beta test, released at the same time of libxml2-2.3.3
824    - bug fixes
825    - some optimization
826    - started implement extension support, not finished
827    - implemented but not tested multiple file output
828
829
830 0.3.0: Feb 24 2001:
831    - third beta test, released at the same time of libxml2-2.3.2
832    - lot of bug fixes
833    - some optimization
834    - added DocBook XSL based testsuite
835
836
837 0.2.0: Feb 15 2001:
838    - second beta version, released at the same time as libxml2-2.3.1
839    - getting close to feature completion, lot of bug fixes, some in the HTML
840     and XPath support of libxml
841    - start becoming usable for real work. This version can now regenerate
842     the XML 2e HTML from the original XML sources and the associated
843     stylesheets (in section I of the XML
844     REC)
845    - Still misses extension element/function/prefixes support. Support of
846     key() and document() is not complete
847
848
849 0.1.0: Feb 8 2001:
850    - first beta version, released at the same time as libxml2-2.3.0
851    - lots of bug fixes, first "testing" version, but incomplete
852
853
854 0.0.1: Jan 25 2001:
855    - first alpha version released at the same time as libxml2-2.2.12
856    - Framework in place, should work on simple examples, but far from being
857     feature complete
858
859 Daniel Veillard at 
860 bugs.html