add news item for git-annex 0.20110425

This commit is contained in:
Joey Hess 2011-04-25 16:03:26 -04:00
parent 7d71f8770b
commit 4ea9579b42
2 changed files with 7 additions and 11 deletions

View file

@ -1,11 +0,0 @@
git-annex 0.20110328 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes")
* Generalized remotes handling, laying groundwork for remotes that are
not regular git remotes. (Think Amazon S3.)
* Provide a less expensive version of `git annex copy --to`, enabled
via --fast. This assumes that location tracking information is correct,
rather than contacting the remote for every file.
* Bugfix: Keys could be received into v1 annexes from v2 annexes, via
v1 git-annex-shell. This results in some oddly named keys in the v1
annex. Recognise and fix those keys when upgrading, instead of crashing."""]]

View file

@ -0,0 +1,7 @@
git-annex 0.20110425 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Use haskell Crypto library instead of haskell SHA library.
* Remove testpack from build depends for non x86 architectures where it
is not available. The test suite will not be run if it cannot be compiled.
* Avoid using absolute paths when staging location log, as that can
confuse git when a remote's path contains a symlink. Closes: #[621386](http://bugs.debian.org/621386)"""]]