summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index be8ae96e..34ea28f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,17 @@ propellor (4.0.7) UNRELEASED; urgency=medium
exposed.
* Bugfix: Apache.httpsVirtualHost' must create ssl/hn/ dir earlier
Thanks, Sean Whitton.
+ * Bootstrap.clonedFrom: Fix bug that broke copying .git/config into
+ chroot.
+ * Diskimage.imageExists: Align disk image size to multiple of 4096
+ sector size, since some programs (such as VBoxManage convertdd)
+ refuse to operate on disk images not aligned to a sector size.
+ * Bootstrap.bootstrappedFrom: Fix bug that caused propellor to only
+ be built from the bootstrapped config the first time.
+ * Bootstrap.bootstrappedFrom: Avoid doing anything when not run in a
+ chroot.
+ * When provisioning a container, output was buffered until the whole
+ process was done; now output will be displayed immediately.
-- Joey Hess <id@joeyh.name> Tue, 20 Jun 2017 10:55:37 -0400