aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-11 18:59:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-11 18:59:19 -0400
commit3e60c3a3f921d7e6e3d4e227aeea3b0125ded93e (patch)
tree60ae67f1e3b39b94f8e264aa0e87ad3cca8ae2ef
parentda0de293d16ace6aac574d0cdc37ec41715b7d66 (diff)
releasing version 0.050.05
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b9f9569ab..7b59883bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,12 +2,12 @@ git-annex (0.05) unstable; urgency=low
* Optimize both pre-commit and lock subcommands to not call git diff
on every file being committed/locked.
- (This actually also works around a bug in ghc 6.12.1, that caused
+ (This actually also works around a bug in ghc, that caused
git-annex 0.04 pre-commit to sometimes corrupt filename being read
from git ls-files and fail.
The excessive number of calls made by pre-commit exposed the ghc bug.
Thanks Josh Triplett for the debugging.)
- * Build with -O3.
+ * Build with -O2.
-- Joey Hess <joeyh@debian.org> Thu, 11 Nov 2010 18:31:09 -0400