commit 88b17301c22f9209c9120600ecfa10d4ba171c35
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Oct 16 05:50:52 2011 -0400

    NEWS update for 3.2.1 release.

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

commit 9ff13575de334a204d149d8172ce23040b4ae027
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Oct 11 21:21:57 2011 +0200

    Updated Hungarian translation

 po/hu.po |  173 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 91 insertions(+), 82 deletions(-)

commit 7a66324186941d2f62eb0b83d1a7ad19040252c9
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Oct 11 12:29:30 2011 +0200

    Bug #661432 - 'Any field contains' search doesn't work in contact view

 .../libedata-book/e-book-backend-sqlitedb.c        |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 8871895b9d1c2aa099925739ba7074bda48e79a9
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Oct 11 10:05:08 2011 +0200

    Bug #660829 - Allow 'Mark as read' in right click menu on spam folder

 camel/providers/local/camel-maildir-store.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 64181e70c3fbc005f2f6a0de09b022c275efc65e
Author: Christophe Dumez <christophe.dumez@intel.com>
Date:   Tue Oct 11 10:52:11 2011 +0300

    Revert "gdbus_proxy_call_sync: stop using g_usleep()"
    
    This reverts commit 617af365f053c31118e253c831694459867318b8.

 libedataserver/e-gdbus-templates.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 617af365f053c31118e253c831694459867318b8
Author: Christophe Dumez <christophe.dumez@intel.com>
Date:   Mon Oct 10 09:51:11 2011 +0300

    gdbus_proxy_call_sync: stop using g_usleep()
    
    Instead, tell g_main_context_iteration() that it may block if no
    event source is ready.
    (cherry picked from commit cf78ee827d3c5157e44a1e4c32d395942a816461)

 libedataserver/e-gdbus-templates.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit f561d9e9430258f2c4da60751034ff29a34845a3
Author: Christophe Dumez <christophe.dumez@intel.com>
Date:   Mon Oct 10 19:18:20 2011 +0300

    e_book_backend_sqlitedb_new: Fix database connection reuse
    
    Remove EBookBackendSqliteDB objects from the db_connections
    hash table in their dispose function. It used to be done in
    their finalize function but this would cause
    g_hash_table_lookup() to sometime return EBookBackendSqliteDB
    GObjects whose ref_count is 0, under heavy load.
    
    This patch also makes sure the database mutex is properly unlocked
    in case of error. It also properly reports errors when
    book_backend_sqlitedb_load() fails.
    (cherry picked from commit c79dc600304a61ed55a0f0d45462386b7a8f3513)

 .../libedata-book/e-book-backend-sqlitedb.c        |   51 ++++++++++++++------
 1 files changed, 36 insertions(+), 15 deletions(-)

commit 5ed2409de763f7f4b96941298739aba811cd4ab5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 10 10:57:18 2011 +0200

    Workaround possible crash in imap_body_decode()

 camel/providers/imap/camel-imap-utils.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit b78368d954f427fd5b05a7bac63df6d4d718fc7f
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Mon Oct 10 19:30:36 2011 +1100

    Updated Vietnamese translation

 po/vi.po |  832 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 343 insertions(+), 489 deletions(-)

commit b92f160fe82c0f4ab7c032955113b0e54087961d
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Fri Oct 7 22:51:44 2011 +1100

    vi.po: import from Damned Lies

 po/vi.po | 7156 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 4062 insertions(+), 3094 deletions(-)

commit b166e20d45206e147f46a501b7864b0c91249751
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Oct 9 20:44:24 2011 +0200

    Updated Swedish translation

 po/sv.po |  592 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 341 insertions(+), 251 deletions(-)

commit 85b214aa41749096174e094774cc8c84cd2ef860
Author: Algimantas Margevičius <gymka@mail.ru>
Date:   Sat Oct 8 16:58:08 2011 +0300

    Updated Lithuanian translation

 po/lt.po | 1887 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 928 insertions(+), 959 deletions(-)

commit d3b385cb591bb92a5a798eb8cb5cb6178432308c
Author: Christophe Dumez <christophe.dumez@intel.com>
Date:   Sat Oct 8 09:44:55 2011 +0300

    build_sqlitedb: Fix possible memory leak
    
    Memory can get leaked when inserting contacts to the summary
    fails.

 addressbook/backends/file/e-book-backend-file.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 82246c78c62c6cba885a632e8856fbbf299e6a6d
