summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-30 23:19:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-30 23:19:33 -0400
commitc2651d64bc8a384f8669879c051577ee61da27ed (patch)
treeef94012f6fc43e5dc72f3c28e5998596142fa6b7 /debian
parent963bfa967369511bbe3261860c3609b5ae9554ec (diff)
Fixed memory leak; git-annex no longer reads the whole file list from git before starting, and will be much faster with large repos.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d6cc73e49..70e905223 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ git-annex (0.03) UNRELEASED; urgency=low
* Fix SIGINT handling.
* Fix handling of files with unusual characters in their name.
* Support building with Debian stable's ghc.
+ * Fixed memory leak; git-annex no longer reads the whole file list
+ from git before starting, and will be much faster with large repos.
-- Joey Hess <joeyh@debian.org> Thu, 28 Oct 2010 13:46:59 -0400