diff options
| author | Russ Allbery <eagle@eyrie.org> | 2015-12-14 21:56:47 -0800 | 
|---|---|---|
| committer | Russ Allbery <eagle@eyrie.org> | 2015-12-14 21:56:47 -0800 | 
| commit | aa5d18c209ee31bfd42bbe76e03d9ad71a0b8f51 (patch) | |
| tree | a708194ccce390d43e2c1de661a42a0826036682 | |
| parent | b0d5c2d20c19ba4f4274a260660c98757ba07644 (diff) | |
Update some style issues in NEWS
| -rw-r--r-- | NEWS | 34 | 
1 files changed, 17 insertions, 17 deletions
| @@ -1,34 +1,34 @@                         User-Visible wallet Changes -wallet 1.3 (xxxx-xx-xx) +wallet 1.3 (unreleased)      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 a new command to wallet-backend, update.  This will update the +    Add a new command to wallet-backend, update.  This will update the      contents of an object before running a get on it, and is only valid -    for objects that can automatically get new content, such as keytab -    and password objects.  A keytab will get a new kvno regardless of  -    the unchanging flag if called with update.  In a future release get -    will be changed to never update a keytab, and the unchanging flag -    will be ignored.  Please start moving to use get or update as the -    situation warrants. +    for objects that can automatically get new content, such as keytab and +    password objects.  A keytab will get a new kvno regardless of the +    unchanging flag if called with update.  In a future release get will +    be changed to never update a keytab, and the unchanging flag will be +    ignored.  Please start moving to use get or update as the situation +    warrants. -    Added an acl replace command, to change all objects owned by one ACL -    to be owned by another. +    Add an acl replace command, to change all objects owned by one ACL to +    be owned by another.      All ACL operations now refer to the ACL by name rather than ID. -    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. +    Add 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. +    Took contributions from Commerzbank AG to improve wallet history.  Add +    a command to dump all object history for searching on to +    wallet-report, and add a new script for more detailed object history +    operations to the contrib directory.  wallet 1.2 (2014-12-08) | 
