diff --git a/git-annex-8.20210803.tar.gz b/git-annex-8.20210803.tar.gz deleted file mode 100644 index 8c817e3..0000000 --- a/git-annex-8.20210803.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:702d68dc4ef1fc36810357b42b2368d6be93df26baa553bfe7143cc61a3c70a1 -size 8404889 diff --git a/git-annex-8.20210903.tar.gz b/git-annex-8.20210903.tar.gz new file mode 100644 index 0000000..0983622 --- /dev/null +++ b/git-annex-8.20210903.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3034f7004c159417a7e9e104cff1c14453fefb6dd41f7282c2714fe7de2be91a +size 8485704 diff --git a/git-annex.changes b/git-annex.changes index 7070662..c1e4978 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sun Sep 5 17:54:01 UTC 2021 - psimons@suse.com + +- Update git-annex to version 8.20210903. + git-annex (8.20210903) upstream; urgency=medium + + * Deal with clock skew, both forwards and backwards, when logging + information to the git-annex branch. + * GIT_ANNEX_VECTOR_CLOCK can now be set to a fixed value (eg 1) + rather than needing to be advanced each time a new change is made. + * Misuse of GIT_ANNEX_VECTOR_CLOCK will no longer confuse git-annex. + * add: When adding a dotfile, avoid treating its name as an extension. + * rsync special remote: Stop displaying rsync progress, and use + git-annex's own progress display. + * Many special remotes now checksum content while it is being retrieved, + instead of in a separate pass at the end. This is supported for all + special remotes on Linux (except for bittorrent), and for many + on other OS's (except for adb, external, gcrypt, hook, and rsync). + * unused: Skip the refs/annex/last-index ref that git-annex recently + started creating. + * Fix test suite failure on Windows. + * New --batch-keys option added to these commands: + get, drop, move, copy, whereis + * Added annex.youtube-dl-command config. This can be used to run some + forks of youtube-dl. + * Run cp -a with --no-preserve=xattr, to avoid problems with copied + xattrs, including them breaking permissions setting on some NFS + servers. + * add, import: Detect when xattrs or perhaps ACLs prevent removing + write permissions from an annexed file, and fail with an informative + message. + * Fix support for readonly git remotes. + (Reversion in version 8.20210621) + * When downloading urls fail, explain which urls failed for which + reasons. + * web: Avoid displaying a warning when downloading one url failed + but another url later succeeded. + + -- Joey Hess Fri, 03 Sep 2021 12:00:46 -0400 + ------------------------------------------------------------------- Wed Aug 4 10:32:07 UTC 2021 - psimons@suse.com diff --git a/git-annex.spec b/git-annex.spec index f004750..fc522e2 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20210803 +Version: 8.20210903 Release: 0 Summary: Manage files with git, without checking their contents into git License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only