diff options
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | doc/news/version_2.15.2.mdwn | 9 | ||||
| -rw-r--r-- | doc/news/version_2.17.1.mdwn | 8 |
3 files changed, 13 insertions, 14 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 diff --git a/doc/news/version_2.15.2.mdwn b/doc/news/version_2.15.2.mdwn deleted file mode 100644 index b1a3bf80..00000000 --- a/doc/news/version_2.15.2.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -propellor 2.15.2 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Added GNUPGBIN environment variable or git.program git config - to control the command run for gpg. Allows eg, GNUPGBIN=gpg2 - Thanks, Félix Sipma. - * Bootstrap apt-get installs run with deconf noninteractive frontend. - * spin --via: Avoid committing on relay host. - * Postfix: Add service property to enable/disable services in master.cf. - * Added Munin module, contributed by Jelmer Vernooij."""]]
\ No newline at end of file diff --git a/doc/news/version_2.17.1.mdwn b/doc/news/version_2.17.1.mdwn new file mode 100644 index 00000000..22727666 --- /dev/null +++ b/doc/news/version_2.17.1.mdwn @@ -0,0 +1,8 @@ +propellor 2.17.1 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Avoid generating excessively long paths to the unix socket file + used for ssh connection caching. Mostly. Can still generate a too long + one if $HOME is longer than 60 bytes. + * Uwsgi: add ".ini" extension to app config files. + Files without extensions were ignored by uwsgi. + Thanks, Félix Sipma."""]]
\ No newline at end of file |
