summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-07-04 12:23:41 -0400
committerJoey Hess2017-07-04 12:25:11 -0400
commitc503e4f8458f4794ef153f3eda2cceb9c9741804 (patch)
treee542c90c8e4eb2bbdc9fcc72abe84fd002034f44 /debian
parent79828d66051db6dd0bdcda0953244cda2dc2231f (diff)
Bootstrap.bootstrappedFrom: Fix bug that caused propellor to only be built from the bootstrapped config the first time.
When the config changes, the bootstrapped propellor needs to get rebuilt. This commit was sponsored by Fernando Jimenez on Patreon.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8fdfdf00..7ef4dfe7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ propellor (4.0.7) UNRELEASED; urgency=medium
* 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.
-- Joey Hess <id@joeyh.name> Tue, 20 Jun 2017 10:55:37 -0400