commit 68155a237637e0fd4677caabc25aba52a0a206df Author: Chenthill Palanisamy Date: Mon Nov 14 16:01:22 2011 +0530 News update for 3.2.2 release NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) commit 452ee63d84469821aea1668271caaef26172556b Author: Milan Crha Date: Fri Nov 11 15:43:26 2011 +0100 Bug #660972 - Unable to publish free/busy information calendar/backends/file/e-cal-backend-file.c | 2 +- calendar/libecal/e-cal-client.c | 2 -- calendar/libegdbus/e-gdbus-cal.c | 6 ++---- 3 files changed, 3 insertions(+), 7 deletions(-) commit 3d4406d783643e4e392aa3a679fb930246a33f24 Author: Milan Crha Date: Fri Nov 11 10:30:40 2011 +0100 Bug #662473 - Moving mails between local folders removes labels camel/providers/local/camel-maildir-folder.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit c849f49a8a3c0fbdda2cb0cb63bf60bd6d65bb01 Author: Milan Crha Date: Thu Nov 10 17:32:27 2011 +0100 Bug #659736 - Do not report change on property set when not changed libedataserver/e-source-group.c | 6 ++++++ libedataserver/e-source.c | 7 +++++++ 2 files changed, 13 insertions(+), 0 deletions(-) commit b70b77d3f8e7adde749786077961114386b67ac6 Author: Michel Dänzer Date: Wed Nov 2 08:36:46 2011 +0100 Bug #655167 - Messages moved from IMAP Inbox reappear camel/providers/imap/camel-imap-folder.c | 11 +++-------- camel/providers/imap/camel-imap-summary.h | 4 +++- 2 files changed, 6 insertions(+), 9 deletions(-) commit 74b73302f3078a4e4e75ca98f5b73e96b01713a7 Author: Matthew Barnes Date: Tue Oct 25 11:08:10 2011 -0400 Bug 662524 - POP3: Use a safer default value for "delete-after-days" Default to not deleting mail kept on the POP3 server at all rather than automatically deleting after X days. Helps avoid accidental data loss. camel/providers/pop3/camel-pop3-settings.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 7d119451fc3bb8dd8479ebd924a19765a1935114 Author: Matthew Barnes Date: Mon Oct 24 17:51:10 2011 -0400 Bug 662643 - camel_url_decode_path() crashes on empty string (cherry picked from commit 230e8393cd91252bc3f1f25b123a96e7a6f4829a) camel/camel-url.c | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) commit de671d02092b2972c03f517f99112ff3b0fcb937 Author: Matthew Barnes Date: Fri Oct 21 21:45:02 2011 -0400 Avoid a crash in camel_session_get_service_by_url(). Check that we found a CamelProvider before dereferencing it. (cherry picked from commit 13c8e07865d1e6f04b7c477c8713c69efdbb519c) camel/camel-session.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 38d07d55a79f007d48ba6dd0e587850f7fdc9598 Author: Matthew Barnes Date: Fri Oct 21 20:47:44 2011 -0400 Add camel_folder_refresh_info()/_finish(). I forget to write wrapper functions for CamelFolderClass.refresh_info() and CamelFolderClass.refresh_info_finish() even though the class methods have been there for awhile. Thanks to Srini for pointing this out. (cherry picked from commit 1baddb8b7225cd3ea1cd186f663e859bfae84ba5) camel/camel-folder.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 0 deletions(-) commit c87ba414cfeb6777f004de9260b3c42614c4a53d Author: Piotr Drąg Date: Fri Oct 21 17:44:21 2011 +0200 Updated Polish translation po/pl.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ccbc977d2b07710b769dee34c7a038fb6dd9108f Author: Piotr Drąg Date: Fri Oct 21 17:40:26 2011 +0200 Updated Polish translation po/pl.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fb38760b1b4083793d29ec40c1028c5f3c9558ab Author: Piotr Drąg Date: Fri Oct 21 17:38:43 2011 +0200 Updated Polish translation po/pl.po | 72 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 36 insertions(+), 36 deletions(-) commit ee4574fe75704491e706cf05a561c996ac85c196 Author: Milan Crha Date: Fri Oct 21 15:46:06 2011 +0200 Bug #660870 - Empty Contacts list when pressing "To:" in composer .../libedata-book/e-book-backend-sqlitedb.c | 35 +++++++++++++------- 1 files changed, 23 insertions(+), 12 deletions(-) commit 5ede79a33702999517b9a83b2fe531acbb8efc86 Author: Alban Browaeys Date: Fri Oct 21 09:41:14 2011 +0200 Bug #660656 - Fix e_iterator_get annotation libedataserver/e-iterator.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 21db202db8f95df266c1e8b094b57d8ab2407078 Author: Milan Crha Date: Tue Oct 18 13:10:08 2011 +0200 Bug #661549 - Avoid fetching from backend when calculating summary .../backends/contacts/e-cal-backend-contacts.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 005fde07bfa6340f8efdaa27a855fda7c066bfeb Author: OKANO Takayoshi Date: Tue Oct 18 01:47:00 2011 +0900 Updated Japanese translation po/ja.po | 1367 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 704 insertions(+), 663 deletions(-) commit ddd3bf2d2325595228fc7feafd497b824b2fd2e7 Author: Luca Ferretti Date: Mon Oct 17 10:06:41 2011 +0200 l10n: updated Italian translation po/it.po | 102 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 57 insertions(+), 45 deletions(-) commit 5df644227c943a86a6272286510009ba5bae6086 Author: Changwoo Ryu Date: Mon Oct 17 03:08:33 2011 +0900 Updated Korean translation po/ko.po | 1690 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 850 insertions(+), 840 deletions(-) commit 5367cb7fbb22921fa5791fb18ab59d26754b7a4e Author: Matthew Barnes Date: Sun Oct 16 05:56:23 2011 -0400 Post-release version bump. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit beb56ec18ee1e0624bef22c1289ef327aa6f83bc