add news item for git-annex 0.05
This commit is contained in:
parent
3e60c3a3f9
commit
728fc4134e
1 changed files with 10 additions and 0 deletions
10
doc/news/version_0.05.mdwn
Normal file
10
doc/news/version_0.05.mdwn
Normal file
|
@ -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."""]]
|
Loading…
Reference in a new issue