diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 19:53:43 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 19:53:43 -0800 |
commit | c0e0d8c5b198798a9f8f961e01ea843dcb20ac14 (patch) | |
tree | 03048d164b52698d2416251cdb1091487d673050 /debian | |
parent | cf5297c4ec8815ecc7f5139ef05b9867843db2f7 (diff) |
Add changelog for upstream release
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5f0100d..11a7fc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,28 @@ -wallet (1.2-2) UNRELEASED; urgency=medium +wallet (1.3-1) UNRELEASED; urgency=medium + * New upstream release. + - Initial experimental support for Active Directory as the KDC by + setting KEYTAB_KRBTYPE to AD. + - New nested ACL scheme to group other ACLs. + - New external ACL scheme that runs an external command. + - New variation on the ldap-attr ACL scheme, ldap-attr-root, that + requires the principal end in /root and removes that part of the + principal name when checking LDAP. + - New password object type that generates a new, random password if no + password was previously stored. + - New update wallet command that always updates the contents of an + object before returning it, even if it is marked unchanging. In the + long term, the unchanging flag will be replaced by this distinction + between get and update. + - New acl replace wallet command that changes all objects owned by one + ACL to be owned by a different ACL. This currently only handles + owner, not the more specific ACLs. + - All ACL operations now refer to the ACL by name instead of ID. + - New report for unstored objects. + - New report to list all object types and ACL schemes. + - New report to list all ACLs that nest another ACL. + - New report that dumps all object history. + - Displays of ACLs and ACL entries are now sorted correctly. * Change the branch layout to follow DEP-14. -- Russ Allbery <rra@debian.org> Sun, 17 Jan 2016 19:40:54 -0800 |