diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-08 19:23:03 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-08 19:23:03 +0000 |
commit | 38df3bd20ba6632cd66c8ff372141c4f1a5f43c3 (patch) | |
tree | ad150aec3e701d491ed6a3047a9212f0b1c79cd1 | |
parent | f5f3ac2527ae42d982e4d2e37681e368cee30966 (diff) |
Release 0.7-1.
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f7a35c1..8b42631 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,18 @@ -wallet (0.6-2) UNRELEASED; urgency=low +wallet (0.7-1) unstable; urgency=low + * New upstream version. + - Add exists and autocreate wallet server interfaces. + - Implement autocreation on the client instead of the server. + - Make create once again an ADMIN-only function. + - Always generate the srvtab from the newly downloaded keys. + - Pass kadmin.local ktadd its options in the correct order. + - Check naming policy before checking default ACLs. + - Work around a bug in Net::Remctl with explicit undef arguments. + - Correctly enable syslog logging in wallet-backend. + - Fix the remctl configuration for keytab-backend. * Create /var/lib/keytabs in the keytab-backend package. - -- Russ Allbery <rra@debian.org> Thu, 31 Jan 2008 15:11:25 -0800 + -- Russ Allbery <rra@debian.org> Fri, 08 Feb 2008 11:22:54 -0800 wallet (0.6-1) unstable; urgency=low |