diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-09 01:57:42 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-09 01:57:42 +0000 |
commit | b415b347328e7db0f41f0294c06060c6dd156b3d (patch) | |
tree | 8ebf0c6fee7e5ef8ae338bc7075b72fdfddf420a /NEWS | |
parent | ca4ca4db50041938cfca4de4a7c0d454c014fcec (diff) |
Add file object support to the wallet server.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ wallet 0.8 (unreleased) Fix the wallet client to use check instead of exists. + Add file object support to the wallet server. + 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. |