diff options
author | William M. Brack <wbrack@src.gnome.org> | 2006-11-17 01:54:15 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2006-11-17 01:54:15 +0000 |
commit | 40cf80bcbceb77c38681d19d783695fd4928a7c5 (patch) | |
tree | 94f97b05714ff581e52cef60bf5db3b001cf880f /ChangeLog | |
parent | 951beb01d47c23b137180086456328112e672586 (diff) | |
download | libxslt-40cf80bcbceb77c38681d19d783695fd4928a7c5.tar.gz libxslt-40cf80bcbceb77c38681d19d783695fd4928a7c5.tar.bz2 libxslt-40cf80bcbceb77c38681d19d783695fd4928a7c5.zip |
fixed problem with entity handling within xsltCopyAttrListNoOverwrite
* libxslt/transform.c: fixed problem with entity handling
within xsltCopyAttrListNoOverwrite (#352907)
* tests/general/bug-164.xsl, tests/general/bug-164.out,
tests/docs/bug-164.oxml: added a regression test for this
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Nov 17 09:53:08 HKT 2006 William Brack <wbrack@mmm.com.hk> + + * libxslt/transform.c: fixed problem with entity handling + within xsltCopyAttrListNoOverwrite (#352907) + * tests/general/bug-164.xsl, tests/general/bug-164.out, + tests/docs/bug-164.oxml: added a regression test for this + Thu Oct 26 15:31:01 CEST 2006 Daniel Veillard <daniel@veillard.com> * NEWS configure.in doc//*: preparing release of libxslt-1.1.18, |