From 9c242af171b47c0c151e17eadfa2c919ab12e4f5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Apr 2023 13:37:03 -0400 Subject: [PATCH] releasing package git-annex version 10.20230407 --- CHANGELOG | 10 +++++----- git-annex.cabal | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bb75def430..aa516830e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,5 @@ -git-annex (10.20230330) UNRELEASED; urgency=medium +git-annex (10.20230407) upstream; urgency=medium - * git-annex.cabal: Prevent building with unix-compat 0.7 which - removed System.PosixCompat.User. - * Sped up sqlite inserts 2x when built with persistent 2.14.5.0 * Fix laziness bug introduced in last release that breaks use of --unlock-present and --hide-missing adjusted branches. * Support user.useConfigOnly git config. @@ -10,8 +7,11 @@ git-annex (10.20230330) UNRELEASED; urgency=medium * registerurl: When an url is claimed by a special remote other than the web, update location tracking for that special remote. (This was the behavior before version 6.20181011) + * Sped up sqlite inserts 2x when built with persistent 2.14.5.0 + * git-annex.cabal: Prevent building with unix-compat 0.7 which + removed System.PosixCompat.User. - -- Joey Hess Fri, 31 Mar 2023 12:48:54 -0400 + -- Joey Hess Fri, 07 Apr 2023 13:36:23 -0400 git-annex (10.20230329) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 1fb739cf26..160a6c59e9 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,11 +1,11 @@ Name: git-annex -Version: 10.20230329 +Version: 10.20230407 Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess Author: Joey Hess Stability: Stable -Copyright: 2010-2022 Joey Hess +Copyright: 2010-2023 Joey Hess License-File: COPYRIGHT Homepage: http://git-annex.branchable.com/ Build-type: Custom