Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Side by Side Diff: third_party/libxslt/NEWS

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

Powered by Google App Engine
This is Rietveld 408576698