summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2016-02-27 13:44:13 -0400
committerJoey Hess2016-02-27 13:44:13 -0400
commitd28bd9498beff5e1a2710af5502d114c82049d0a (patch)
tree9db8ee206646d3cd088a0fd64fa2db97828f8934 /debian/changelog
parent31c26399b78a2269fab0787c5ddf75e07e16866d (diff)
reorder
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d25d0940..6d85083b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,10 +8,10 @@ propellor (2.16.0) unstable; urgency=medium
because of an unfortunate trademark use policy.
http://joeyh.name/blog/entry/trademark_nonsense/
* That included changing a data constructor to "Buntish", an API change.
+ * Firewall.rule: Now takes a Table parameter. (API change)
* Firewall: add InIFace/OutIFace Rules, add Source/Destination Rules,
add CustomTarget, and more improvements.
Thanks, FĂ©lix Sipma.
- * Firewall.rule: Now takes a Table parameter. (API change)
* Ssh.authorizedKey: Fix bug preventing it from working when the
authorized_keys file does not yet exist.
* Removed Ssh.unauthorizedKey and made Ssh.authorizedKey revertable.