summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-10-28 10:56:52 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-10-28 10:56:52 +0000
commitdd29c988bd4823f38727d830129d9f83c6c8697c (patch)
tree0d0200602a1874e10ce383bbb5643f6acb505a2a /ChangeLog
parent35516397d2c6a52e3e210378c1378a31a20491c3 (diff)
downloadlibxslt-dd29c988bd4823f38727d830129d9f83c6c8697c.tar.gz
libxslt-dd29c988bd4823f38727d830129d9f83c6c8697c.tar.bz2
libxslt-dd29c988bd4823f38727d830129d9f83c6c8697c.zip
patch from Richard Jones to build shared libs with MinGW cross-compiler
* configure.in Makefile.am: patch from Richard Jones to build shared libs with MinGW cross-compiler Daniel svn path=/trunk/; revision=1492
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3490060..568c9a01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 28 11:55:27 CET 2008 Daniel Veillard <veillard@redhat.com>
+
+ * configure.in Makefile.am: patch from Richard Jones to build
+ shared libs with MinGW cross-compiler
+
Tue Oct 7 18:16:08 CEST 2008 Daniel Veillard <veillard@redhat.com>
* libxslt/pattern.c: prevent some unchecked pointer accesses, patch