summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/news/version_0.05.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/news/version_0.05.mdwn b/doc/news/version_0.05.mdwn
new file mode 100644
index 000000000..88c7391c1
--- /dev/null
+++ b/doc/news/version_0.05.mdwn
@@ -0,0 +1,10 @@
+git-annex 0.05 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * 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, 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 -O2."""]] \ No newline at end of file