commit 1bc65b4a92a652c5f17bfa371a0ba1fb4e05fa6d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 1 15:18:25 2013 +0100

    Bug #694786 - Do not use unknown property tags in restrictions

 src/libexchangemapi/e-mapi-connection.c | 326 ++++++++++++++++++++++++++++++--
 1 file changed, 311 insertions(+), 15 deletions(-)

commit 1b0f47be5c507f83c5bc6888c41a3fd8a59370f9
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 27 14:25:58 2013 +0100

    Bug #694786 - Ref count issue on a book view update

 src/addressbook/e-book-backend-mapi.c | 2 ++
 1 file changed, 2 insertions(+)

commit 3594369638f59269a5945c4ddc706d966f00bbdf
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Feb 26 09:45:17 2013 +0100

    Teach collection backend about Kerberos authentication

 configure.ac                       |  2 +-
 src/collection/e-mapi-backend.c    | 44 ++++++++++++++++++++++++++++++++++++++
 src/libexchangemapi/e-mapi-utils.c | 18 ++++++++++++++++
 src/libexchangemapi/e-mapi-utils.h |  3 +++
 4 files changed, 66 insertions(+), 1 deletion(-)

commit da2e53f8a04c85da848b1ea8331b953b70fdfa47
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 25 16:22:48 2013 +0100

    Allow debugging of an account Authenticate process
    
    Debugging was enabled only for the profile's load mapi contexts, not for all,
    thus for example accounts' validation didn't print debug info on console.
    Setting debugging for each mapi context makes this work better.

 src/libexchangemapi/e-mapi-connection.c | 8 --------
 src/libexchangemapi/e-mapi-utils.c      | 7 +++++++
 2 files changed, 7 insertions(+), 8 deletions(-)

commit 24c20518d1ecfdc3b3a90e13e099a61c46da6a5f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 21 20:37:55 2013 +0100

    Bug #685882 - NspiGetIDsFromNames failure with MAPI_E_NO_SUPPORT

 src/libexchangemapi/e-mapi-connection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a6bce1ab4a7efadeed16c6acca9a631f47194462
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Feb 18 12:25:58 2013 +0100

    Update French translation

 po/fr.po | 339 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 177 insertions(+), 162 deletions(-)

commit c3c295b00fece5a5ab42a5bf7b50ee229cb77723
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 14 19:06:27 2013 +0100

    Call OpenProfile() with talloc-allocated 'profile' parameter
    
    The 'profile' variable have been allocated on stack, but the underlying
    code could expect a talloc-allocated memory, which could cause crashes
    during connection to the server in this function.

 src/libexchangemapi/e-mapi-connection.c | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

commit 494b856eea59dbd8dcb98dc030551dcc305aa89a
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Feb 5 17:46:14 2013 +0100

    Bug #693181 - Does not ask for password after its change

 src/addressbook/e-book-backend-mapi.c          |  3 +--
 src/calendar/e-cal-backend-mapi.c              |  3 +--
 src/camel/camel-mapi-store.c                   | 10 ++--------
 src/configuration/e-mail-config-mapi-backend.c |  2 +-
 4 files changed, 5 insertions(+), 13 deletions(-)

commit da62a924d0e56ae2bf39278d2f7c233726fa94cd
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 4 19:51:43 2013 +0100

    Bug #692373 - Crash when using finalizing connection

 src/camel/camel-mapi-folder.c                      |  44 ++++--
 src/camel/camel-mapi-store.c                       | 152 +++++++++++++++------
 src/camel/camel-mapi-store.h                       |   2 +-
 .../e-mapi-subscribe-foreign-folder.c              |  20 ++-
 4 files changed, 161 insertions(+), 57 deletions(-)

commit d623ce597f22b87ba5dce8e34a8dfc00b7883d7d
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jan 23 13:58:04 2013 +0100

    Bug #692371 - Crash under e_mapi_connection_connected()

 src/libexchangemapi/e-mapi-connection.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit 12cfd4f7e4ee2933f8272f12d110dce164b0aef2
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 22 11:23:24 2013 +0100

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8af4c7c3f23ad4d6cc9793d2ea0b4961e6198af1
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 22 11:22:40 2013 +0100

    NEWS update for 3.6.3

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)