summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2006-11-17 01:54:15 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2006-11-17 01:54:15 +0000
commit40cf80bcbceb77c38681d19d783695fd4928a7c5 (patch)
tree94f97b05714ff581e52cef60bf5db3b001cf880f /ChangeLog
parent951beb01d47c23b137180086456328112e672586 (diff)
downloadlibxslt-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a57c0dcd..e587ff57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,