summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2016-03-09 00:20:28 -0400
committerJoey Hess2016-03-09 00:20:28 -0400
commit6355696b84b0d1a6d1e75fc871109ae6b5c3d85e (patch)
tree4cd9b1bc7c51a98d1ac6011db6f1f514ca685138 /debian/changelog
parentcc7b21ec7749a6458c303caa5a9bec27f93565d4 (diff)
reorder
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog29
1 files changed, 15 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 462cad65..2dc562bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,28 +1,29 @@
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.
+ * Added initial support for FreeBSD.
+ Thanks, Evan Cofsky.
+ * Added Propellor.Property.ZFS.
+ Thanks, Evan Cofsky.
* Firewall: Reorganized Chain data type. (API change)
Thanks, Félix Sipma.
* Firewall: Separated Table and Target (API change)
Thanks, Félix Sipma.
+ * Ssh: change type of listenPort from Int to Port (API change)
+ Thanks, Félix Sipma.
* Firewall: add TCPFlag, Frequency, TCPSyn, ICMPTypeMatch, NatDestination
Thanks, Félix Sipma.
+ * Network: Filter out characters not allowed in interfaces.d files.
+ Thanks, Félix Sipma.
+ * Apt.upgrade: Run dpkg --configure -a first, to recover from
+ interrupted upgrades.
+ * Apt: Add safeupgrade.
+ * Force ssh, scp, and git commands to be run in the foreground.
+ Should fix intermittent hangs of propellor --spin.
+ * Avoid repeated re-building on systems such as FreeBSD where building
+ re-links the binary even when there are no changes.
* Locale.available: Run locale-gen, instead of dpkg-reconfigure locales,
which modified the locale.gen file and sometimes caused the property to
need to make changes every time.
- * Force ssh, scp, and git commands to be run in the foreground.
- * Network: Filter out characters not allowed in interfaces.d files.
- Thanks, Félix Sipma.
- * Ssh: hange type of listenPort from Int to Port (API change)
- Thanks, Félix Sipma.
- * Added initial support for FreeBSD.
- Thanks, Evan Cofsky.
- * Added Propellor.Property.ZFS.
- Thanks, Evan Cofsky.
-- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 17:58:08 -0400