removed an old reference to libxml2 >= 2.2.12 Daniel
[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
8 CVS only : check the Changelog at 
9 http://cvs.gnome.org/lxr/source/libxslt/ChangeLog
10  file
11 for a really accurate description:
12
13 1.0.31: Jul 6 2003:
14    - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for
15     the debugger (Keith Isdale), output filename limitation, trio.h and
16     triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner),
17     xsltChoose and whitespace (Igor Zlatkovic),
18     stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack),
19     RVT bug introduced in 1.0.30
20   
21    - avoid generating " (fix in libxml2-2.5.8) 
22    - fix 64bit cleaness problem and compilation troubles introduced in
23   1.0.30
24    - Windows makefile generation (Igor Zlatkovic)
25    - HP-UX portability fix
26
27
28 1.0.30: May 4 2003:
29    - Fixes and new APIs to handle Result Value Trees and avoid leaks
30    - Fixes for: EXSLT math pow() function (Charles Bozeman), global
31     parameter and global variables mismatch, a segfault on pattern
32     compilation errors, namespace copy in xsl:copy-of, python generator
33     problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor),
34     current node when templates applies to attributes
35
36
37 1.0.29: Apr 1 2003:
38    - performance improvements especially for large flat documents
39    - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace
40     declarations with xsl:elements.
41    - portability: python and trio fixes (Albert Chin), python on Solaris
42     (Ben Phillips)
43
44
45 1.0.28: Mar 24 2003:
46    - fixed node() in patterns semantic.
47    - fixed a memory access problem in format-number()
48    - fixed stack overflow in recursive global variable or params
49    - cleaned up Result Value Tree handling, and fixed a couple of old bugs
50     in the process
51
52
53 1.0.27: Feb 24 2003:
54    - bug fixes: spurious xmlns:nsX="" generation, serialization bug (in
55     libxml2), a namespace copy problem, errors in the RPM spec prereqs
56    - Windows path canonicalization and document cache fix (Igor)
57
58
59 1.0.26: Feb 10 2003:
60    - Fixed 3 serious bugs in document() and stylesheet compilation which
61     could lead to a crash
62
63
64 1.0.25: Feb 5 2003:
65    - Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C
66     syntax pbm, 3 bugs reported by Eric van der Vlist
67    - Some XPath and XInclude related problems were actually fixed in
68     libxml2-2.5.2
69    - Documentation: emphasize taht --docbook is not for XML docs.
70
71
72 1.0.24: Jan 14 2003:
73    - bug fixes: imported global varables, python bindings (Stéphane Bidoul),
74     EXSLT memory leak (Charles Bozeman), namespace generation on
75     xsl:attribute, space handling with imports (Daniel Stodden),
76     extension-element-prefixes (Josh Parsons), comments within xsl:text (Matt
77     Sergeant), superfluous xmlns generation, XInclude related bug for
78     numbering, EXSLT strings (Alexey Efimov), attribute-sets computation on
79     imports, extension module init and shutdown callbacks not called
80    - HP-UX portability (Alexey Efimov), Windows makefiles (Igor and Stephane
81     Bidoul), VMS makefile updates (Craig A. Berry)
82    - adds xsltGetProfileInformation() (Michael Rothwell)
83    - fix the API generation scripts
84    - API to provide the sorting routines (Richard Jinks)
85    - added XML description of the EXSLT API
86    - added ESXLT URI (un)escaping (Jörg Walter)
87    - Some memory leaks have been found and fixed
88    - document() now support fragment identifiers in URIs
89
90
91 1.0.23: Nov 17 2002:
92    - Windows build cleanup (Igor)
93    - Unix build and RPM packaging cleanup
94    - Improvement of the python bindings: extension functions and activating
95     EXSLT
96    - various bug fixes: number formatting, portability for bounded string
97     functions, CData nodes, key(), @*[...] patterns
98    - Documentation improvements (John Fleck)
99    - added libxslt.m4 (Thomas Schraitle)
100
101
102 1.0.22: Oct 18 2002:
103    - Updates on the Windows Makefiles
104    - Added a security module, and a related set of new options to
105   xsltproc
106    - Allowed per transformation error handler.
107    - Fixed a few bugs: node() semantic, URI escaping, media-type, attribute
108     lists
109
110
111 1.0.21: Sep 26 2002:
112    - Bug fixes: match="node()", date:difference() (Igor and Charlie
113     Bozeman), disable-output-escaping
114    - Python bindings: style.saveResultToString() from Ralf Mattes
115    - Logos from Marc Liyanage
116    - Mem leak fix from Nathan Myers
117    - Makefile: DESTDIR fix from Christophe Merlet, AMD x86_64 (Mandrake),
118     Windows (Igor), Python detection
119    - Documentation improvements: John Fleck
120
121
122 1.0.20: Aug 23 2002:
123    - Windows makefile updates (Igor) and x86-64 (Frederic Crozat)
124    - fixed HTML meta tag saving for Mac/IE users
125    - possible leak patches from Nathan Myers
126    - try to handle document('') as best as possible depending in the
127   cases
128    - Fixed the DocBook stylesheets handling problem
129    - Fixed a few XSLT reported errors
130
131
132 1.0.19:  July 6 2002:
133    - EXSLT: dynamic functions and date support bug fixes (Mark Vakoc)
134    - xsl:number fix: Richard Jinks
135    - xsl:format-numbers fix: Ken Neighbors
136    - document('') fix: bug pointed by Eric van der Vlist
137    - xsl:message with terminate="yes" fixes: William Brack
138    - xsl:sort order support added: Ken Neighbors
139    - a few other bug fixes, some of them requiring the latest version of
140     libxml2
141
142
143 1.0.18: May 27 2002:
144    - a number of bug fixes: attributes, extra namespace declarations
145     (DocBook), xsl:include crash (Igor), documentation (Christian Cornelssen,
146     Charles Bozeman and Geert Kloosterman),  element-available (Richard
147   Jinks)
148    - xsltproc can now list teh registered extensions thanks to Mark
149   Vakoc
150    - there is a new API to save directly to a string
151     xsltSaveResultToString() by Morus Walter
152    - specific error registration function for the python API
153
154
155 1.0.17: April 29 2002:
156    - cleanup in code, XSLT debugger support and Makefiles for Windows by
157   Igor
158    - a C++ portability fix by Mark Vakoc
159    - EXSLT date improvement and regression tests by Charles Bozeman
160    - attempt to fix a bug in xsltProcessUserParamInternal
161
162
163 1.0.16: April 15 2002:
164    - Bug fixes: strip-space, URL in HTML output, error when xsltproc can't
165     save
166    - portability fixes: OSF/1, IEEE on alphas, Windows, Python bindings
167
168
169 1.0.15: Mar 25 2002:
170    - Bugfixes: XPath, python Makefile, recursive attribute sets, @foo[..]
171     templates
172    - Debug of memory alocation with valgind
173    - serious profiling leading to significant improvement for DocBook
174     processing
175    - revamp of the Windows build
176
177
178 1.0.14: Mar 18 2002:
179    - Improvement in the XPath engine (libxml2-2.4.18)
180    - Nasty bug fix related to exslt:node-set
181    - Fixed the python Makefiles, cleanup of doc comments, Windows
182     portability fixes
183
184
185 1.0.13: Mar 8 2002:
186    - a number of bug fixes including "namespace node have no parents"
187    - Improvement of the Python bindings
188    - Charles Bozeman provided fixes and regression tests for exslt date
189     functions.
190
191
192 1.0.12: Feb 11 2002:
193    - Fixed the makefiles especially the python module ones
194    - half a dozen bugs fixes including 2 old ones
195
196
197 1.0.11: Feb 8 2002:
198    - Change of Licence to the MIT
199   Licence
200    - Added a beta version of the Python bindings, including support to
201     extend the engine with functions written in Python
202    - A number of bug fixes
203    - Charlie Bozeman provided more EXSLT functions
204    - Portability fixes
205
206
207 1.0.10: Jan 14 2002:
208    - Windows fixes for Win32 from Igor
209    - Fixed the Solaris compilation trouble (Albert)
210    - Documentation changes and updates: John Fleck
211    - Added a stringparam option to avoid escaping hell at the shell
212   level
213    - A few bug fixes
214
215
216 1.0.9: Dec 7 2001:
217    - Makefile patches from Peter Williams
218    - attempt to fix the compilation problem associated to prelinking
219    - obsoleted libxsltbreakpoint now deprecated and frozen to 1.0.8 API
220    - xsltproc return codes are now significant, John Fleck updated the
221     documentation
222    - patch to allow as much as 40 steps in patterns (Marc Tardif), should be
223     made dynamic really
224    - fixed a bug raised by Nik Clayton when using doctypes with HTML
225   output
226    - patches from Keith Isdale to interface with xsltdebugger
227
228
229 1.0.8: Nov 26 2001:
230    - fixed an annoying header problem, removed a few bugs and some code
231     cleanup
232    - patches for Windows and update of Windows Makefiles by Igor
233    - OpenVMS port instructions from John A Fotheringham
234    - fixed some Makefiles annoyance and libraries prelinking
235   informations
236
237
238 1.0.7: Nov 10 2001:
239    - remove a compilation problem with LIBXSLT_PUBLIC
240    - Finishing the integration steps for Keith Isdale debugger
241    - fixes the handling of indent="no" on HTML output
242    - fixes on the configure script and RPM spec file
243
244
245 1.0.6: Oct 30 2001:
246    - bug fixes on number formatting (Thomas), date/time functions (Bruce
247     Miller)
248    - update of the Windows Makefiles (Igor)
249    - fixed DOCTYPE generation rules for HTML output (me)
250
251
252 1.0.5: Oct 10 2001:
253    - some portability fixes, including Windows makefile updates from
254   Igor
255    - fixed a dozen bugs on XSLT and EXSLT (me and Thomas Broyer)
256    - support for Saxon's evaluate and expressions extensions added (initial
257     contribution from Darren Graves)
258    - better handling of XPath evaluation errors
259
260
261 1.0.4: Sep 12 2001:
262    - Documentation updates from John fleck
263    - bug fixes (DocBook  FO generation should be fixed)  and portability
264     improvements
265    - Thomas Broyer improved the existing EXSLT support and added String,
266     Time and Date core functions support
267
268
269 1.0.3:  Aug 23 2001:
270    - XML Catalog support see the doc
271    - New NaN/Infinity floating point code
272    - A few bug fixes
273
274
275 1.0.2:  Aug 15 2001:
276    - lot of bug fixes, increased the testsuite
277    - a large chunk of EXSLT is implemented
278    - improvements on the extension framework
279    - documentation improvements
280    - Windows MSC projects files should be up-to-date
281    - handle attributes inherited from the DTD by default
282
283
284 1.0.1:  July 24 2001:
285    - initial EXSLT framework
286    - better error reporting
287    - fixed the profiler on Windows
288    - bug fixes
289
290
291 1.0.0: July 10 2001:
292    - a lot of cleanup, a lot of regression tests added or fixed
293    - added a documentation for writing
294     extensions
295    - fixed some variable evaluation problems (with William)
296    - added profiling of stylesheet execution accessible as the xsltproc
297     --profile option
298    - fixed element-available() and the implementation of the various
299     chunking methods present, Norm Walsh provided a lot of feedback
300    - exclude-result-prefixes and namespaces output should now work as
301     expected
302    - added support of embedded stylesheet as described in section 2.7 of the
303     spec
304
305
306 0.14.0: July 5 2001:
307    - lot of bug fixes, and code cleanup
308    - completion of the little XSLT-1.0 features left unimplemented
309    - Added and implemented the extension API suggested by Thomas Broyer
310    - the Windows MSC environment should be complete
311    - tested and optimized with a really large document (DocBook Definitive
312     Guide) libxml/libxslt should really be faster on serious workloads
313
314
315 0.13.0: June 26 2001:
316    - lots of cleanups
317    - fixed a C++ compilation problem
318    - couple of fixes to xsltSaveTo()
319    - try to fix Docbook-xslt-1.4 and chunking, updated the regression test
320     with them
321    - fixed pattern compilation and priorities problems
322    - Patches for Windows and MSC project mostly contributed by Yon Derek
323    - update to the Tutorial by John Fleck
324    - William fixed bugs in templates and for-each functions
325    - added a new interface xsltRunStylesheet() for a more flexible output
326     (incomplete), added -o option to xsltproc
327
328
329 0.12.0: June 18 2001:
330    - fixed a dozen of bugs reported
331    - HTML generation should be quite better (requires libxml-2.3.11 upgrade
332     too)
333    - William fixed some problems with document()
334    - Fix namespace nodes selection and copy (requires libxml-2.3.11 upgrade
335     too)
336    - John Fleck added a
337   tutorial
338    - Fixes for namespace handling when evaluating variables
339    - XInclude global flag added to process XInclude on document() if
340     requested
341    - made xsltproc --version more detailed
342
343
344 0.11.0: June 1 2001:
345 Mostly a bug fix release.   - integration of catalogs from xsltproc
346    - added --version to xsltproc for bug reporting
347    - fixed errors when handling ID in external parsed entities
348    - document() should hopefully work correctly but ...
349    - fixed bug with PI and comments processing
350    - William fixed the XPath string functions when using unicode
351
352
353 0.10.0: May 19 2001:
354    - cleanups to make stylesheet read-only (not 100% complete)
355    - fixed URI resolution in document()
356    - force all XPath expression to be compiled at stylesheet parsing time,
357     even if unused ...
358    - Fixed HTML default output detection
359    - Fixed double attribute generation #54446
360    - Fixed {{ handling in attributes #54451
361    - More tests and speedups for DocBook document transformations
362    - Fixed a really bad race like bug in xsltCopyTreeList()
363    - added a documentation on the libxslt internals
364    - William Brack and Bjorn Reese improved format-number()
365    - Fixed multiple sort, it should really work now
366    - added a --docbook option for SGML DocBook input (hackish)
367    - a number of other bug fixes and regression test added as people were
368     submitting them
369
370
371 0.9.0: May 3 2001:
372    - lot of various bugfixes, extended the regression suite
373    - xsltproc should work with multiple params
374    - added an option to use xsltproc with HTML input
375    - improved the stylesheet compilation, processing of complex stylesheets
376     should be faster
377    - using the same stylesheet for concurrent processing on multithreaded
378     programs should work now
379    - fixed another batch of namespace handling problems
380    - Implemented multiple level of sorting
381
382
383 0.8.0: Apr 22 2001:
384    - fixed ansidecl.h problem
385    - fixed unparsed-entity-uri() and generate-id()
386    - sort semantic fixes and priority prob from William M. Brack
387    - fixed namespace handling problems in XPath expression computations
388     (requires libxml-2.3.7)
389    - fixes to current() and key()
390    - other, smaller fixes, lots of testing with N Walsh DocBook HTML
391     stylesheets
392
393
394 0.7.0: Apr 10 2001:
395    - cleanup using stricter compiler flags
396    - command line parameter passing
397    - fix to xsltApplyTemplates from William M. Brack
398    - added the XSLTMark in the regression tests as well as document()
399
400
401 0.6.0: Mar 22 2001:
402    - another beta
403    - requires 2.3.5, which provide XPath expression compilation support
404    - document() extension should function properly
405    - fixed a number or reported bugs
406
407
408 0.5.0: Mar 10 2001:
409    - fifth beta
410    - some optimization work, for the moment 2 XSLT transform cannot use the
411     same stylesheet at the same time (to be fixed)
412    - fixed problems with handling of tree results
413    - fixed a reported strip-spaces problem
414    - added more reported/fixed bugs to the test suite
415    - incorporated William M. Brack fix for imports and global variables as
416     well as patch for with-param support in apply-templates
417    - a bug fix on for-each
418
419
420 0.4.0: Mar 1 2001:
421    - fourth beta test, released at the same time of libxml2-2.3.3
422    - bug fixes
423    - some optimization
424    - started implement extension support, not finished
425    - implemented but not tested multiple file output
426
427
428 0.3.0: Feb 24 2001:
429    - third beta test, released at the same time of libxml2-2.3.2
430    - lot of bug fixes
431    - some optimization
432    - added DocBook XSL based testsuite
433
434
435 0.2.0: Feb 15 2001:
436    - second beta version, released at the same time as libxml2-2.3.1
437    - getting close to feature completion, lot of bug fixes, some in the HTML
438     and XPath support of libxml
439    - start becoming usable for real work. This version can now regenerate
440     the XML 2e HTML from the original XML sources and the associated
441     stylesheets (in section I of the XML
442     REC)
443    - Still misses extension element/function/prefixes support. Support of
444     key() and document() is not complete
445
446
447 0.1.0: Feb 8 2001:
448    - first beta version, released at the same time as libxml2-2.3.0
449    - lots of bug fixes, first "testing" version, but incomplete
450
451
452 0.0.1: Jan 25 2001:
453    - first alpha version released at the same time as libxml2-2.2.12
454    - Framework in place, should work on simple examples, but far from being
455     feature complete
456
457 Daniel Veillard at 
458 bugs.html