# Generated by Makefile. Do not edit.

commit 9a77a95f8b42c58acce611cdf5af583369f4c71a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Oct 26 16:25:45 2011 -0400

    NEWS update for 3.3.1.1 release.

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 94be42d6585f443bc578c0a1ed4a9a49adc31a25
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Oct 26 16:24:07 2011 -0400

    Remove g_thread_init() calls.
    
    g_type_init() already calls it, and has for several GLib releases.

 src/server/soap-test.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 12b4bb035c3819e48da4121e35dab89585993e61
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Oct 23 10:01:04 2011 -0400

    NEWS update for 3.3.1 release.

 NEWS |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit b059a9daecfeb8f10c0a6f8e8cee5d279f18cd92
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Oct 19 15:34:34 2011 +0200

    Adapt to recent ECalBackend API changes

 src/calendar/e-cal-backend-groupwise.c |   39 ++++++++++++++-----------------
 1 files changed, 18 insertions(+), 21 deletions(-)

commit 7b4841b15efc9dc95e7036a562f8b0f6041dfedc
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Oct 15 09:54:09 2011 -0400

    Adapt to Camel's new authentication API.

 src/camel/camel-groupwise-store.c |  171 ++++++++++++++++---------------------
 1 files changed, 74 insertions(+), 97 deletions(-)

commit 61870e9843c5d694c29d1547cd7fad498234046c
Author: Vibha Yadav <yvibha@novell.com>
Date:   Fri Oct 14 11:00:41 2011 +0530

    Bug #661543 - Evolution GroupWise connector always sets SOAP port to 0
    
    Porting CamelGroupwiseSettings:soap-port from unsigned int to string
    type for proper property binding.

 src/camel/camel-groupwise-settings.c |   23 ++++++++++++-----------
 src/camel/camel-groupwise-settings.h |    4 ++--
 src/camel/camel-groupwise-store.c    |    8 ++++----
 src/plugins/camel-gw-listener.c      |   26 +++++++++++++-------------
 src/plugins/proxy-login.c            |    8 ++++----
 src/plugins/proxy.c                  |    4 ++--
 src/plugins/send-options.c           |    4 ++--
 src/plugins/share-folder-common.c    |    4 ++--
 8 files changed, 41 insertions(+), 40 deletions(-)

commit 6e346f99881938529f16bd750a83ea490adf00ca
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 10 12:54:51 2011 +0200

    Fix compiler warnings

 src/calendar/e-cal-backend-groupwise.c |    1 -
 src/plugins/proxy-login.c              |    6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit eccebbe8a4b93c2273d0e436cf954afef8f8a02c
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 10 12:49:49 2011 +0200

    Adapt to EBookBackend API changes

 src/addressbook/e-book-backend-groupwise.c |   84 +++++++++++++++++++---------
 1 files changed, 58 insertions(+), 26 deletions(-)

commit 80c3cf177c19c4a6e42c677e9f945aeabb839f0a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Oct 6 17:01:23 2011 +0200

    Adapt to CamelFolderSummary API changes

 src/camel/camel-groupwise-folder.c  |   66 ++++++++++--------
 src/camel/camel-groupwise-journal.c |   12 ++--
 src/camel/camel-groupwise-store.c   |    4 +-
 src/camel/camel-groupwise-summary.c |  128 ++++++++++++++---------------------
 4 files changed, 96 insertions(+), 114 deletions(-)

commit cc40a4bb33b42966a0447a1008117b757231f415
Author: Punit Jain <jpunit@novell.com>
Date:   Fri Sep 30 12:01:32 2011 +0530

    Bug #656378 attachment name corruption

 src/plugins/process-meeting.c |   58 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 58 insertions(+), 0 deletions(-)

commit 504429be8afa13eeed1f91313dc582ec355ee10e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Sep 27 12:59:33 2011 -0400

    Adapt to camel-provider-1.2.pc going away.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit feb8f1a92f737883a2ec037980c9a96919782f9d
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Sep 26 12:57:25 2011 -0400

    Fix a run-time warning.

 src/camel/camel-groupwise-folder.c |    4 ++--
 src/camel/camel-groupwise-store.h  |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 5eb9a4a358bc6c2d7e2faca39af31ff73d1f3bf8
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Sep 26 11:24:28 2011 -0400

    Adapt to EMFolderTreeModel API changes.

 src/plugins/install-shared.c      |    2 +-
 src/plugins/share-folder-common.c |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 586635a96e76e3066bba07c35060b35ced731737
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 11 11:22:54 2011 -0400

    Adapt to libebackend changes.
    
    Address book and calendar backends now use the EModule / EExtension
    framework promoted from Evolution, instead of e-data-server-module.c.

 src/addressbook/e-book-backend-groupwise-factory.c |   51 ++++--
 src/addressbook/e-book-backend-groupwise.c         |   43 +++--
 src/calendar/Makefile.am                           |    1 -
 src/calendar/e-cal-backend-groupwise-factory.c     |  211 ++++++--------------
 src/calendar/e-cal-backend-groupwise-factory.h     |   37 ----
 src/calendar/e-cal-backend-groupwise-utils.c       |    2 +-
 src/calendar/e-cal-backend-groupwise.c             |   83 ++++----
 7 files changed, 161 insertions(+), 267 deletions(-)

commit 49da6ad5b2308c42ce6f255354ebf1622e63f422
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 25 22:38:03 2011 -0400

    Adapt to CamelURL API changes.

 src/plugins/proxy-login.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1477427d4de6e83975252a13d5d75eee5eb143c8
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 25 22:31:17 2011 -0400

    CamelGroupwiseStore: Remove unused 'base_url' member.

 src/camel/camel-groupwise-store.c |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

commit bf0da280b372f0351a7e820fc37c618a87596505
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Sep 25 20:06:49 2011 -0400

    CamelGroupwiseStore: Use camel_service_set_password().
    
    Instead of stashing the password in its CamelURL.

 src/camel/camel-groupwise-store.c |   31 +++++++++++++++++++++----------
 src/plugins/share-folder-common.c |    4 +++-
 2 files changed, 24 insertions(+), 11 deletions(-)

commit cdd0da408f28e2f13bddf23b23e3fdf19a121682
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 11:46:49 2011 +0200

    Bug #351025 - Make the order of the mail accounts configurable

 src/plugins/install-shared.c      |    2 +-
 src/plugins/share-folder-common.c |   11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 393e576138b913a8583682cb6ce1755817d375a8
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 11:05:11 2011 +0200

    Bug #655252 - Need to escape the comp_uid part of a path

 src/calendar/e-cal-backend-groupwise.c |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

commit ed08d2e067bb9063f63fef5d9cbfb3f9f50671b2
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Sep 24 17:36:42 2011 -0400

    Post-release version bump.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
