diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-28 05:52:46 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-28 05:52:46 -0400 |
| commit | b1d1a85038a0a7193c8db8b8e27ac404309741dd (patch) | |
| tree | 66b6890d852c19daec2306920fecf9108e055273 /debian | |
| parent | 1bd062c5336db6aff3b6128f7821f8ebed6b6ca0 (diff) | |
| parent | ebf30061d8f8a251330070e69c2710fe4a8fd9da (diff) | |
Merge branch 'master' into typed-os-requirements
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e4fbd15e..0560b15e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,17 @@ 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 + + * 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 <id@joeyh.name> Fri, 25 Mar 2016 17:23:25 -0400 + propellor (2.17.0) unstable; urgency=medium * Added initial support for FreeBSD. |