Author: Christophe Dumez <christophe.dumez@intel.com>
Date:   Tue Oct 4 11:43:46 2011 +0300

    gdbus_proxy_call_sync: check sync flag more frequently
    
    This patch lowers the value used in g_usleep() from 250000us
    to 1000us in order to decrease latency.
    (cherry picked from commit d91010693f1ba9207219465d9b9052b6e6937cb6)

 libedataserver/e-gdbus-templates.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2b785745ee5149d2df320ee36294636c77f32e09
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Oct 7 10:14:56 2011 +0200

    Updated Spanish translation

 po/es.po |  840 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 417 insertions(+), 423 deletions(-)

commit 799e2137dfd2b997e6429ad4af13ab9603d3da05
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Wed Oct 5 00:59:21 2011 +0300

    Updated Latvian translation.

 po/lv.po | 1734 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 852 insertions(+), 882 deletions(-)

commit ccea0444789ee61f69841b90fdcac6fa068c27f5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Oct 3 11:23:40 2011 +0200

    Bug #660615 - Make POP3 provider more cancellable ready

 camel/providers/pop3/camel-pop3-engine.c |   38 ++++++++++++++-----------
 camel/providers/pop3/camel-pop3-engine.h |    8 +++--
 camel/providers/pop3/camel-pop3-folder.c |   45 ++++++++++++++++--------------
 camel/providers/pop3/camel-pop3-store.c  |   25 ++++++++--------
 camel/providers/pop3/camel-pop3-store.h  |    1 +
 camel/providers/pop3/camel-pop3-stream.c |    2 +-
 6 files changed, 65 insertions(+), 54 deletions(-)

commit 4a89acbeca5805f80dd72efdb3329454045aa041
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Oct 1 21:55:36 2011 +0200

    Updated Swedish translation

 po/sv.po | 1847 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 928 insertions(+), 919 deletions(-)

commit b8da49b1ba8f7e679b16f64ff96089bc6f7b6275
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Sep 30 11:26:41 2011 -0400

    Bug 660533 - Missing GOA cflags/libs in libedata-book
    
    (cherry picked from commit a3f27c80fbd31437a09304421ac54266e026b7f3)

 addressbook/libedata-book/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 673c4e4cf9bc986f9e05e46a7201624b9bbd0224
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Sep 30 14:40:17 2011 +0200

    Bug #620382 - Do not delete also directory for custom local calendars

 calendar/backends/file/e-cal-backend-file.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit e7c9bd036c7c430f1424a8c5b076e8b87723f36f
Author: Christophe Dumez <christophe.dumez@intel.com>
Date:   Wed Sep 28 10:05:09 2011 -0400

    Bug 660246: EBookBackendSqliteDB: Bad loop iteration.
    
    The code was not properly iterating over the UID list and as a
    consequence, calling e_book_backend_sqlitedb_remove_constacts() with
    more than one UID would only remove the first UID in the list.
    
    (cherry picked from commit ca7ca9eb5c3208ddb368cf1b5f57a7c2e2ad7983)

 .../libedata-book/e-book-backend-sqlitedb.c        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 85266454e63506a6735b488e4ad058bfc0948cd1
Author: YunQiang Su <yqsu@src.gnome.org>
Date:   Wed Sep 28 02:46:43 2011 +0800

    update zh_CN translation

 po/zh_CN.po |  117 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 64 insertions(+), 53 deletions(-)

commit 7c13c213c4448aa1f490a952bec0c9c6f0ba3bf9
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 27 20:30:03 2011 +0200

    Updated Polish translation

 po/pl.po |  103 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 56 insertions(+), 47 deletions(-)

commit b8da7a7037d822f91a351939e9bbca627601e74a
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Sep 27 11:03:16 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 18d231f9d70a140164b6a7315b9a80ee52ca68f5
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Sep 27 11:03:07 2011 +0200

    [l10n]Updated Catalan translation

 po/ca.po |  167 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 88 insertions(+), 79 deletions(-)

commit b363084137bd4848769b9f5bb9bfd549961ebf95
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Sep 27 09:41:10 2011 +0200

    Updated Spanish translation

 po/es.po | 1708 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 859 insertions(+), 849 deletions(-)

commit 3a34235ca4555903347a8a38d3d87a4c8a543bfb
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Sep 26 23:15:40 2011 +0100

    Updated Portuguese translation

 po/pt.po |  116 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 62 insertions(+), 54 deletions(-)

commit b665fed1979204c9934405aaa5587fb3ca7cc070
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Mon Sep 26 22:47:07 2011 +0400

    Updated Russian translation

 po/ru.po | 1865 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 930 insertions(+), 935 deletions(-)

