diff --git a/doc/news/version_7.20200219.mdwn b/doc/news/version_7.20200219.mdwn deleted file mode 100644 index 7904474526..0000000000 --- a/doc/news/version_7.20200219.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -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 diff --git a/doc/news/version_8.20200330.mdwn b/doc/news/version_8.20200330.mdwn new file mode 100644 index 0000000000..e5ae7b0e5c --- /dev/null +++ b/doc/news/version_8.20200330.mdwn @@ -0,0 +1,16 @@ +git-annex 8.20200330 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * fsck: Fix reversion in 8.20200226 that made it incorrectly warn + that hashed keys with an extension should be upgraded. + * add --force-small: Fix a bug that, when adding a symbolic link, + checked in the content of the file the symlink pointed to. + Thanks, Kyle Meyer for the patch. + * add --force-small: Fix failure when passed a modified submodule. + Thanks, Kyle Meyer for the patch. + * When syncing changes back from an adjusted branch to the basis branch, + include changes to submodules. + Thanks, Kyle Meyer for the patch. + * webdav: Made exporttree remotes faster by caching connection to the + server. + * Fix a minor bug that caused options provided with -c to be passed + multiple times to git."""]] \ No newline at end of file