summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2015-11-27 15:15:58 -0800
committerRuss Allbery <eagle@eyrie.org>2015-11-27 15:15:58 -0800
commit6245a9f6dcc39c9ef28407c460e3ee1500259142 (patch)
tree03d369f454bab879be7d21e67599d2eb08d449a5 /debian
parentf806a9caa69af2dfddc7389936aa26613fc7c4ea (diff)
Add changelog for upstream 3.10 release
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eef0801..0d9262f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+remctl (3.10-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - New server ACLs anyuser:auth and anyuser:anonymous. The latter
+ allows access by anonymous clients if the KDC supports anonymous
+ service tickets.
+ - Server now sets the REMOTE_EXPIRES environment variable to the time
+ when the client credentials would expire.
+ - Anonymous users no longer satisfy ANYUSER (anyuser:auth).
+ - Simplify the Python RemctlError class (with some backward
+ incompatibilities).
+ - Dynamically resize the buffer used for the localgroup ACL scheme,
+ allowing support of users in large numbers of local groups.
+
+ -- Russ Allbery <rra@debian.org> Fri, 27 Nov 2015 15:15:40 -0800
+
remctl (3.9-2) unstable; urgency=medium
* Build against libsystemd instead of libsystemd-daemon. Thanks,