commit 130496229dede9515002e152b696d9a337058114
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Jul 23 11:41:48 2011 -0500

    NEWS update for 3.1.4 release.

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

commit 08373e81ad8a9d008aba592418a7859b85256324
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jul 10 22:16:20 2011 -0400

    Remove G_DISABLE_DEPRECATED.

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

commit 087fd5fa392d9b8e83b900725d63767476030c72
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jul 8 18:14:49 2011 +0200

    Updated Serbian translation

 po/sr.po       | 1153 ++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 1153 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 1136 insertions(+), 1170 deletions(-)

commit 83c02f943c956e499ff4a8d3db042678c00464a9
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jul 5 11:57:48 2011 -0400

    Avoid camel_stream_printf().
    
    camel_stream_printf() is next on the chopping block.
    
    Use g_strdup_printf() or a GString to construct a formatted string in
    memory, pass it to camel_stream_write() in one go, and then check for
    errors (unless it's a memory stream).
    
    This commit also fixes some obvious memory leaks in the immediate
    vicinity.

 eplugin/exchange-delegates-user.c |   64 ++++++++++++++++++++++--------------
 1 files changed, 39 insertions(+), 25 deletions(-)

commit 1b9a5fb5bed1dc6b79bbeeb960c4477ef7367344
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jul 5 08:00:28 2011 -0400

    Prefer g_seekable_seek() over camel_stream_reset().
    
    When a stream is obviously a file or memory stream (both of which
    implement the GSeekable interface), use g_seekable_seek() instead of
    camel_stream_reset().
    
    This is helping me discover if it's safe to remove camel_stream_reset().
    We want to eventually move to GIO streams, which have no reset method.

 camel/camel-exchange-folder.c |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit 1d3270d530382dc67d2c58544c8caffb86e472b5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Jul 4 09:53:21 2011 -0400

    Adapt to CamelSession and e-passwords changes.

 camel/camel-exchange-store.c       |    2 +-
 eplugin/exchange-config-listener.c |    6 +++---
 server/lib/e2k-autoconfig.c        |   10 +++++-----
 server/lib/test-utils.c            |    2 +-
 server/storage/exchange-account.c  |   18 +++++++++---------
 tools/exchange-autoconfig-wizard.c |    2 +-
 6 files changed, 20 insertions(+), 20 deletions(-)

commit 454835297aecc93d3ab894d24a0631892e5b55e9
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon Jul 4 14:59:00 2011 +0530

    post release version bump

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