summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 0560b15e..89454200 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,10 +35,10 @@ propellor (3.0.0) UNRELEASED; urgency=medium
you intend the intermediate property "go" to have:
foo :: Property UnixLike
foo = go `requires` bar
- where
- go = property "foo" (return NoChange)
+ where
+ go = property "foo" (return NoChange)
To fix, specify the type of go:
- go :: Property UnixLike
+ go :: Property UnixLike
- `ensureProperty` now needs to be passed a witness to the type of the
property it's used in.
change this: foo = property desc $ ... ensureProperty bar
@@ -63,7 +63,7 @@ propellor (3.0.0) UNRELEASED; urgency=medium
-- Joey Hess <id@joeyh.name> Thu, 24 Mar 2016 15:02:33 -0400
-propellor (2.17.1) UNRELEASED; urgency=medium
+propellor (2.17.1) unstable; urgency=medium
* Avoid generating excessively long paths to the unix socket file
used for ssh connection caching. Mostly. Can still generate a too long
@@ -72,7 +72,7 @@ propellor (2.17.1) UNRELEASED; urgency=medium
Files without extensions were ignored by uwsgi.
Thanks, FĂ©lix Sipma.
- -- Joey Hess <id@joeyh.name> Fri, 25 Mar 2016 17:23:25 -0400
+ -- Joey Hess <id@joeyh.name> Mon, 28 Mar 2016 11:06:34 -0400
propellor (2.17.0) unstable; urgency=medium