releasing package git-annex version 8.20211117
This commit is contained in:
parent
a922d3c42b
commit
c3af94eff4
2 changed files with 13 additions and 13 deletions
24
CHANGELOG
24
CHANGELOG
|
@ -1,24 +1,24 @@
|
||||||
git-annex (8.20211029) UNRELEASED; urgency=medium
|
git-annex (8.20211117) upstream; urgency=medium
|
||||||
|
|
||||||
* metadata --batch: Avoid crashing when a non-annexed file is input,
|
|
||||||
instead output a blank line like other batch commands do.
|
|
||||||
* metadata --batch --json: Reject input whose "fields" does not consist
|
|
||||||
of arrays of strings. Such invalid input used to be silently ignored.
|
|
||||||
* filter-process: New command that can make git add/checkout faster when
|
* filter-process: New command that can make git add/checkout faster when
|
||||||
there are a lot of unlocked annexed files or non-annexed files, but that
|
there are a lot of unlocked annexed files or non-annexed files, but that
|
||||||
also makes git add of large annexed files slower. Use it by running:
|
also makes git add of large annexed files slower. Use it by running:
|
||||||
git config filter.annex.process 'git-annex filter-process'
|
git config filter.annex.process 'git-annex filter-process'
|
||||||
|
* Fix a typo in the name of youtube-dl
|
||||||
|
(reversion introduced in version 8.20210903)
|
||||||
|
* git-lfs: Fix interoperability with gitlab's implementation of the
|
||||||
|
git-lfs protocol, which requests Content-Encoding chunked.
|
||||||
|
* importfeed: Fix a crash when used in a non-unicode locale.
|
||||||
|
* migrate: New --remove-size option.
|
||||||
* uninit: Avoid error message when no commits have been made to the
|
* uninit: Avoid error message when no commits have been made to the
|
||||||
repository yet.
|
repository yet.
|
||||||
* uninit: Avoid error message when there is no git-annex branch.
|
* uninit: Avoid error message when there is no git-annex branch.
|
||||||
* git-lfs: Fix interoperability with gitlab's implementation of the
|
* metadata --batch: Avoid crashing when a non-annexed file is input,
|
||||||
git-lfs protocol, which requests Content-Encoding chunked.
|
instead output a blank line like other batch commands do.
|
||||||
* migrate: New --remove-size option.
|
* metadata --batch --json: Reject input whose "fields" does not consist
|
||||||
* Fix a typo in the name of youtube-dl
|
of arrays of strings. Such invalid input used to be silently ignored.
|
||||||
(reversion introduced in version 8.20210903)
|
|
||||||
* importfeed: Fix a crash when used in a non-unicode locale.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Mon, 01 Nov 2021 13:19:46 -0400
|
-- Joey Hess <id@joeyh.name> Wed, 17 Nov 2021 12:18:49 -0400
|
||||||
|
|
||||||
git-annex (8.20211028) upstream; urgency=medium
|
git-annex (8.20211028) upstream; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 8.20211028
|
Version: 8.20211117
|
||||||
Cabal-Version: >= 1.10
|
Cabal-Version: >= 1.10
|
||||||
License: AGPL-3
|
License: AGPL-3
|
||||||
Maintainer: Joey Hess <id@joeyh.name>
|
Maintainer: Joey Hess <id@joeyh.name>
|
||||||
|
|
Loading…
Reference in a new issue