diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-19 14:45:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-19 14:45:26 -0400 |
commit | bfb31fc649920ae345c36eb06e0b01b2be340947 (patch) | |
tree | 0e8a81d22d8ba9c9c578deacdf01a9b02de8dbb0 /debian | |
parent | 469ebdf0ec7be070001e4009d250f38f196d3bad (diff) |
Fix memory leak in last release, which affected commands like git-annex status when a large non-annexed file is present in the work tree.
The whole file was strictly read, and so buffered in memory, and remained
buffered for some time when running git-annex status.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cb1cd7b5d..36f82b00d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ git-annex (6.20160218) UNRELEASED; urgency=medium * Update perlmagick build dependency. Closes: #789225 + * Fix memory leak in last release, which affected commands like + git-annex status when a large non-annexed file is present in the work + tree. -- Joey Hess <id@joeyh.name> Thu, 18 Feb 2016 13:09:21 -0400 |