aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-21 10:24:59 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-21 10:24:59 +0800
commitd288a5924b01682eb9ed491275564545fff68403 (patch)
treeac4686745e6247a6e8bcc1308a03ea38118ad441 /mail/ChangeLog
parent8d596934137d2b596b0b96a4e18476ca216e4666 (diff)
downloadgsoc2013-evolution-d288a5924b01682eb9ed491275564545fff68403.tar
gsoc2013-evolution-d288a5924b01682eb9ed491275564545fff68403.tar.gz
gsoc2013-evolution-d288a5924b01682eb9ed491275564545fff68403.tar.bz2
gsoc2013-evolution-d288a5924b01682eb9ed491275564545fff68403.tar.lz
gsoc2013-evolution-d288a5924b01682eb9ed491275564545fff68403.tar.xz
gsoc2013-evolution-d288a5924b01682eb9ed491275564545fff68403.tar.zst
gsoc2013-evolution-d288a5924b01682eb9ed491275564545fff68403.zip
** Fixes bug #546926
2008-08-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #546926 * configure.in: Bump eds_minimum_version to 2.23.91 for camel_shutdown(). * mail/mail-session.c (mail_session_shutdown): New function simply calls camel_shutdown(). * mail/mail-component.c (impl_finalize): Call mail_session_shutdown(). svn path=/trunk/; revision=36029
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 64a817c749..17a089de5b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2008-08-20 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #546926
+
+ * mail-session.c (mail_session_shutdown):
+ New function simply calls camel_shutdown().
+
+ * mail-component.c (impl_finalize):
+ Call mail_session_shutdown().
+
2008-08-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #508732