1
- git-annex (10.20230627) UNRELEASED ; urgency=medium
1
+ git-annex (10.20230802) upstream ; urgency=medium
2
2
3
+ * satisfy: New command that gets/sends/drops content to satisfy
4
+ preferred content settings. This is like to the --content
5
+ part of git-annex sync.
3
6
* --explain: New option to display explanations of what git-annex
4
7
takes into account when deciding what to do. Including explaining
5
8
matching of preferred content expressions, annex.largefiles, and
6
9
annex.addunlocked.
7
- * satisfy: New command that gets/sends/drops content to satisfy
8
- preferred content settings. This is like to the --content
9
- part of git-annex sync.
10
10
* reinject: Added --guesskeys option.
11
11
* diffdriver: Added --text option for easy diffing of the contents of
12
12
annexed text files.
13
13
* assist: With --jobs, parallelize transferring content to/from remotes.
14
- * Fix breakage when git is configured with safe.bareRepository = explicit.
15
14
* Bug fix: Re-running git-annex adjust or sync when in an adjusted branch
16
15
would overwrite the original branch, losing any commits that had been
17
16
made to it since the adjusted branch was created.
17
+ * Bug fix: Fix behavior when git is configured with
18
+ safe.bareRepository = explicit.
19
+ * importfeed bug fix: When -J was used with multiple feeds, some feeds
20
+ did not get their items downloaded.
18
21
* importfeed: Add feedurl to the metadata (and allow it to be used in the
19
22
--template)
20
23
* Improve resuming interrupted download when using yt-dlp.
21
- * importfeed bug fix: When -J was used with multiple feeds, some feeds
22
- did not get their items downloaded.
23
24
* S3: Amazon S3 buckets created after April 2023 do not support ACLs,
24
25
so public=yes cannot be used with them. Existing buckets configured
25
26
with public=yes will keep working.
@@ -33,12 +34,13 @@ git-annex (10.20230627) UNRELEASED; urgency=medium
33
34
* Setup.hs: Stop installing man pages, desktop files, and the
34
35
git-annex-shell and git-remote-tor-annex symlinks.
35
36
Anything still relying on that, eg via cabal v1-install will need to
36
- change to using make install-home.a
37
- * git-annex.cabal: Support building with unix-compat 0.7
37
+ change to using make install-home.
38
+ * Support building with unix-compat 0.7
38
39
* Support building with unix-2.8.0.
39
40
* stack.yaml: Update to build with ghc-9.6.2 and aws-0.24.
41
+ (For windows, stack-lts-18.13.yaml has to be used instead for now.)
40
42
41
- -- Joey Hess <
[email protected] >
Mon, 26 Jun 2023 13:
10:40 -0400
43
+ -- Joey Hess <
[email protected] >
Wed, 02 Aug 2023 13:
55:30 -0400
42
44
43
45
git-annex (10.20230626) upstream; urgency=medium
44
46
0 commit comments