release prep
This commit is contained in:
parent
eae5e96473
commit
4a4e08e123
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
git-annex (7.20190826) UNRELEASED; urgency=medium
|
git-annex (7.20190912) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Default to v7 for new repositories.
|
* Default to v7 for new repositories.
|
||||||
* Automatically upgrade v5 repositories to v7.
|
* Automatically upgrade v5 repositories to v7.
|
||||||
|
@ -8,6 +8,7 @@ git-annex (7.20190826) UNRELEASED; urgency=medium
|
||||||
to prevent any automatic repository upgrades.
|
to prevent any automatic repository upgrades.
|
||||||
* Refuse to upgrade direct mode repositories when git is older than 2.22,
|
* Refuse to upgrade direct mode repositories when git is older than 2.22,
|
||||||
which fixed a memory leak that could cause an OOM during the upgrade.
|
which fixed a memory leak that could cause an OOM during the upgrade.
|
||||||
|
* Removed support for git versions older than 2.1.
|
||||||
* assistant: When creating a new repository, no longer use direct
|
* assistant: When creating a new repository, no longer use direct
|
||||||
mode, instead use v7 adjusted branches with annex.thin.
|
mode, instead use v7 adjusted branches with annex.thin.
|
||||||
* init: When run on a crippled filesystem with --version=5,
|
* init: When run on a crippled filesystem with --version=5,
|
||||||
|
@ -23,7 +24,7 @@ git-annex (7.20190826) UNRELEASED; urgency=medium
|
||||||
* info: When file matching options are specified when getting
|
* info: When file matching options are specified when getting
|
||||||
info of something other than a directory, they won't have any effect,
|
info of something other than a directory, they won't have any effect,
|
||||||
so error out to avoid confusion.
|
so error out to avoid confusion.
|
||||||
* info: Display trust level when getting info on a uuid, same as on a remote.
|
* info: Display trust level when getting info on a uuid, same as a remote.
|
||||||
* When upgrading a direct mode repo to v7 with adjusted unlocked branches,
|
* When upgrading a direct mode repo to v7 with adjusted unlocked branches,
|
||||||
fix a bug that prevented annex.thin from taking effect for the files
|
fix a bug that prevented annex.thin from taking effect for the files
|
||||||
in working tree.
|
in working tree.
|
||||||
|
@ -31,7 +32,6 @@ git-annex (7.20190826) UNRELEASED; urgency=medium
|
||||||
* init: Catch more exceptions when testing locking.
|
* init: Catch more exceptions when testing locking.
|
||||||
* init: Fix a reversion that broke initialization on systems that
|
* init: Fix a reversion that broke initialization on systems that
|
||||||
need to use pid locking.
|
need to use pid locking.
|
||||||
* Removed support for git versions older than 2.1.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Sat, 24 Aug 2019 12:54:35 -0400
|
-- Joey Hess <id@joeyh.name> Sat, 24 Aug 2019 12:54:35 -0400
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 7.20190819
|
Version: 7.20190912
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.8
|
||||||
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