From 4ea9579b42aff232090e8238e27d5eec3001bd69 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 25 Apr 2011 16:03:26 -0400 Subject: [PATCH] add news item for git-annex 0.20110425 --- doc/news/version_0.20110328.mdwn | 11 ----------- doc/news/version_0.20110425.mdwn | 7 +++++++ 2 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 doc/news/version_0.20110328.mdwn create mode 100644 doc/news/version_0.20110425.mdwn diff --git a/doc/news/version_0.20110328.mdwn b/doc/news/version_0.20110328.mdwn deleted file mode 100644 index 512ce4647a..0000000000 --- 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 0000000000..8f5c6515a0 --- /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