From 4ab1f3ff02cee0f2a2d9458198be460cb557a5cd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 Nov 2019 21:59:04 -0400 Subject: [PATCH] add news item for git-annex 7.20191114 --- doc/news/version_7.20191009.mdwn | 29 ----------------------------- doc/news/version_7.20191114.mdwn | 10 ++++++++++ 2 files changed, 10 insertions(+), 29 deletions(-) delete mode 100644 doc/news/version_7.20191009.mdwn create mode 100644 doc/news/version_7.20191114.mdwn diff --git a/doc/news/version_7.20191009.mdwn b/doc/news/version_7.20191009.mdwn deleted file mode 100644 index c9647bf87b..0000000000 --- a/doc/news/version_7.20191009.mdwn +++ /dev/null @@ -1,29 +0,0 @@ -git-annex 7.20191009 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Fix bug in handling of annex.largefiles that use largerthan/smallerthan. - When adding a modified file, it incorrectly used the file size of the - old version of the file, not the current size. - * Added --mimetype and --mimeencoding file matching options. - * Added --unlocked and --locked file matching options. - * Added adjust --lock, to enter an adjusted branch where files are locked. - * git-lfs: Added support for http basic auth. - * git-lfs: Only do endpoint discovery once when concurrency is enabled. - * fsck --incremental/--more: Fix bug that prevented the incremental fsck - information from being updated every 5 minutes as it was supposed to be; - it was only updated after 1000 files were checked, which may be more - files that are possible to fsck in a given fsck time window. - Thanks to Peter Simons for help with analysis of this bug. - * Test: Use more robust directory removal when built with directory-1.2.7. - * Close sqlite databases more robustly. - * remotedaemon: Don't list --stop in help since it's not supported. - * enable-tor: Run kdesu with -c option. - * enable-tor: Use pkexec to run command as root when gksu and kdesu are not - available. - * When dropping an unlocked file, preserve its mtime, which avoids - git status unncessarily running the clean filter on the file. - * uninit: Remove several git hooks that git-annex init sets up. - * uninit: Remove the smudge and clean filters that git-annex init sets up. - * Work around git cat-file --batch's odd stripping of carriage return - from the end of the line (some windows infection), avoiding crashing - when the repo contains a filename ending in a carriage return. - * git-annex-standalone.rpm: Fix the git-annex-shell symlink."""]] \ No newline at end of file diff --git a/doc/news/version_7.20191114.mdwn b/doc/news/version_7.20191114.mdwn new file mode 100644 index 0000000000..6dfb3401e3 --- /dev/null +++ b/doc/news/version_7.20191114.mdwn @@ -0,0 +1,10 @@ +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