summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-07 02:48:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-07 03:59:14 -0400
commit25dbffe682ba78d0a6dccaa9c64848600e729028 (patch)
tree2d2a61019defd49d35c5868beaab56984ecd9bd4 /debian
parent717b988fd0786943a13be5e1ed20b7ce24890b74 (diff)
status: Fix space leak in local mode, introduced in version 4.20130920.
Actually fixed 2 leaks, the tuple leak may have been older.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cd0923ee9..166ff0121 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ git-annex (4.20131003) UNRELEASED; urgency=low
* The control socket path passed to ssh needs to be 17 characters
shorter than the maximum unix domain socket length, because ssh
appends stuff to it to make a temporary filename. Closes: #725512
+ * status: Fix space leak in local mode, introduced in version 4.20130920.
-- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400