summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-07-13 12:31:47 -0400
committerJoey Hess2017-07-13 12:31:47 -0400
commit1bd09804f8e0bedfbb6329940f466a14866ad769 (patch)
tree4fb4fc3448f729ab8dadc2e8131a7d7e45090f39 /debian
parentadffd9c76dec8de90407da98fb2c8e25c1d4e815 (diff)
move unreleased stuff to top
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog20
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index 75566e32..4f151c78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,15 @@
propellor (4.3.3) UNRELEASED; urgency=medium
+ * Hosts can be configured to build propellor using stack, by adding
+ a property:
+ & bootstrapWith (Robustly Stack)
+ * Hosts can be configured to build propellor using cabal, but using
+ only packages installed from the operating system. This
+ will work on eg Debian:
+ & bootstrapWith OSOnly
+ * Iproved fix for bug that sometimes made --spin fail with
+ "fatal: Couldn't find remote ref HEAD". The previous fix didn't work
+ reliably.
* User: add systemGroup and use it for systemAccountFor'
Thanks, FĂ©lix Sipma.
* Export a Restic.backup' property.
@@ -17,16 +27,6 @@ propellor (4.3.1) unstable; urgency=medium
* Added Propellor.Property.FreeDesktop module.
* Added reservedSpacePercentage to the PartSpec EDSL.
- * Hosts can be configured to build propellor using stack, by adding
- a property:
- & bootstrapWith (Robustly Stack)
- * Hosts can be configured to build propellor using cabal, but using
- only packages installed from the operating system. This
- will work on eg Debian:
- & bootstrapWith OSOnly
- * Iproved fix for bug that sometimes made --spin fail with
- "fatal: Couldn't find remote ref HEAD". The previous fix didn't work
- reliably.
-- Joey Hess <id@joeyh.name> Thu, 06 Jul 2017 17:03:15 -0400