diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-28 11:12:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-28 11:12:22 -0400 |
| commit | 4892d4a26c8e542c764bbc64cbe94490c96a14dc (patch) | |
| tree | 97cdb7fae4fc8da8c9d14ec0915cc48f96960447 /debian | |
| parent | cebf755a6710548bcff4474e6010eefb83db08ac (diff) | |
| parent | b7111ed04907fa7331b9cf4b7c840f1611b9a4f5 (diff) | |
Merge branch 'master' into typed-os-requirements
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 |
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 |
