commit b2e4934acd6021f4b5299c093dbdef1cf07af265 Author: Stef Walter Date: 2014-01-08 Release version 3.10.2 NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit a8ab0f066d1b145fa383501ec857cdfdeaac93f5 Author: Colin Walters Date: 2013-11-17 common: Work around vala srcdir != builddir from git issues gnome-continuous uses srcdir != builddir *from git*. This differs from tarballs where generated source lives in $(srcdir). Anyways, vala's AM_PROG_VALAC generates some makefile rules that do "cd $(srcdir) && valac ...". See https://bugzilla.gnome.org/show_bug.cgi?id=694153 The problem is this actively breaks the $(srcdir) and $(builddir) automake macros when doing srcdir != builddir from git. We can work around it this way. https://bugzilla.gnome.org/show_bug.cgi?id=712538 common/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 992343ad6dbf1a036dcccef2660ba494faec5c9c Author: Fábio Nogueira Date: 2014-01-03 Updated Brazilian Portuguese translation po/pt_BR.po | 106 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 53 deletions(-) commit 546b63f13f75be9394317674e77742b6374e2151 Author: Rafael Ferreira Date: 2014-01-03 Revert "Updated Brazilian Portuguese translation" This reverts commit 34103e19b52e2ec08d127bf0fb37357afbb08366. Wrong author po/pt_BR.po | 106 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 53 deletions(-) commit 34103e19b52e2ec08d127bf0fb37357afbb08366 Author: Rafael Ferreira Date: 2014-01-03 Updated Brazilian Portuguese translation po/pt_BR.po | 106 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 53 deletions(-) commit 9de25400d862b236f6c79db9a0841570988dec7d Author: Tong Hui Date: 2013-12-28 Update Chinese simplified translation po/zh_CN.po | 919 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 463 insertions(+), 456 deletions(-) commit 370857dc7a40172a9c7d7e39d6d22381e7e36cde Author: William Jon McCann Date: 2013-12-18 Update homepage URL seahorse.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f3452d1fb77429eebf13e1cbc21eecf79b56d089 Author: Michael Catanzaro Date: 2013-11-22 Fix SSH key generation Here, i used to be a guint, but was recently changed into a gint to silence a compiler warning. This caused the for loop to terminate without ever iterating. https://bugzilla.gnome.org/show_bug.cgi?id=715051 ssh/seahorse-ssh-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6a70791e8033fbc37f95beb1673d31a70eaf9a4a Author: Colin Walters Date: 2013-11-17 build: Update includes to work with srcdir != builddir from git seahorse-common.h is in $(builddir) when doing srcdir != builddir from git. https://bugzilla.gnome.org/show_bug.cgi?id=712538 gkr/Makefile.am | 1 + libseahorse/Makefile.am | 2 ++ pkcs11/Makefile.am | 1 + src/Makefile.am | 1 + ssh/Makefile.am | 1 + 5 files changed, 6 insertions(+) commit b8efbb1b8f253d39449184e42904c97372c11066 Author: Sebastian Keller Date: 2013-11-07 ui: fix pgp/ssh key export The vala code is expecting the directory parameter to be a reference so when checking "directory != null" it dereferences directory first. https://bugzilla.gnome.org/show_bug.cgi?id=707014 pgp/seahorse-pgp-key-properties.c | 4 +++- ssh/seahorse-ssh-key-properties.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) commit 68154a136aad48cc00675f0f7f4986230dd5a69e Author: Efstathios Iosifidis Date: 2013-11-05 Updated Greek translation po/el.po | 984 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 493 insertions(+), 491 deletions(-) commit 3d2c3708224da1f103e7796696beb8ec49b274d1 Author: Stef Walter Date: 2013-10-19 Fix up automake and compiler warnings common/Makefile.am | 2 +- gkr/Makefile.am | 2 +- libegg/Makefile.am | 10 ++++------ libseahorse/Makefile.am | 2 +- pgp/Makefile.am | 2 +- pkcs11/Makefile.am | 2 +- src/Makefile.am | 2 +- ssh/Makefile.am | 2 +- 8 files changed, 11 insertions(+), 13 deletions(-)