From 9c97ec26003581b1b1238b3921b43ba9baaaa80f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 Mar 2016 17:24:54 -0400 Subject: 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. --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 2c2b2ea7..86add5db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +propellor (2.17.1) UNRELEASED; urgency=medium + + * 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. + + -- Joey Hess Fri, 25 Mar 2016 17:23:25 -0400 + propellor (2.17.0) unstable; urgency=medium * Added initial support for FreeBSD. -- cgit v1.2.3 From ebf30061d8f8a251330070e69c2710fe4a8fd9da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 Mar 2016 18:43:00 -0400 Subject: changelog --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 86add5db..15587571 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ propellor (2.17.1) UNRELEASED; urgency=medium * 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. -- Joey Hess Fri, 25 Mar 2016 17:23:25 -0400 -- cgit v1.2.3