summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-12 23:38:36 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-12 23:38:36 +0000
commit5dd1bb69f28e1a38259dd939cfd00469c5b786eb (patch)
tree63514dc4c4e5dabbfec357f743b54c535deeca43 /NEWS
parent54ccb6083d69da03c71d01a271a09554e4d63e4f (diff)
wallet-backend now supports a -q flag, which disables syslog logging.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d17e4ef..960271f 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ wallet 0.8 (unreleased)
environment variable WALLET_CONFIG and loads configuration from the
file specified there instead of /etc/wallet/wallet.conf if it is set.
+ wallet-backend now supports a -q flag, which disables syslog logging.
+
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.