summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2014-10-23 12:11:07 -0400
committerJoey Hess2014-10-23 12:11:43 -0400
commit73a75cbefc242133b921fe7314e596ea12bdfbea (patch)
tree17c184354d7bd4d2f5ce3d862ebdff2e13d124c6 /debian/changelog
parent5c480fc9e7279d76e5fe4dbab8b339a71de3bc67 (diff)
Fix loop when a docker host that does not exist was docked.
The problem is it fell back to looking for an alias for the bad hostname, but to get the aliases, it needs to know which hosts are docked where, so looped.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e90877d..69a580b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ propellor (0.9.1) UNRELEASED; urgency=medium
* Docker: Add ability to control when containers restart.
* Docker: Default to always restarting containers, so they come back
up after reboots and docker daemon upgrades.
+ * Fix loop when a docker host that does not exist was docked.
-- Joey Hess <joeyh@debian.org> Thu, 23 Oct 2014 03:05:22 -0400