summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2019-01-18 02:19:41 -0400
committerJoey Hess2019-01-18 02:19:41 -0400
commitd004b02c1704168ab59e59ec76d7d572c79a0423 (patch)
tree14ef7f324cace020c036d393d7dac5eeb65e3f55 /debian
parent3328fb83373adad786e57d4ed47e1d801e14260f (diff)
parentb9d9333e030ac59ea11d435b7e2e4758daff4b4a (diff)
Merge branch 'master' into joeyconfig
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
1 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c05966b..f337b640 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,16 @@
-propellor (5.5.1) UNRELEASED; urgency=medium
+propellor (5.6.0) UNRELEASED; urgency=medium
+ * withOS had a type level bug that allowed ensureProperty to be used inside
+ it with a Property that does not match the type of the withOS itself.
+ (API change)
+ The fix may cause some of your valid uses of withOS to no longer type
+ check; the best way to work around that is to use pickOS to pick between
+ several properties that are further specialized using withOS.
+ For an example of how to do that, see the source code to
+ Propellor.Property.Borg.installed
+ * Propellor.Property.Cron.runPropellor is a Property DebianLike; it was
+ incorrectly a Property UnixLike before and that wrong type was hidden by
+ the withOS bug.
* Some openbsd portability fixes. Thanks, rsiddharth.
* Added Libvirt module. Thanks, Sean Whitton.
* When bootstrapping on Debian, libghc-stm-dev may not be available,