commit bb9d5de2836d953b0f535500597c7adffe160cbb Author: Stef Walter Date: 2011-03-21 Release version 2.91.93 NEWS | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) commit 1d018f1b825fb7e0826543548ab46aa5de58b1fb Author: Sense Hofstede Date: 2011-03-20 Updated Frisian translation po/fy.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4a406cc9b08d4605183e0e404f63af1c824b4135 Author: Sense Hofstede Date: 2011-03-20 Added Frisian translation po/LINGUAS | 1 + po/fy.po | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 0 deletions(-) commit 6645cac65e6e4d1c058c7dfb9eaae9858b5fcef7 Author: Stef Walter Date: 2011-03-19 Use full interface.Property form for CreateCollection and CreateItem This is a change in the spec so that we can handle future extensibility on various interfaces properly. library/gnome-keyring.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 84103a1d29e66ede966874e4af4b17706605cd48 Author: Stef Walter Date: 2011-03-10 This assertion is vulnerable to corner conditions. In particular if the operation completes one pending call, unrefs it and creates another pending call, and the memory allocator decides to allocate that same memory for the next pending call, then this will assert in a bogus way. https://bugzilla.redhat.com/show_bug.cgi?id=660407 library/gkr-operation.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 3492824c63c52945586a56aaae6c3cf3739c068a Author: Stef Walter Date: 2011-03-10 Release 2.91.92 NEWS | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-)