diff options
author | Stefan Walter <stefw@src.gnome.org> | 2009-02-28 03:05:50 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2009-02-28 03:05:50 +0000 |
commit | 7917fa8a9eff2a483717b5442633db5589971329 (patch) | |
tree | 95c31e1fb406a7fb5a0026346a9380dc3630d448 /ChangeLog | |
parent | eca4bcc931bde395454fd1652926cb1564dd7ff8 (diff) | |
download | gnome-keyring-7917fa8a9eff2a483717b5442633db5589971329.tar.gz |
Fix problems not writing out user store file when making modifications, but overwriting
storage file with zero byte file.
svn path=/trunk/; revision=1633
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ * gcr/gcr-importer.c: Fix problem with looking up pin initialized flag in the wrong structure. + * pkcs11/user-store/gck-user-storage.c: Fix problems not writing out + user store file when making modifications, but overwriting storage + file with zero byte file. + 2009-02-25 Stef Walter <stef@memberwebs.com> * pkcs11/gck/gck-module.c: |