add news item for git-annex 0.16

This commit is contained in:
Joey Hess 2011-01-07 14:36:52 -04:00
parent ad9dfe3228
commit d31e61a90d
4 changed files with 17 additions and 12 deletions

View file

@ -1,8 +0,0 @@
git-annex 0.11 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* If available, rsync will be used for file transfers from remote
repositories. This allows resuming interrupted transfers.
* Added remote.annex-rsync-options.
* Avoid deleting temp files when rsync fails.
* Improve detection of version 0 repos.
* Add uninit subcommand. Closes: #[605749](http://bugs.debian.org/605749)"""]]

View file

@ -0,0 +1,13 @@
git-annex 0.16 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* git-annex-shell: Avoid exposing any git repo config except for the
annex.uuid when doing configlist.
* bugfix: Running `move --to` with a remote whose UUID was not yet known
could result in git-annex not recording on the local side where the
file was moved to. This could not result in data loss, or even a
significant problem, since the remote *did* record that it had the file.
* Also, add a general guard to detect attempts to record information
about repositories with missing UUIDs.
* bugfix: Running `move --to` with a non-ssh remote failed.
* bugfix: Running `copy --to` with a non-ssh remote actually did a move.
* Many test suite improvements. Current top-level test coverage: 65%"""]]