add news item for git-annex 3.20110707

This commit is contained in:
Joey Hess 2011-07-07 19:38:05 -04:00
parent 4d4f297c96
commit f7be0d5077
2 changed files with 8 additions and 9 deletions

View file

@ -1,9 +0,0 @@
git-annex 0.20110601 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Minor bugfixes and error message improvements.
* Massively sped up `git annex lock` by avoiding use of the uber-slow
`git reset`, and only running `git checkout` once, even when many files
are being locked.
* Fix locking of files with staged changes.
* Somewhat sped up `git commit` of modifications to unlocked files.
* Build fix for older ghc."""]]

View file

@ -0,0 +1,8 @@
git-annex 3.20110707 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Fix sign bug in disk free space checking.
* Bugfix: Forgot to de-escape keys when upgrading. Could result in
bad location log data for keys that contain [&:%] in their names.
(A workaround for this problem is to run git annex fsck.)
* add: Avoid a failure mode that resulted in the file seemingly being
deleted (content put in the annex but no symlink present)."""]]