preparing release of 1.1.22 Daniel
[platform/upstream/libxslt.git] / ChangeLog
index 4b779cd..2cc7297 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+Thu Aug 23 17:18:03 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * configure.in doc/*: preparing release of 1.1.22
+
+Thu Aug 23 15:39:18 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/xslt.c: applied patch from Rob Richards to fix a 
+         stylesheet compilation error handling problem #382570
+
+Thu Aug 23 15:22:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/security.c: applied patch from Roland Schwarz and Rob
+         Richards to fix the security file checks on Windows, should 
+         close #464432
+
+Thu Aug 23 21:15:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * tests/general/bug-165.[xsl,out,err], tests/docs/bug-165.xml,
+         tests/general/Makefile.am, tests/docs/Makefile.am:
+         added regression test for bug #469410
+
+Thu Aug 23 14:13:02 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * xsltproc/xsltproc.c: patch from Drazen Kacar to add a --encoding
+         option fixes #443868
+       * doc/xsltproc.xml doc/xsltproc.1: augment and regenerate man page.
+       
+Thu Aug 23 11:47:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * libexslt/date.c: apply patch from Björn Wiberg fixing build on AIX
+         and closing bug #332173
+
+Fri Aug  3 15:49:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * win32/Makefile.msvc win32/configure.js: apply patch from
+         Rob Richards to improve build with VS2005
+
+Thu Jul 26 12:43:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * libxslt/xslt.c: Removed the exclude-result-prefix change of
+         31 May 2007.  Fixes bug #459713.
+
+Sat Jun 16 07:42:18 PDT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * libxslt/transform.c: Fixed problem with RVT cleanup related
+         to some exslt functions (reported on the list by Marc Adkins).
+
+Wed Jun 13 13:27:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * tests/exslt/common/node-set.9.[xml,xsl,out],
+         tests/exslt/common/Makefile.am: added test case for bug #413451
+
+Tue Jun 12 18:43:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * NEWS configure.in doc/*: preparing release of 1.1.21
+
+Thu May 31 12:38:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * libxslt/xslt.c: fixed obscure namespace problem related to
+         exclude-result-prefix
+
+Mon May  7 00:14:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * libxslt/transform.c: fixed minor compilation warning; no change
+         to logic.
+
+Sun May  6 23:42:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * libexslt/math.c: fixed two memory leaks, one in exsltMathConstant
+         and one in exsltMathConstantFunction (bug #436324)
+
+Fri May  4 15:51:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * libxslt/transform.c: fixed xpath context housekeeping problem
+         on processing "choose" (bug 435479).
+
+Thu Apr 26 11:10:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * libxslt/transform.c: fixed (another) problem with cached
+         RVT's (from re-opened #378766).
+
+Tue Mar 27 16:50:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/xsltutils.c: apply patch fron Shaun McCance to hook
+         xsl:message construct to the new per-xsltTransformCtxt error
+         callback if set up.
+       * Makefile.am: do not package svn files in releases
+
+Fri Mar  2 18:45:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * libxslt/xsltconfig.h.in: added setting of TRIO_REPLACE_STDIO
+         when TRIO routines are required.
+       * libxslt/namespaces.c, libxslt/xsltutils.c: enhanced handling
+         of stdio.h vs. trio.h when trio routines are required (now
+         use XSLT_NEED_TRIO) (bug #412787)
+
+Sun Feb 18 09:00:08 PST 2007 William Brack <wbrack@mmm.com.hk>
+
+       * python/libxsl.py: fixed tab/space inconsistency with patch
+         provided by Andreas Hanke (bug #409193)
+
+Thu Feb 15 14:03:18 PST 2007 William Brack <wbrack@mmm.com.hk>
+
+       * doc/xslt.html: Changed all
+         references to CVS to be SVN; changed corresponding links.
+       * doc/*html: regenerated the documentation for above
+
 Wed Feb 14 01:21:38 PST 2007 William Brack <wbrack@mmm.com.hk>
 
        * libxslt/pattern.c: Fixed problem with namespace on compound