releasing package git-annex version 10.20250605
authorJoey Hess <joeyh@joeyh.name>
Thu, 5 Jun 2025 18:12:55 +0000 (14:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 5 Jun 2025 18:12:55 +0000 (14:12 -0400)
CHANGELOG
git-annex.cabal

index d9675a47ded1b6482e76851977bf015db3b47674..a2036e20fd61bc25068cd55a72c0ef46f636e477 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,25 +1,25 @@
-git-annex (10.20250521) UNRELEASED; urgency=medium
+git-annex (10.20250605) upstream; urgency=medium
 
-  * assistant: Avoid hanging at startup when a process has a *.lock file
-    open in the .git directory.
+  * sync: Push the current branch first, rather than a synced branch,
+    to better support git forges (gitlab, gitea, forgejo, etc.) which
+    use push-to-create with the first pushed branch becoming the default
+    branch.
+  * Added annex.fastcopy and remote.name.annex-fastcopy config setting.
+    When set, this allows the copy_file_range syscall to be used, which
+    can eg allow for server-side copies on NFS. (For fastest copying, 
+    also disable annex.verify or remote.name.annex-verify.)
+  * map: Support --json option.
+  * map: Improve display of remote names.
   * When annex.freezecontent-command or annex.thawcontent-command is
     configured but fails, prevent initialization. This allows the user to
     fix their configuration and avoid crippled filesystem detection
     entering an adjusted branch.
-  * map: Support --json option.
-  * map: Improve display of remote names.
+  * assistant: Avoid hanging at startup when a process has a *.lock file
+    open in the .git directory.
   * Windows: Fix duplicate file bug that could occur when files were
     supposed to be moved across devices.
-  * Added annex.fastcopy and remote.name.annex-fastcopy config setting.
-    When set, this allows the copy_file_range syscall to be used, which
-    can eg allow for server-side copies on NFS. (For fastest copying, 
-    also disable annex.verify or remote.name.annex-verify.)
-  * sync: Push the current branch first, rather than a synced branch,
-    to better support git forges (gitlab, gitea, forgejo, etc.) which
-    use push-to-create with the first pushed branch becoming the default
-    branch.
 
- -- Joey Hess <id@joeyh.name>  Thu, 22 May 2025 12:43:38 -0400
+ -- Joey Hess <id@joeyh.name>  Thu, 05 Jun 2025 14:10:36 -0400
 
 git-annex (10.20250520) upstream; urgency=medium
 
index a5eb40c4eee4e7d5f790a0e1d8466186ddfd12ef..8c5933d8983647b5c456b5b3cdd9c05f530f7640 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 10.20250520
+Version: 10.20250605
 Cabal-Version: 1.12
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>