Tue Apr 8 19:15:19 CEST 2008 Daniel Veillard * configure.in doc/*: release of 1.1.23 Tue Apr 8 18:52:36 CEST 2008 Daniel Veillard * libexslt/date.c: new version of patch from Peter Pawlowski Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard * python/generator.py: fix an infinite loop bug Thu Apr 3 09:32:49 CEST 2008 Daniel Veillard * libxslt/xsltutils.c: avoid a scary realloc() loop should fix #520383 Thu Apr 3 07:32:36 CEST 2008 Daniel Veillard * libexslt/date.c: applied patch from Peter Pawlowski fixing a timezone offset problem, fixes #521680 * libxslt/namespaces.c: a bit of space/tabs cleanup Thu Apr 3 06:25:02 CEST 2008 Daniel Veillard * doc/xsltproc.xml doc/xsltproc.1 doc/xsltproc.html: small fix to man page synopsis, should fix #525822 Sat Mar 15 11:13:18 HKT 2008 William Brack * libexslt/functions.c: fixed minor error reported on the mailing list by Mark Howe, which caused a segfault if func:result was postitioned as top-level element. Thu Mar 13 09:33:21 CET 2008 Daniel Veillard * libxslt/win32config.h: patch from Rob Richards for VS 2008 * python/types.c: fix a problem with namespace nodes coming from XPath nodesets. Mon Mar 3 09:39:31 CET 2008 Daniel Veillard * doc/xsltproc.xml doc/xsltproc.1: fix maxdepth default value documentation fixes #519921. Sat Feb 16 01:24:58 HKT 2008 William Brack *libxslt/extensions.c: fixed minor error bug #516483 *tests/exslt/common - deleted node-set.9 regression test, because it relied upon an external web import. Tue Feb 5 08:53:30 CET 2008 Daniel Veillard * libxslt/xslt.c: applied documentation patch from Jason Viers for xsltParseStylesheetDoc Tue Feb 5 08:36:53 CET 2008 Daniel Veillard * python/tests/pyxsltproc.py: applied a portability patch from Stephane Bidoul Thu Jan 24 16:24:05 CET 2008 Daniel Veillard * doc/xslt.html doc/docbook.html: fix links for Cygwin DocBook setup as suggested by Philippe Bourcier Sun Dec 23 16:40:38 PST 2007 William Brack * libxslt/keys.c, libxslt/pattern.c, libxslt/xsltInternals.h: fixed a problem on superfluous re-generation of keys reported on the mailing list by Josef Urban. Thu Nov 29 11:43:14 CET 2007 Daniel Veillard * configure.in: avoid a problem in configure if an old gcrypt version is installed, patch from Brent Cowgill, fixes #500390 Tue Nov 13 13:08:08 PDT 2007 William Brack * libexslt/common.c, libexslt/dynamic.c: After discussion on Bugzilla with Peter Pawlowski, added same code for preventing deletion of function result during garbage collection (see bug #495995). Mon Nov 12 13:53:58 PDT 2007 William Brack * libexslt/strings.c: Added code to mark the results of str:tokenize and str:split as "function result" to avoid garbage-collecting them during global variable initialisation. Should fix bug #495995. Wed Oct 24 17:41:08 PDT 2007 William Brack * python/libxslt.c: changed iterator argument for Py_Dict_Next from int to ssize_t (seems Python docs are incorrect) to fix x86_64 bug #489854. Wed Oct 10 16:33:09 CEST 2007 Daniel Veillard * libexslt/date.c tests/exslt/date/datetime.1.out tests/exslt/date/date.1.out tests/exslt/date/date.1.xml: applied patch from Maurice van der Pot to fix EXSLT week-in-year extenson which was not conforming to the definition. This also changes the output of the tests a bit. Should fix #452876 Thu Aug 30 08:18:08 HKT 2007 William Brack * python/libxslt.c: applied patch from Daniel Gryniewicz to fix a segfault caused by a parameter array not being preset to zero.