From 54ccb6083d69da03c71d01a271a09554e4d63e4f Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 12 Feb 2008 01:55:09 +0000 Subject: 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. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3