diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-08 23:42:40 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-08 23:42:40 +0000 |
commit | 96d7a9fbc8fb9648a592bad4cf43f29dc6ccf6d0 (patch) | |
tree | 6c4b5f091a6ae258effe9ebb9fcdcb6a4bdc9e03 /NEWS | |
parent | da92a0d5e259a126095e120c7938c6e3be27618c (diff) |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ wallet 0.8 (unreleased) Fix the wallet client to use check instead of exists. + 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. + wallet 0.7 (2008-02-08) Add new exists and autocreate wallet server interfaces. The first |