summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-03-31 09:56:13 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-03-31 09:56:13 +0000
commit9f4e6d5779c6a1ebf946b670bbf6739d30da7b2c (patch)
tree8cec5c0a40c3c8e1c3b21d4d0dd1a9113f82f55a /ChangeLog
parentd8d8ecd5f45ac3d5b7a51cd80bd45592dfadc162 (diff)
downloadlibxslt-9f4e6d5779c6a1ebf946b670bbf6739d30da7b2c.tar.gz
libxslt-9f4e6d5779c6a1ebf946b670bbf6739d30da7b2c.tar.bz2
libxslt-9f4e6d5779c6a1ebf946b670bbf6739d30da7b2c.zip
fixed bug #171488 with cascading select in patterns. added test provided
* libxslt/pattern.c: fixed bug #171488 with cascading select in patterns. * tests/general/bug-161.*, tests/general/Makefile.am, tests/docs/bug-161.*, tests/docs/Makefile.am: added test provided by Ben Ko Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb5bd82c..0881392b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Mar 31 11:54:31 CEST 2005
+
+ * libxslt/pattern.c: fixed bug #171488 with cascading select in
+ patterns.
+ * tests/general/bug-161.*, tests/general/Makefile.am,
+ tests/docs/bug-161.*, tests/docs/Makefile.am: added test provided
+ by Ben Ko
+
Thu Mar 31 00:28:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
* tests/plugins/Makefile.am: fixed build outside of source tree