summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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.