commit 6db6b0081a96079fb81463f755939f5b30cac7a4 Author: Daiki Ueno Date: 2018-01-08 Release 3.27.4 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 2df13664af86726e4d0bb36ab5b6e59881609ebe Author: Ting-Wei Lan Date: 2018-01-07 main: Remove unnecessary HAVE_LOCALE_H checks https://bugzilla.gnome.org/show_bug.cgi?id=792278 daemon/gkd-main.c | 2 -- tool/gkr-tool.c | 2 -- 2 files changed, 4 deletions(-) commit d4c51867ff274473b50783e639bdd3fb5a983245 Author: Daiki Ueno Date: 2017-12-13 build: Fix issues on desktop file generation This fixes a couple issues in commit 8818e939: - intermidiate files are left after "make distcheck" - to incorporate translations, it didn't properly use a suffix rule Makefile.am | 4 ++-- daemon/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) commit 35a01f8c6eaf3c991aaeb3f66449f41d3f0580bc Author: Jakub Jelen Date: 2017-11-27 ssh-agent: Support SHA2 extension for RSA signatures * Includes the test adjustments IETF draft: https://tools.ietf.org/html/draft-ietf-curdle-rsa-sha2-12 This will be most probably needed for OpenSSH 7.7p1: https://bugzilla.mindrot.org/show_bug.cgi?id=2799 Signed-off-by: Jakub Jelen https://bugzilla.gnome.org/show_bug.cgi?id=790910 daemon/ssh-agent/gkd-ssh-agent-ops.c | 63 +++++++++++++++++++++++----- daemon/ssh-agent/gkd-ssh-agent-private.h | 11 +++-- daemon/ssh-agent/gkd-ssh-agent-proto.c | 72 ++++++++++++++++++-------------- daemon/ssh-agent/test-keytypes.c | 47 +++++++++++++-------- 4 files changed, 129 insertions(+), 64 deletions(-) commit f87699bc53a70b63423e7bf122ade29ed6d113e3 Author: Smellycat <1031454764@qq.com> Date: 2017-11-17 update zh_CN translation po/zh_CN.po | 411 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 196 insertions(+), 215 deletions(-) commit 8818e9395ece8a49d465a54af6729b3f91fa93b8 Author: Niels De Graef Date: 2017-09-07 Migrate from intltool to gettext. Removes `daemon/org.gnome.keyring.service.in` from POTFILES.in, as it doesn't contain any translatable strings. .gitignore | 1 + Makefile.am | 10 +--- configure.ac | 5 +- daemon/Makefile.am | 2 + daemon/gnome-keyring-pkcs11.desktop.in.in | 4 +- daemon/gnome-keyring-secrets.desktop.in.in | 4 +- daemon/gnome-keyring-ssh.desktop.in.in | 4 +- po/.gitignore | 16 ++++-- po/Makevars | 78 ++++++++++++++++++++++++++++++ po/POTFILES.in | 1 - 10 files changed, 102 insertions(+), 23 deletions(-)