summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2016-03-28 11:12:22 -0400
committerJoey Hess2016-03-28 11:12:22 -0400
commit4892d4a26c8e542c764bbc64cbe94490c96a14dc (patch)
tree97cdb7fae4fc8da8c9d14ec0915cc48f96960447 /debian
parentcebf755a6710548bcff4474e6010eefb83db08ac (diff)
parentb7111ed04907fa7331b9cf4b7c840f1611b9a4f5 (diff)
Merge branch 'master' into typed-os-requirements
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