From 74fcc389d8699d576a95d4b2b0af8891fbc7997c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 Nov 2021 15:20:24 -0400 Subject: [PATCH] releasing package git-annex version 8.20211123 --- CHANGELOG | 6 +++--- git-annex.cabal | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e67a08b44b..15ff196f33 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,13 @@ -git-annex (8.20211118) UNRELEASED; urgency=medium +git-annex (8.20211123) upstream; urgency=medium * Bugfix: When -J was enabled, getting files could leak an ever-growing number of git cat-file processes. - * importfeed: Display url before starting youtube-dl download. * Support git's new "ort" resolver, which became the default in git 2.34.0, and broke the test suite and automatic merge resolution of a conflict between an annexed file and a non-annexed file. + * importfeed: Display url before starting youtube-dl download. - -- Joey Hess Wed, 17 Nov 2021 13:18:44 -0400 + -- Joey Hess Tue, 23 Nov 2021 15:19:16 -0400 git-annex (8.20211117) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index d46833d22b..9285858cd1 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 8.20211117 +Version: 8.20211123 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess