aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-12-07 00:26:24 +0000
committerRuss Allbery <rra@stanford.edu>2007-12-07 00:26:24 +0000
commit5a6775be4fdbee0523a573af960568ca21f38c49 (patch)
treea8c0ed31e880143825f8760bc59e27babbe966a7 /NEWS
parentb21e806902b9d9342c5990e7b42cbe99e98af704 (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--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce9a03a..0a53e35 100644
--- a/NEWS
+++ b/NEWS
@@ -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