From 4ee7067e8e06b8f006e870a4e2fcab96c632c9b4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Feb 2020 12:46:25 -0400 Subject: [PATCH] add news item for git-annex 7.20200219 --- doc/news/version_7.20191114.mdwn | 10 ---------- doc/news/version_7.20200219.mdwn | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 doc/news/version_7.20191114.mdwn create mode 100644 doc/news/version_7.20200219.mdwn diff --git a/doc/news/version_7.20191114.mdwn b/doc/news/version_7.20191114.mdwn deleted file mode 100644 index 6dfb3401e3..0000000000 --- a/doc/news/version_7.20191114.mdwn +++ /dev/null @@ -1,10 +0,0 @@ -git-annex 7.20191114 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Added annex.allowsign option. - * Make --json-error-messages capture more errors, - particularly url download errors. - * Fix a crash (STM deadlock) when -J is used with multiple files - that point to the same key. - * linuxstandalone: Fix a regression that broke git-remote-https. - * OSX git-annex.app: Fix a problem that prevented using the bundled - git-remote-https, git-remote-http, and git-shell."""]] \ No newline at end of file diff --git a/doc/news/version_7.20200219.mdwn b/doc/news/version_7.20200219.mdwn new file mode 100644 index 0000000000..7904474526 --- /dev/null +++ b/doc/news/version_7.20200219.mdwn @@ -0,0 +1,18 @@ +git-annex 7.20200219 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added sync --only-annex, which syncs the git-annex branch and annexed + content but leaves managing the other git branches up to you. + * Added annex.synconlyannex git config setting, which can also be set with + git-annex config to configure sync in all clones of the repo. + * fsck --from remote: Fix a concurrency bug that could make it incorrectly + detect that content in the remote is corrupt, and remove it, resulting in + data loss. + * When git-annex is built with a ssh that does not support ssh connection + caching, default annex.sshcaching to false, but let the user override it. + * Improve warning messages further when ssh connection caching cannot + be used, to clearly state why. + * Avoid throwing fatal errors when asked to write to a readonly + git remote on http. + * Fix support for repositories tuned with annex.tune.branchhash1=true, + including --all not working and git-annex log not displaying anything + for annexed files."""]] \ No newline at end of file