summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2016-03-02 15:40:32 -0400
committerJoey Hess2016-03-02 15:40:32 -0400
commit397301d9a520b719c112b6634370ed66ace09a61 (patch)
tree0d226814cc8f5ca66b22e73794ee1da840f5b71c /debian
parentfaba0482eb71df06ac0ddb1e134289b5b3d45ec0 (diff)
parentf91827512647d7a1f15ddeece0c55d2852e400e4 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c5b27741..1dabeaa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-propellor (2.16.1) UNRELEASED; urgency=medium
+propellor (2.17.0) UNRELEASED; urgency=medium
* Apt.upgrade: Run dpkg --configure -a first, to recover from
interrupted upgrades.
* Apt: Add safeupgrade.
+ * Avoid repeated re-building on systems such as FreeBSD where building
+ re-links the binary even when there are no changes.
+ * Firewall: Renamed TargetNat, TargetMangle, ... to
+ ChainNat, ChainMangle, ... (API change)
+ Thanks, Félix Sipma.
+ * Firewall: Separated Table and Target (API change)
+ Thanks, Félix Sipma.
+ * Firewall: add TCPFlag, Frequency, TCPSyn, ICMPTypeMatch
+ Thanks, Félix Sipma.
-- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 17:58:08 -0400