summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-12 01:55:09 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-12 01:55:09 +0000
commit54ccb6083d69da03c71d01a271a09554e4d63e4f (patch)
treeedfacb2be7a6737ffe1421bde013ab101adadd44 /NEWS
parent8981930051a7876586de885183bb0997e9800b3c (diff)
Correctly handle get of an empty object in the wallet client. The
empty string is valid object content. Add a full end-to-end test suite to catch protocol mismatches between the client and server, such as the one fixed in this release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 110ca37..d17e4ef 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,16 @@ wallet 0.8 (unreleased)
Add file object support to the wallet server.
+ Correctly handle get of an empty object in the wallet client. The
+ empty string is valid object content.
+
Wallet::Config and hence the wallet server now checks for the
environment variable WALLET_CONFIG and loads configuration from the
file specified there instead of /etc/wallet/wallet.conf if it is set.
+ Add a full end-to-end test suite to catch protocol mismatches between
+ the client and server, such as the one fixed in this release.
+
wallet 0.7 (2008-02-08)
Add new exists and autocreate wallet server interfaces. The first