commit 19fe1ca0aa34e3a9e46a94ca58dfd972d8ca14b8
Author: Stef Walter <stefw@gnome.org>
Date:   2013-10-17

    Release version 3.10.1

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit d231d9c50dd0be1beb8d1d9293005d49cc90e7f8
Author: Stef Walter <stefw@gnome.org>
Date:   2013-10-15

    daemon: Add gnome-keyring-daemon manual page

 .gitignore                    |   1 +
 Makefile.am                   |  17 ++++-
 configure.ac                  |  38 ++++++++--
 daemon/gkd-main.c             |   2 +-
 docs/Makefile.am              |  27 ++++++-
 docs/gnome-keyring-daemon.xml | 160 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 234 insertions(+), 11 deletions(-)

commit 2ec2e06691b0e99815b9a13a8682eda90d3ffaf9
Author: Stef Walter <stefw@gnome.org>
Date:   2013-10-15

    daemon: Add new line at the end of startup messages

 daemon/gkd-main.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 0a82e3357c9fd17479d2a614dc64594b3349d138
Author: Antoine Jacoutot <ajacoutot@gnome.org>
Date:   2013-08-20

    buffer_get_time: use time_t as last argument
    
    ctime and mtime are time_t values.
    However, buffer_get_time() takes glong as its last argument.
    This is problematic because depending on the operating system and arch,
    time_t can be different.
    For e.g. on OpenBSD it is both long long for 32-bit and 64-bit
    architectures while on Linux, it is long for 32-bit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706405

 pkcs11/secret-store/gkm-secret-binary.c          | 2 +-
 pkcs11/secret-store/tests/dump-keyring0-format.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit fa8a3f8ce52483345d540c0bdda0ed099fb8e137
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   2013-09-26

    [l10n]Updated Turkish translation

 po/tr.po | 216 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 115 insertions(+), 101 deletions(-)

commit 0c462fd1db180f46201b07d1562871a2d1d39845
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   2013-09-24

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 172 ++++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po | 170 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 171 insertions(+), 171 deletions(-)