From b46a2c7a29a31434d558bce6ce5d8220d2d7de6b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Mar 2016 11:08:41 -0400 Subject: releasing package propellor version 2.17.1 --- debian/changelog | 4 ++-- propellor.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 15587571..cd7a4c79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -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 @@ -7,7 +7,7 @@ propellor (2.17.1) UNRELEASED; urgency=medium Files without extensions were ignored by uwsgi. Thanks, Félix Sipma. - -- Joey Hess Fri, 25 Mar 2016 17:23:25 -0400 + -- Joey Hess Mon, 28 Mar 2016 11:06:34 -0400 propellor (2.17.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index dc322e88..96ef098c 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.17.0 +Version: 2.17.1 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e From b7111ed04907fa7331b9cf4b7c840f1611b9a4f5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Mar 2016 11:08:58 -0400 Subject: add news item for propellor 2.17.1 --- doc/news/version_2.15.2.mdwn | 9 --------- doc/news/version_2.17.1.mdwn | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 doc/news/version_2.15.2.mdwn create mode 100644 doc/news/version_2.17.1.mdwn 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 -- cgit v1.3-2-g0d8e