aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorRuss Allbery <rra@dropbox.com>2016-02-03 12:44:33 -0800
committerRuss Allbery <rra@dropbox.com>2016-02-03 12:44:33 -0800
commit2a53df4444cb8a931e82c584288025e315f40121 (patch)
tree7c8b9bfa69cf613a22ba6be616a0d3fdb4146e4e /debian/changelog
parent294d46a917b6aa3af305c3d50b8d83a1f3fb5694 (diff)
parente64d4e31146b87046916c377557f8ea789da3f0a (diff)
Merge branch 'debian/master' into ubuntu/precise
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog37
1 files changed, 36 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 743b5df..ed3fb31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wallet (1.2-1~ebp12.04+1) precise; urgency=medium
+wallet (1.3-1~ebp12.04+1) precise; urgency=medium
* Backport to precise.
* Drop build dependency on libnet-duo-perl, not available in precise.
@@ -11,6 +11,41 @@ wallet (1.2-1~ebp12.04+1) precise; urgency=medium
-- Russ Allbery <rra@debian.org> Tue, 18 Aug 2015 09:41:24 -0700
+wallet (1.3-1) unstable; 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.
+ * Add explicit build dependency on libmodule-build-perl, since it is no
+ no longer provided by the perl package.
+ * Change the branch layout to follow DEP-14.
+ * Run wrap-and-sort -ast on the package.
+ * Remove explicit setting of xz as the Debian source package compression
+ type. This is now the default.
+ * Refresh upstream signing key.
+
+ -- Russ Allbery <rra@debian.org> Sun, 17 Jan 2016 20:25:41 -0800
+
wallet (1.2-1) unstable; urgency=medium
* New upstream release.