diff options
| author | Jon Robertson <jonrober@stanford.edu> | 2015-02-17 12:40:39 -0800 | 
|---|---|---|
| committer | Jon Robertson <jonrober@stanford.edu> | 2015-06-08 15:24:34 -0700 | 
| commit | 956cc93882ebf1fa331a75abe8a85cdbcad64486 (patch) | |
| tree | b9198499d8f83c2238cea937ea7f9f57f9f934c8 | |
| parent | ef46bf3e857043ce226ec9b9918605df57da87f9 (diff) | |
Updated NEWS with changes so far
Change-Id: Icb894b4b52e6b5c07a7c12251b1f4c79025c7bc6
| -rw-r--r-- | NEWS | 19 | 
1 files changed, 19 insertions, 0 deletions
| @@ -1,5 +1,24 @@                         User-Visible wallet Changes +wallet 1.3 (xxxx-xx-xx) + +    A new object type, password (Wallet::Object::Password), is now  +    supported.  This is a subclass of the file object that will randomly  +    generate content for the object if you do a get before storing any +    content inside it. + +    Added an acl replace command, to change all objects owned by one ACL +    to be owned by another. + +    Added a report for unstored objects to wallet-report, and cleaned up +    the help for the existing unused report that implied it showed +    unstored as well as unused. + +    Took contributions from Commerzbank AG on the wallet history.  Added  +    a command to dump all object history for searching on to  +    wallet-report, and added a new script for more detailed object  +    history operations to the contrib directory. +  wallet 1.2 (2014-12-08)      The duo object type has been split into several sub-types, each for a | 
