summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-06 14:40:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-06 14:40:18 -0400
commit91d1ce73b3cb022174a460a030d96ce51a8e6a36 (patch)
tree077cf533ee6de41383a70abc8dec25b5e3591a09 /CHANGELOG
parentc0ea968f9d7b03f88e87b0abf97e4997e936c97c (diff)
Remove unnecessary rpaths in the git-annex binary, but only when it's built using make, not cabal. This speeds up git-annex statup time by around 50%.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3836b1794..7eaf79bfa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,9 @@ git-annex (6.20160614) UNRELEASED; urgency=medium
* get, drop: Add --batch and --json options.
* New url for git-remote-gcrypt, now maintained by spwhitton.
* testremote: Fix crash when testing a freshly made external special remote.
+ * Remove unnecessary rpaths in the git-annex binary, but only when
+ it's built using make, not cabal.
+ This speeds up git-annex statup time by around 50%.
-- Joey Hess <id@joeyh.name> Mon, 13 Jun 2016 21:52:24 -0400