add news item for git-annex 0.20110601

This commit is contained in:
Joey Hess 2011-06-01 12:02:20 -04:00
parent 45552d5780
commit e47de0f6cd
2 changed files with 9 additions and 8 deletions

View file

@ -1,8 +0,0 @@
git-annex 0.20110427 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Switch back to haskell SHA library, so git-annex remains buildable on
Debian stable.
* Added rsync special remotes. This could be used, for example, to
store annexed content on rsync.net (encrypted naturally). Or anywhere else.
* Bugfix: Avoid pipeline stall when running git annex drop or fsck on a
lot of files. Possibly only occured with ghc 7."""]]

View file

@ -0,0 +1,9 @@
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."""]]