summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2016-02-27 13:44:20 -0400
committerJoey Hess2016-02-27 13:44:20 -0400
commit5187c53bfa0bb86505d8f1880297ca87afa96cad (patch)
treead543b2d06af995e11eaf5fde7cb51fac330258f /debian
parent29a3a5ff580593bc1ce01cd558fe53ac15f8b301 (diff)
parentd28bd9498beff5e1a2710af5502d114c82049d0a (diff)
Merge branch 'joeyconfig'
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.