commit bfbefcfeceb125172e3b3c51219a4dc21ef10a9e
Author: Stef Walter <stefw@collabora.co.uk>
Date: 2011-04-25
Release version 3.0.1
NEWS | 7 +++++++
configure.in | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
commit 0a596f934d3478a323333b36fcf1265de715f7f0
Author: Stef Walter <stefw@collabora.co.uk>
Date: 2011-04-24
Better testing configure options.
* --enable-tests=yes/no/full
* With 'full' various testable behavior is fine tuned or used.
Makefile.am | 4 ++--
configure.in | 23 ++++++++++++++---------
docs/reference/gnome-keyring/Makefile.am | 3 ++-
egg/tests/Makefile.am | 2 --
egg/tests/test-dh.c | 6 ++++++
egg/tests/test-secmem.c | 3 +++
library/gkr-misc.c | 2 +-
library/gkr-operation.c | 4 ++--
library/tests/Makefile.am | 2 --
9 files changed, 30 insertions(+), 19 deletions(-)
commit d6a342f541310fbeb792a564d6a6f442ae2b3afe
Author: Stef Walter <stefw@collabora.co.uk>
Date: 2011-04-01
Cleanup documentation warnings.
docs/reference/gnome-keyring/Makefile.am | 10 +-
.../gnome-keyring/gnome-keyring-sections.txt | 6 +
library/gkr-misc.c | 16 ++
library/gnome-keyring-private.h | 1 +
library/gnome-keyring-utils.c | 88 ++++++++++-
library/gnome-keyring.c | 44 ++++--
library/gnome-keyring.h | 160 ++++++++++----------
7 files changed, 225 insertions(+), 100 deletions(-)
commit 74ba8ea90024f9e85d59766b3c0e00975485386c
Merge: d985494 302583d
Author: Stef Walter <stefw@collabora.co.uk>
Date: 2011-04-23
Merge branch 'dbus-race-condition' into gnome-3-0
commit d985494d0f29746d9152370aeee4103fd5266b18
Author: Muhammet Kara <muhammet.k@gmail.com>
Date: 2011-04-23
Added Turkish translation
po/LINGUAS | 1 +
po/tr.po | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 0 deletions(-)
commit 302583d1073cc7764d9e40952e8f014491fece7c
Author: Stef Walter <stefw@collabora.co.uk>
Date: 2011-04-20
Better fix for dbus threading race condition.
* Don't use pending notify callbacks when in blocking mode.
* Different request/reply code paths when in blocking and non-blocking
mode.
https://bugzilla.gnome.org/show_bug.cgi?id=646928
library/gkr-operation.c | 162 ++++++++++++++++++++++++++++++++++++-----------
1 files changed, 126 insertions(+), 36 deletions(-)
commit 6b66419266f545eb4d5f78950656416858280d91
Author: Stef Walter <stefw@collabora.co.uk>
Date: 2011-04-20
Add some code to debug to syslog in emergency situations.
library/gkr-debug.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
commit 32a9851e9dac9f1c1302d9c838512a59d1328ee3
Author: Stef Walter <stefw@collabora.co.uk>
Date: 2011-03-31
Add debugging instrumentation to operations.
* Run with GKR_DEBUG=all environment variable to display debubugging.
* Only gkr-operation.c has debugging for now.
configure.in | 2 +-
library/Makefile.am | 2 +
library/gkr-debug.c | 106 +++++++++++++++++++++++++++++++++++++++
library/gkr-debug.h | 85 +++++++++++++++++++++++++++++++
library/gkr-operation.c | 56 +++++++++++++++++---
library/tests/test-any-daemon.c | 1 +
library/tests/test-keyrings.c | 1 +
library/tests/test-memory.c | 1 +
library/tests/test-other.c | 1 +
library/tests/test-prompting.c | 1 +
10 files changed, 246 insertions(+), 10 deletions(-)