add news item for git-annex 3.20120721

This commit is contained in:
Joey Hess 2012-07-21 17:05:17 -04:00
parent 5aa9a2d426
commit 898611ce5a
2 changed files with 14 additions and 6 deletions

View file

@ -1,6 +0,0 @@
git-annex 3.20120611 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* add: Prevent (most) modifications from being made to a file while it
is being added to the annex.
* initremote: Automatically describe a remote when creating it.
* uninit: Refuse to run in a subdirectory. Closes: #[677076](http://bugs.debian.org/677076)"""]]

View file

@ -0,0 +1,14 @@
git-annex 3.20120721 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* get, move, copy: Now refuse to do anything when the requested file
transfer is already in progress by another process.
* status: Lists transfers that are currently in progress.
* Fix passing --uuid to git-annex-shell.
* When shaNsum commands cannot be found, use the Haskell SHA library
(already a dependency) to do the checksumming. This may be slower,
but avoids portability problems.
* Use SHA library for files less than 50 kb in size, at which point it's
faster than forking the more optimised external program.
* SHAnE backends are now smarter about composite extensions, such as
.tar.gz Closes: #[680450](http://bugs.debian.org/680450)
* map: Write map.dot to .git/annex, which avoids watch trying to annex it."""]]