From b169522b8af8887964843097d354b03b232b4af3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 8 Feb 2012 12:51:53 -0400 Subject: [PATCH] add news item for git-annex 3.20120123~bpo60+1 --- doc/news/version_3.20120106.mdwn | 6 ------ doc/news/version_3.20120123~bpo60+1.mdwn | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 doc/news/version_3.20120106.mdwn create mode 100644 doc/news/version_3.20120123~bpo60+1.mdwn diff --git a/doc/news/version_3.20120106.mdwn b/doc/news/version_3.20120106.mdwn deleted file mode 100644 index 076184aaf7..0000000000 --- a/doc/news/version_3.20120106.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -git-annex 3.20120106 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Support unescaped repository urls, like git does. - * log: New command that displays the location log for files, - showing each repository they were added to and removed from. - * Fix overbroad gpg --no-tty fix from last release."""]] \ No newline at end of file diff --git a/doc/news/version_3.20120123~bpo60+1.mdwn b/doc/news/version_3.20120123~bpo60+1.mdwn new file mode 100644 index 0000000000..93cb62f8b8 --- /dev/null +++ b/doc/news/version_3.20120123~bpo60+1.mdwn @@ -0,0 +1,21 @@ +git-annex 3.20120123~bpo60+1 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fixed build dependency that made the previous backport FTBFS on several + architectures. + * fsck --from: Fscking a remote is now supported. It's done by retrieving + the contents of the specified files from the remote, and checking them, + so can be an expensive operation. Still, if the remote is a special + remote, or a git repository that you cannot run fsck in locally, it's + nice to have the ability to fsck it. + * If you have any directory special remotes, now would be a good time to + fsck them, in case you were hit by the data loss bug fixed in the + previous release! + * fsck --from remote --fast: Avoids expensive file transfers, at the + expense of not checking file size and/or contents. + * Ssh connection caching is now enabled automatically by git-annex. + Only one ssh connection is made to each host per git-annex run, which + can speed some things up a lot, as well as avoiding repeated password + prompts. Concurrent git-annex processes also share ssh connections. + Cached ssh connections are shut down when git-annex exits. + * To disable the ssh caching (if for example you have your own broader + ssh caching configuration), set annex.sshcaching=false."""]] \ No newline at end of file