commit a41e9a31d267a0c6c85dae54362b460b564b920a
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Sep 26 19:32:00 2011 +0200

    [l10n] Updated German translation

 po/de.po |  134 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 68 insertions(+), 66 deletions(-)

commit 08ecc239cca72691879cf9ee2f8bc4a19d0a1ce4
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Mon Sep 26 20:01:45 2011 +0300

    Updated Bulgarian translation

 po/bg.po |  117 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 63 insertions(+), 54 deletions(-)

commit 5e13652ee1bd12d3dae83a7b20bbdf8667a50f66
Author: Jiri Eischmann <jiri@eischmann.cz>
Date:   Mon Sep 26 17:14:04 2011 +0200

    Updated Czech translation

 po/cs.po |   92 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 53 insertions(+), 39 deletions(-)

commit e13c7215136d1161640e3b936e079056fb91cbae
Author: Djavan Fagundes <djavanf@gnome.org>
Date:   Mon Sep 26 11:15:48 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |  128 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 70 insertions(+), 58 deletions(-)

commit 5d248a0c300c68943be595f31c87dac65cf70d81
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Sep 26 15:46:25 2011 +0200

    Update French translation

 po/fr.po | 1683 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 847 insertions(+), 836 deletions(-)

commit 7f1de8a9ee9ef6bfc45ae8845e06ee586ca2b81a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Sep 26 15:35:27 2011 +0200

    Updated Slovenian translation

 po/sl.po | 1884 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 926 insertions(+), 958 deletions(-)

commit 8ca874dd3428784648d8733bc96c1bb70ddb6c03
Author: Fran Dieguez <fran@openhost.es>
Date:   Mon Sep 26 15:34:55 2011 +0200

    Updated Galician translations

 po/gl.po | 1693 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 851 insertions(+), 842 deletions(-)

commit d5bd28639fdaf5fd72efbbdb6c99f3921f9a33f3
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Sep 26 15:26:38 2011 +0200

    Updated Basque language

 po/eu.po |   93 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 51 insertions(+), 42 deletions(-)

commit 7ea946c239d6a420bc584c73e8c68d0af00a20a9
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Mon Sep 26 14:38:47 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 3048 ++++++++++++++++++++++++++---------------------------
 1 files changed, 1485 insertions(+), 1563 deletions(-)

commit 377ef82309da837ea556b70ce962978017ed225c
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 12:43:43 2011 +0200

    Bug #659568 - One day delay in calendar view

 calendar/libedata-cal/e-cal-backend-sexp.c |   30 ++++++++++++++++++++-------
 libedataserver/e-sexp.c                    |   19 ++++++++++++++++-
 2 files changed, 40 insertions(+), 9 deletions(-)

commit b40ba4b344dc7468a3d1ee0c0788f6b22e6b5d9b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 12:19:30 2011 +0200

    Bug #659438 - Checks junk in all folders despite restricting to INBOX

 camel/providers/imap/camel-imap-folder.c   |    5 ++++-
 camel/providers/imap/camel-imap-provider.c |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 9b855b37f77d20c06f8bff4165e26ceee8940c41
Author: Petr Kovar <pkovar@redhat.com>
Date:   Mon Sep 26 11:18:32 2011 +0200

    Update Czech translation by Jiri Eischmann

 po/cs.po |  110 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 55 insertions(+), 55 deletions(-)

commit 0b673a3f814125da6e27e78822b4f8d3c2644e17
Author: Christophe Dumez <christophe.dumez@intel.com>
Date:   Mon Sep 26 10:08:49 2011 +0200

    Bug #659914 - e_book_get_changes: Fix crash caused by unref of a NULL pointer

 addressbook/libebook/e-book.c |   53 ++++-------------------------------------
 1 files changed, 5 insertions(+), 48 deletions(-)

commit 68611bdc8957608da08025a9351791395c17699d
Author: Alexander Larsson <alexl@redhat.com>
Date:   Mon Sep 26 10:04:37 2011 +0200

    Bug #659553 - Fix e_vcard_unescape_string
    
    Actually append unescaped chars, and don't bother with broken
    unicode char stuff.

 addressbook/libebook/e-vcard.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 4260e9e7a6debaf8473d336cedc34188962bf4e3
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 26 08:21:23 2011 +0200

    Post-release version bump

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

commit 590f4da32d9f9d05b436fa65139a1dc0a8a14108
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun Sep 25 23:42:33 2011 +0200

    [l10n]Updated Catalan translation

 po/ca.po | 3860 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 2010 insertions(+), 1850 deletions(-)