commit 3eee55c4234f8642c0c9e17fb3ca715fa071d6d7 Author: Vincent Untz Date: 2009-12-23 Fix build after gp11 API change gp11_slot_open_session_async now takes two additional arguments. configure.in | 2 +- pkcs11/seahorse-pkcs11-operations.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit e852cb47ed77ef71610d6a87b2271271156d1029 Author: Pablo Castellano Date: 2009-11-30 Provide a man-page for seahorse Closes: bgo#592959 src/Makefile.am | 3 +++ src/seahorse.1 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 0 deletions(-) commit b497a91cfeea3d24eab10e39ba6485754c92717f Author: Emilio Pozuelo Monfort Date: 2009-12-14 Bug 604494: Don't use fixed MAXPATHLEN size buffers Use dynamic allocation instead, since MAXPATHLEN may not be defined on some platforms. Fixes the build on GNU/Hurd. pgp/seahorse-gpg-options.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 5f42e1e9aad249cf1ed6fc018dac817cecdb12de Author: Thorsten Sick Date: 2009-12-08 Full documentation for seahorse-context.c This patch adds full documentation for seahorse-context.c. Static functions are commented in a non-specific way, the other functions in a GTK-Doc style. libseahorse/seahorse-context.c | 377 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 375 insertions(+), 2 deletions(-) commit d4089fc45bdc5423d48bbbe57655cb961bc3b48e Author: Tao Wei Date: 2009-12-08 Updated Simplified Chinese translation. po/zh_CN.po | 266 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 132 insertions(+), 134 deletions(-) commit b62f080b94c98ec69b68dc105c9dbe0de67fc8f7 Author: Adam Schreiber Date: 2009-12-07 Remove underscore from enum to fix introspection generation libcryptui/cryptui.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1281ac54286a9e9f3450dcd11f5d8c85b65aa8b4 Author: Lucian Adrian Grijincu Date: 2009-12-05 Update Romanian translation po/ro.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit ed5b6c9f1280b05baf52a29f8d80cd8d8a8c6c45 Author: Adam Schreiber Date: 2009-12-04 Initial support for introspection of libcryptui WARNING: Don't use this, it's relatively untested and there's at least one known bug. https://bugzilla.gnome.org/show_bug.cgi?id=603812 configure.in | 29 +++++++++------ libcryptui/.gitignore | 2 + libcryptui/Makefile.am | 52 ++++++++++++++++++++++++--- m4/introspection.m4 | 92 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 158 insertions(+), 17 deletions(-) commit e4df7d98ee6b21edc24c6af8093db3e6dc612477 Author: Adam Schreiber Date: 2009-11-29 Bump version to 2.29.4 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3620093350b45fb4697bf6fd58c1dbcc613e6575 Author: Adam Schreiber Date: 2009-11-29 Release 2.29.3 NEWS | 17 +++++++++++++++++ README | 2 +- configure.in | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-)