releasing package git-annex version 10.20230802
This commit is contained in:
parent
85aadcfa1e
commit
d19139a10d
2 changed files with 13 additions and 11 deletions
22
CHANGELOG
22
CHANGELOG
|
@ -1,25 +1,26 @@
|
||||||
git-annex (10.20230627) UNRELEASED; urgency=medium
|
git-annex (10.20230802) upstream; urgency=medium
|
||||||
|
|
||||||
|
* satisfy: New command that gets/sends/drops content to satisfy
|
||||||
|
preferred content settings. This is like to the --content
|
||||||
|
part of git-annex sync.
|
||||||
* --explain: New option to display explanations of what git-annex
|
* --explain: New option to display explanations of what git-annex
|
||||||
takes into account when deciding what to do. Including explaining
|
takes into account when deciding what to do. Including explaining
|
||||||
matching of preferred content expressions, annex.largefiles, and
|
matching of preferred content expressions, annex.largefiles, and
|
||||||
annex.addunlocked.
|
annex.addunlocked.
|
||||||
* satisfy: New command that gets/sends/drops content to satisfy
|
|
||||||
preferred content settings. This is like to the --content
|
|
||||||
part of git-annex sync.
|
|
||||||
* reinject: Added --guesskeys option.
|
* reinject: Added --guesskeys option.
|
||||||
* diffdriver: Added --text option for easy diffing of the contents of
|
* diffdriver: Added --text option for easy diffing of the contents of
|
||||||
annexed text files.
|
annexed text files.
|
||||||
* assist: With --jobs, parallelize transferring content to/from remotes.
|
* assist: With --jobs, parallelize transferring content to/from remotes.
|
||||||
* Fix breakage when git is configured with safe.bareRepository = explicit.
|
|
||||||
* Bug fix: Re-running git-annex adjust or sync when in an adjusted branch
|
* Bug fix: Re-running git-annex adjust or sync when in an adjusted branch
|
||||||
would overwrite the original branch, losing any commits that had been
|
would overwrite the original branch, losing any commits that had been
|
||||||
made to it since the adjusted branch was created.
|
made to it since the adjusted branch was created.
|
||||||
|
* Bug fix: Fix behavior when git is configured with
|
||||||
|
safe.bareRepository = explicit.
|
||||||
|
* importfeed bug fix: When -J was used with multiple feeds, some feeds
|
||||||
|
did not get their items downloaded.
|
||||||
* importfeed: Add feedurl to the metadata (and allow it to be used in the
|
* importfeed: Add feedurl to the metadata (and allow it to be used in the
|
||||||
--template)
|
--template)
|
||||||
* Improve resuming interrupted download when using yt-dlp.
|
* Improve resuming interrupted download when using yt-dlp.
|
||||||
* importfeed bug fix: When -J was used with multiple feeds, some feeds
|
|
||||||
did not get their items downloaded.
|
|
||||||
* S3: Amazon S3 buckets created after April 2023 do not support ACLs,
|
* S3: Amazon S3 buckets created after April 2023 do not support ACLs,
|
||||||
so public=yes cannot be used with them. Existing buckets configured
|
so public=yes cannot be used with them. Existing buckets configured
|
||||||
with public=yes will keep working.
|
with public=yes will keep working.
|
||||||
|
@ -33,12 +34,13 @@ git-annex (10.20230627) UNRELEASED; urgency=medium
|
||||||
* Setup.hs: Stop installing man pages, desktop files, and the
|
* Setup.hs: Stop installing man pages, desktop files, and the
|
||||||
git-annex-shell and git-remote-tor-annex symlinks.
|
git-annex-shell and git-remote-tor-annex symlinks.
|
||||||
Anything still relying on that, eg via cabal v1-install will need to
|
Anything still relying on that, eg via cabal v1-install will need to
|
||||||
change to using make install-home.a
|
change to using make install-home.
|
||||||
* git-annex.cabal: Support building with unix-compat 0.7
|
* Support building with unix-compat 0.7
|
||||||
* Support building with unix-2.8.0.
|
* Support building with unix-2.8.0.
|
||||||
* stack.yaml: Update to build with ghc-9.6.2 and aws-0.24.
|
* stack.yaml: Update to build with ghc-9.6.2 and aws-0.24.
|
||||||
|
(For windows, stack-lts-18.13.yaml has to be used instead for now.)
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Mon, 26 Jun 2023 13:10:40 -0400
|
-- Joey Hess <id@joeyh.name> Wed, 02 Aug 2023 13:55:30 -0400
|
||||||
|
|
||||||
git-annex (10.20230626) upstream; urgency=medium
|
git-annex (10.20230626) upstream; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 10.20230626
|
Version: 10.20230802
|
||||||
Cabal-Version: 1.12
|
Cabal-Version: 1.12
|
||||||
License: AGPL-3
|
License: AGPL-3
|
||||||
Maintainer: Joey Hess <id@joeyh.name>
|
Maintainer: Joey Hess <id@joeyh.name>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue