aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2009-01-11 06:21:47 +0800
committerTor Lillqvist <tml@src.gnome.org>2009-01-11 06:21:47 +0800
commitdab08c513e7bf5f7c0f52c42ff245f940601b866 (patch)
treeffc3a915cebe64def324cf0b147dc731388e6337 /filter/ChangeLog
parent165cb49d80b8c0d173e4adfee88283aa0bef3db1 (diff)
downloadgsoc2013-evolution-dab08c513e7bf5f7c0f52c42ff245f940601b866.tar
gsoc2013-evolution-dab08c513e7bf5f7c0f52c42ff245f940601b866.tar.gz
gsoc2013-evolution-dab08c513e7bf5f7c0f52c42ff245f940601b866.tar.bz2
gsoc2013-evolution-dab08c513e7bf5f7c0f52c42ff245f940601b866.tar.lz
gsoc2013-evolution-dab08c513e7bf5f7c0f52c42ff245f940601b866.tar.xz
gsoc2013-evolution-dab08c513e7bf5f7c0f52c42ff245f940601b866.tar.zst
gsoc2013-evolution-dab08c513e7bf5f7c0f52c42ff245f940601b866.zip
** Bug #567244
2009-01-11 Tor Lillqvist <tml@novell.com> ** Bug #567244 * filter-option.c (get_dynamic_options): For portability, use <gmodule.h> API instead of <dlfcn.h> API. svn path=/trunk/; revision=37029
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 119cae2592..9402e27b98 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-11 Tor Lillqvist <tml@novell.com>
+
+ ** Bug #567244
+
+ * filter-option.c (get_dynamic_options): For portability, use
+ <gmodule.h> API instead of <dlfcn.h> API.
+
2009-01-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #567031