releasing package git-annex version 10.20230407

This commit is contained in:
Joey Hess 2023-04-07 13:37:03 -04:00
parent 218cb6ab56
commit 9c242af171
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 7 additions and 7 deletions

View file

@ -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 <id@joeyh.name> Fri, 31 Mar 2023 12:48:54 -0400
-- Joey Hess <id@joeyh.name> Fri, 07 Apr 2023 13:36:23 -0400
git-annex (10.20230329) upstream; urgency=medium

View file

@ -1,11 +1,11 @@
Name: git-annex
Version: 10.20230329
Version: 10.20230407
Cabal-Version: 1.12
License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name>
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