diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-07 00:26:24 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-07 00:26:24 +0000 |
commit | 5a6775be4fdbee0523a573af960568ca21f38c49 (patch) | |
tree | a8c0ed31e880143825f8760bc59e27babbe966a7 /NEWS | |
parent | b21e806902b9d9342c5990e7b42cbe99e98af704 (diff) |
Allow the empty string in wallet-backend arguments.
When writing to a file in the wallet client program, remove an old
backup file before creating a new backup and don't fail if the backup
already exists.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,8 @@ wallet 0.5 (unreleased) + Allow the empty string in wallet-backend arguments. + Load the Perl modules for ACL verifiers and object types dynamically now that we're reading the class from the database. @@ -9,6 +11,10 @@ wallet 0.5 (unreleased) containing periods. Otherwise, it's hard to manage host keytabs. Add a missing test suite for that method. + When writing to a file in the wallet client program, remove an old + backup file before creating a new backup and don't fail if the backup + already exists. + wallet 0.4 (2007-12-05) Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them |