summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-16 13:51:31 -0700
committerRuss Allbery <eagle@eyrie.org>2014-07-16 13:51:31 -0700
commitcd13060d541fd6ba00ae2dd4fb03b8f9c5d01e8e (patch)
treeb52f51ff651589a4bfcc1a06acbbc354a0a1af46
parent1796d631f0846ec98cd286bc4284898a7300ee78 (diff)
Add changelog for upstream 1.1 release
Change-Id: I7fd0f5c9ec0dd940ab5675e3a7ab5e3ad3f3048e
-rw-r--r--debian/changelog29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8132d85..0da7702 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+wallet (1.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - New object type, duo, which creates a UNIX integration with the Duo
+ Security cloud multifactor authentication service.
+ - The owner and getacl commands now return the name of the ACL.
+ - The date passed to expires can be any date format understood by
+ Date::Parse.
+ - wallet-rekey now works properly with keytabs containing multiple
+ principals and does not store new principals in a separate file
+ first.
+ - Fix setting enctype restrictions on keytab objects and populate the
+ reference table for valid enctypes on database creation.
+ - Fix Wallet::Config documentation of ldap_map_principal.
+ - Generate a long, random password when creating new principals in the
+ Heimdal KDC to avoid problems with password quality checks.
+ - Remove erroneous foreign key constraints between the object history
+ and objects table, an incorrect linkage in the ACL history table,
+ and add indices for object type, name, and ACL.
+ - Use DateTime objects uniformly in the database layer.
+ - ACL renames are now recorded in the ACL history.
+ - Fix wallet-backend parsing of the expires command to expect only one
+ argument.
+ - Fix ordering of table drops during wallet-admin destroy to honor
+ foreign key reference constraints.
+ - The initial ADMIN ACL creation is no longer documented in history.
+
+ -- Russ Allbery <rra@debian.org> Wed, 16 Jul 2014 13:51:23 -0700
+
wallet (1.0-5) unstable; urgency=low
* Cherry-pick upstream commit to randomize the password used for initial