summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-04-24 23:05:14 +0000
committerRuss Allbery <rra@stanford.edu>2008-04-24 23:05:14 +0000
commit86bce23e53e6cc89ed5104b21a5fe33fab5a7a9f (patch)
treec8c352137a41c5e8da8e46dd880252a30132c89e /NEWS
parenta93ca104c89859e1022c818579f81f528be204b5 (diff)
The wallet command-line client now reads the data for store from a
file (using -f) or from standard input (if -f wasn't given) when the data isn't specified on the command line. The data still must not contain nul characters.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf1d838..4bf3537 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@
wallet 0.9 (unreleased)
+ The wallet command-line client now reads the data for store from a
+ file (using -f) or from standard input (if -f wasn't given) when the
+ data isn't specified on the command line. The data still must not
+ contain nul characters.
+
Add support for enabling and disabling principals (clearing or setting
the NOTGS flag) and examining principals to kasetkey. This
functionality isn't used by wallet (and probably won't be) but is