Skip to content

Commit d19139a

Browse files
committed
releasing package git-annex version 10.20230802
1 parent 85aadcf commit d19139a

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
git-annex (10.20230627) UNRELEASED; urgency=medium
1+
git-annex (10.20230802) upstream; urgency=medium
22

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.
36
* --explain: New option to display explanations of what git-annex
47
takes into account when deciding what to do. Including explaining
58
matching of preferred content expressions, annex.largefiles, and
69
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.
1010
* reinject: Added --guesskeys option.
1111
* diffdriver: Added --text option for easy diffing of the contents of
1212
annexed text files.
1313
* assist: With --jobs, parallelize transferring content to/from remotes.
14-
* Fix breakage when git is configured with safe.bareRepository = explicit.
1514
* Bug fix: Re-running git-annex adjust or sync when in an adjusted branch
1615
would overwrite the original branch, losing any commits that had been
1716
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.
1821
* importfeed: Add feedurl to the metadata (and allow it to be used in the
1922
--template)
2023
* 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.
2324
* S3: Amazon S3 buckets created after April 2023 do not support ACLs,
2425
so public=yes cannot be used with them. Existing buckets configured
2526
with public=yes will keep working.
@@ -33,12 +34,13 @@ git-annex (10.20230627) UNRELEASED; urgency=medium
3334
* Setup.hs: Stop installing man pages, desktop files, and the
3435
git-annex-shell and git-remote-tor-annex symlinks.
3536
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
3839
* Support building with unix-2.8.0.
3940
* 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.)
4042

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
4244

4345
git-annex (10.20230626) upstream; urgency=medium
4446

git-annex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: git-annex
2-
Version: 10.20230626
2+
Version: 10.20230802
33
Cabal-Version: 1.12
44
License: AGPL-3
55
Maintainer: Joey Hess <[email protected]>

0 commit comments

Comments
 (0)