summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2016-03-25 17:24:54 -0400
committerJoey Hess2016-03-25 17:24:54 -0400
commit9c97ec26003581b1b1238b3921b43ba9baaaa80f (patch)
tree4b566283d4178357c6e4c0a09ddc5f485a334c35 /debian
parentd28385a684903b09f6587e55cb872face58c2b60 (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
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 <id@joeyh.name> Fri, 25 Mar 2016 17:23:25 -0400
+
propellor (2.17.0) unstable; urgency=medium
* Added initial support for FreeBSD.