commit 0a6d8e20356bc349048f1c08c99bf2dd10a64101 Author: Matthew Barnes Date: Sun Aug 28 11:41:48 2011 -0400 NEWS update for 3.1.90 release. NEWS | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 06c89ff87f8967901a223ee7191aec96c2c1a1bb Author: Matthew Barnes Date: Sun Aug 28 11:45:42 2011 -0400 Fix build break in API docs generation. docs/reference/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit c011b94412e321af547d9f66339fccdae03d7ba2 Author: Yuri Myasoedov Date: Thu Aug 25 10:26:47 2011 +0400 Updated Russian translation po/ru.po | 966 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 459 insertions(+), 507 deletions(-) commit 0e7b32b5ac7f1c777eed6a14e1973c60fe4d5a40 Author: Matthew Barnes Date: Mon Aug 15 18:05:10 2011 -0400 Adapt to new CamelSubscribable interface. camel/camel-exchange-store.c | 73 ++++++++++++++++++++++++----------------- eplugin/exchange-folder.c | 2 +- 2 files changed, 44 insertions(+), 31 deletions(-) commit 70ee76825086b46c300628b5bee5c90bd964bec8 Author: Matthew Barnes Date: Thu Aug 11 20:29:34 2011 -0400 Add CamelExchangeSettings. CamelExchangeSettings replaces the various URL parameters used in CamelExchangeStore with equivalent GObject properties. Adapt the exchange module to use CamelSettings. camel/camel-exchange-provider.c | 49 ++- camel/camel-exchange-store.c | 24 +- camel/camel-exchange-utils.c | 19 +- configure.ac | 3 +- eplugin/exchange-account-setup.c | 266 +++++------- eplugin/exchange-config-listener.c | 11 +- glib-gen.mak | 42 ++ server/lib/Makefile.am | 23 +- server/lib/camel-exchange-settings.c | 803 ++++++++++++++++++++++++++++++++ server/lib/camel-exchange-settings.h | 135 ++++++ server/lib/e2k-autoconfig.c | 50 ++- server/lib/e2k-enums.h | 39 ++ server/lib/e2k-validate.h | 31 +- server/lib/urltest.c | 56 --- server/storage/exchange-account.c | 302 ++++++------- server/storage/exchange-account.h | 6 +- server/storage/exchange-esource.c | 61 ++- tools/exchange-share-config-listener.c | 11 +- 18 files changed, 1452 insertions(+), 479 deletions(-) commit 1720905973b52b88662156b488f0083c61418720 Author: Chenthill Palanisamy Date: Sun Aug 14 22:51:47 2011 +0530 post release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)