commit 2b08f23eeab900f9f759e20a6458657d540232a6 Author: Matthew Barnes Date: Sun Nov 20 17:02:33 2011 -0500 NEWS update for 3.3.2 release. NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 4e3d531a52800594bb530b3f3effc409cdd90730 Author: Vibha Yadav Date: Wed Nov 16 14:41:33 2011 +0530 Bug #651465 - event gets shifted by 5:30 hrs Don't set the zone of event to utc by default. src/calendar/e-cal-backend-groupwise-utils.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit fba44490ac33868df3a5f2777e2a42bef82ac536 Author: Matthew Barnes Date: Sun Nov 13 00:46:11 2011 -0500 Adapt to CamelFolderSummary changes. src/camel/camel-groupwise-folder.c | 12 +---- src/camel/camel-groupwise-summary.c | 77 +---------------------------------- src/camel/camel-groupwise-summary.h | 3 +- 3 files changed, 5 insertions(+), 87 deletions(-) commit c4046447364487f0148a3ae9d59020b85b1c7438 Author: Matthew Barnes Date: Sun Nov 6 12:17:34 2011 -0500 Adapt to Evolution's EMConfig API changes. src/plugins/org-gnome-groupwise-features.eplug.xml | 10 +- src/plugins/proxy.c | 228 +++++++++----------- src/plugins/proxy.h | 18 +- src/plugins/send-options.c | 77 ++++--- 4 files changed, 156 insertions(+), 177 deletions(-) commit 5112d7ba44739781f8fed9ec7c44e0150ae85083 Author: Matthew Barnes Date: Wed Oct 26 15:56:13 2011 -0400 Remove g_thread_init() calls. g_type_init() already calls it, and has for several GLib releases. src/server/soap-test.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 997a22cf6f9a95bef0a504ecf426c93de255effe Author: Matthew Barnes Date: Wed Oct 26 12:40:08 2011 -0400 Adapt to e-mail-store.c API changes. src/plugins/proxy-login.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 720739d2cdbae97a418ac13d171f20f0239a7b28 Author: Matthew Barnes Date: Thu Oct 20 22:56:44 2011 -0400 Adapt to CamelNetworkSettings changes. src/camel/camel-groupwise-folder.c | 18 +++++-- src/camel/camel-groupwise-provider.c | 2 +- src/camel/camel-groupwise-settings.c | 82 ++++++++++++++++++++++++++++++- src/camel/camel-groupwise-store.c | 89 +++++++++++++++------------------ src/camel/camel-groupwise-transport.c | 17 ++++-- src/plugins/install-shared.c | 16 ++++++- src/plugins/share-folder-common.c | 6 +-- 7 files changed, 164 insertions(+), 66 deletions(-) commit 2adf1d70abc3daf5afedc29cb7220a47ab7e8a33 Author: Milan Crha Date: Mon Oct 24 09:57:03 2011 +0200 Call g_thread_init() conditionally src/server/soap-test.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 17152dd17efdd81bb94f24b7f19af04c0821db3e Author: Matthew Barnes Date: Sun Oct 23 10:08:54 2011 -0400 Post-release version bump.