From 4a4e08e123990c2dd7a848b19093865d73e1162b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Sep 2019 13:53:22 -0400 Subject: [PATCH] release prep --- CHANGELOG | 6 +++--- git-annex.cabal | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 68d7d5d503..046eaf1169 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -git-annex (7.20190826) UNRELEASED; urgency=medium +git-annex (7.20190912) UNRELEASED; urgency=medium * Default to v7 for new repositories. * Automatically upgrade v5 repositories to v7. @@ -8,6 +8,7 @@ git-annex (7.20190826) UNRELEASED; urgency=medium to prevent any automatic repository upgrades. * 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. + * Removed support for git versions older than 2.1. * assistant: When creating a new repository, no longer use direct mode, instead use v7 adjusted branches with annex.thin. * 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 of something other than a directory, they won't have any effect, 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, fix a bug that prevented annex.thin from taking effect for the files in working tree. @@ -31,7 +32,6 @@ git-annex (7.20190826) UNRELEASED; urgency=medium * init: Catch more exceptions when testing locking. * init: Fix a reversion that broke initialization on systems that need to use pid locking. - * Removed support for git versions older than 2.1. -- Joey Hess Sat, 24 Aug 2019 12:54:35 -0400 diff --git a/git-annex.cabal b/git-annex.cabal index d3aa209093..c2a99e589f 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 7.20190819 +Version: 7.20190912 Cabal-Version: >= 1.8 License: AGPL-3 Maintainer: Joey Hess