diff options
author | 2011-04-25 16:03:26 -0400 | |
---|---|---|
committer | 2011-04-25 16:03:26 -0400 | |
commit | 4ea9579b42aff232090e8238e27d5eec3001bd69 (patch) | |
tree | cd5c08238e9ae2d700f4c847b881485a6d078628 | |
parent | 7d71f8770bd4686c024071c0ca593ed8f16001e1 (diff) |
add news item for git-annex 0.20110425
-rw-r--r-- | doc/news/version_0.20110328.mdwn | 11 | ||||
-rw-r--r-- | doc/news/version_0.20110425.mdwn | 7 |
2 files changed, 7 insertions, 11 deletions
diff --git a/doc/news/version_0.20110328.mdwn b/doc/news/version_0.20110328.mdwn deleted file mode 100644 index 512ce4647..000000000 --- a/doc/news/version_0.20110328.mdwn +++ /dev/null @@ -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."""]]
\ No newline at end of file diff --git a/doc/news/version_0.20110425.mdwn b/doc/news/version_0.20110425.mdwn new file mode 100644 index 000000000..8f5c6515a --- /dev/null +++ b/doc/news/version_0.20110425.mdwn @@ -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)"""]]
\ No newline at end of file |