diff --git a/git-annex.changes b/git-annex.changes index b0b3ea2..98f91ef 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Feb 4 11:49:28 UTC 2022 - psimons@suse.com +Thu Feb 10 14:24:55 UTC 2022 - psimons@suse.com - Update git-annex to version 10.20220127. git-annex (10.20220127) upstream; urgency=medium @@ -35,42 +35,43 @@ Fri Feb 4 11:49:28 UTC 2022 - psimons@suse.com -- Joey Hess Thu, 27 Jan 2022 13:25:19 -0400 - git-annex (8.20211231) upstream; urgency=medium +------------------------------------------------------------------- +Wed Jan 19 12:40:15 UTC 2022 - Ben Greiner - * Improved support for using git-annex in a read-only repository, - git-annex branch information from remotes that cannot be merged into - the git-annex branch will now not crash it, but will be merged in - memory. - * addurl, youtube-dl: When --check-raw prevents downloading an url, - still continue with any downloads that come after it, rather than - erroring out. - * Fix locking problems when annex.pidlock is set and concurrency is - enabled eg with -J. - * Improve error message display when autoinit fails due to eg, a - permissions problem. - * export: Avoid unncessarily re-exporting non-annexed files that were - already exported. - * Improve git command queue flushing so that eg, addurl of several - large files that take time to download will update the index for each - file, rather than deferring the index updates to the end. - * sync: Better error message when unable to export to a remote because - remote.name.annex-tracking-branch is configured to a ref that does not - exist. - * Fix build with ghc 9.0.1 - * Fix build with old versions of feed library. - - -- Joey Hess Fri, 31 Dec 2021 15:03:36 -0400 - - git-annex (8.20211123) upstream; urgency=medium - - * Bugfix: When -J was enabled, getting files could leak an - ever-growing number of git cat-file processes. - * Support git's new "ort" resolver, which became the default in git 2.34.0, - and broke the test suite and automatic merge resolution of a conflict - between an annexed file and a non-annexed file. - * importfeed: Display url before starting youtube-dl download. - - -- Joey Hess Tue, 23 Nov 2021 15:19:16 -0400 +- Update git-annex to version 8.20211231. + * Improved support for using git-annex in a read-only repository, + git-annex branch information from remotes that cannot be merged + into the git-annex branch will now not crash it, but will be + merged in memory. + * addurl, youtube-dl: When --check-raw prevents downloading an + url, still continue with any downloads that come after it, + rather than erroring out. + * Fix locking problems when annex.pidlock is set and concurrency + is enabled eg with -J. + * Improve error message display when autoinit fails due to eg, a + permissions problem. + * export: Avoid unncessarily re-exporting non-annexed files that + were already exported. + * Improve git command queue flushing so that eg, addurl of + several large files that take time to download will update the + index for each file, rather than deferring the index updates to + the end. + * sync: Better error message when unable to export to a remote + because remote.name.annex-tracking-branch is configured to a + ref that does not exist. + * Fix build with ghc 9.0.1 + * Fix build with old versions of feed library. +- git-annex 8.20211123 was released with these changes: + * Bugfix: When -J was enabled, getting files could leak an + ever-growing number of git cat-file processes. + * Support git's new "ort" resolver, which became the default in + git 2.34.0, and broke the test suite and automatic merge + resolution of a conflict between an annexed file and a + non-annexed file. + * importfeed: Display url before starting youtube-dl download. +- Move to _service checking out the upstream source directly +- Avoid compiling and linking the binary a second time in the + install phase and a third time in the check phase ------------------------------------------------------------------- Sat Nov 20 17:31:42 UTC 2021 - psimons@suse.com