releasing package git-annex version 10.20230407
authorJoey Hess <joeyh@joeyh.name>
Fri, 7 Apr 2023 17:37:03 +0000 (13:37 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 7 Apr 2023 17:37:03 +0000 (13:37 -0400)
CHANGELOG
git-annex.cabal

index bb75def430ce9918592e8abb90ccff302d69dca1..aa516830e75c91c1074c15ab8db11130a4b8abbf 100644 (file)
--- 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 <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
 
index 1fb739cf26cec8801338f1d07c40010ad2020a34..160a6c59e92b26ad41bd2801d0efd469978ea22f 100644 (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