releasing package git-annex version 7.20181031
This commit is contained in:
parent
37d00ca671
commit
8f9278787f
3 changed files with 10 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
||||||
git-annex (7.20181025) UNRELEASED; urgency=medium
|
git-annex (7.20181031) upstream; urgency=medium
|
||||||
|
|
||||||
* Added v7 repository mode. v6 upgrades automatically to v7, but
|
* Added v7 repository mode. v6 upgrades automatically to v7, but
|
||||||
v5 is still the default for now. While v6 was always experimental
|
v5 is still the default for now. While v6 was always experimental
|
||||||
to some degree, its successor v7 is ready for production use!
|
to some degree, its successor v7 is ready for production use!
|
||||||
|
http://git-annex.branchable.com/tips/unlocked_files/
|
||||||
* Direct mode repositories are deprecated; they have many problems
|
* Direct mode repositories are deprecated; they have many problems
|
||||||
that v7 fixes, so upgrading them now is recommended (but not yet
|
that v7 fixes, so upgrading them now is recommended (but not yet
|
||||||
required): git annex upgrade --version=7
|
required): git annex upgrade --version=7
|
||||||
|
@ -56,7 +57,7 @@ git-annex (7.20181025) UNRELEASED; urgency=medium
|
||||||
* Cache high-resolution mtimes for improved detection of modified files
|
* Cache high-resolution mtimes for improved detection of modified files
|
||||||
in v7 (and direct mode).
|
in v7 (and direct mode).
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Sat, 13 Oct 2018 00:52:02 -0400
|
-- Joey Hess <id@joeyh.name> Wed, 31 Oct 2018 09:21:50 -0400
|
||||||
|
|
||||||
git-annex (6.20181011) upstream; urgency=medium
|
git-annex (6.20181011) upstream; urgency=medium
|
||||||
|
|
||||||
|
|
9
NEWS
9
NEWS
|
@ -1,4 +1,4 @@
|
||||||
git-annex (7.20181026) upstream; urgency=medium
|
git-annex (7.20181031) upstream; urgency=medium
|
||||||
|
|
||||||
Repository version 7 is now available. v6 repositories will automatically
|
Repository version 7 is now available. v6 repositories will automatically
|
||||||
upgrade to v7. v5 repositories are still supported and will not be
|
upgrade to v7. v5 repositories are still supported and will not be
|
||||||
|
@ -9,9 +9,12 @@ git-annex (7.20181026) upstream; urgency=medium
|
||||||
Just run `git annex upgrade`.
|
Just run `git annex upgrade`.
|
||||||
|
|
||||||
git-annex will no longer initialize new repositories on crippled filesystems
|
git-annex will no longer initialize new repositories on crippled filesystems
|
||||||
using direct mode.
|
using direct mode, instead it uses v7.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Fri, 26 Oct 2018 14:11:48 -0400
|
The git-annex Android app is no longer being updated. Users of the app
|
||||||
|
should remove it and install using the new Termux based installation method.
|
||||||
|
|
||||||
|
-- Joey Hess <id@joeyh.name> Wed, 31 Oct 2018 13:05:48 -0400
|
||||||
|
|
||||||
git-annex (6.20180626) upstream; urgency=high
|
git-annex (6.20180626) upstream; urgency=high
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 7.20181011
|
Version: 7.20181031
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.8
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
Maintainer: Joey Hess <id@joeyh.name>
|
Maintainer: Joey Hess <id@joeyh.name>
|
||||||
|
|
Loading…
Reference in a new issue