releasing package git-annex version 10.20220724
authorJoey Hess <joeyh@joeyh.name>
Mon, 25 Jul 2022 18:07:20 +0000 (14:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 25 Jul 2022 18:07:20 +0000 (14:07 -0400)
CHANGELOG
git-annex.cabal

index d8d07dd65e1ff6921006bca4b7c6891f2acc7acd..aefdd7b49bc41e57f68b3217957a000c465e498c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,29 +1,29 @@
-git-annex (10.20220724) UNRELEASED; urgency=medium
+git-annex (10.20220724) upstream; urgency=medium
 
-  * Improve handling of parallelization with -J when copying content
-    from/to a git remote that is a local path.
-  * --backend is no longer a global option, and is only accepted by
-    commands that actually need it.
-  * Fix building with the Assistant build flag disabled but the Webapp
-    build flag enabled.
-  * add: Fix reversion when adding an annex link that has been moved to
-    another directory. (Introduced in version 10.20220624)
   * filter-process: Fix a bug involving handling of empty files,
     that caused git to kill git-annex filter-process.
+  * add: Fix reversion when adding an annex link that has been moved to
+    another directory. (Introduced in version 10.20220624)
+  * Added annex.alwayscompact setting which can be unset to speed up
+    writes to the git-annex branch in some cases. See its documentation
+    for important notes on when it's appropariate to use.
   * adb: Added configuration setting oldandroid=true to avoid using
     find -printf, which was first supported in Android around 2019-2020.
     This may need to be enabled for old android devices that used to work
     without it being set, since version 10.20220222 started using 
     find -printf.
+  * --backend is no longer a global option, and is only accepted by
+    commands that actually need it.
+  * Improve handling of parallelization with -J when copying content
+    from/to a git remote that is a local path.
   * S3: Avoid writing or checking the uuid file in the S3 bucket when
     importtree=yes or exporttree=yes.
   * Fix a reversion that prevented --batch commands (and the assistant)
     from noticing data written to the journal by other commands.
-  * Added annex.alwayscompact setting which can be unset to speed up
-    writes to the git-annex branch in some cases. See its documentation
-    for important notes on when it's appropariate to use.
+  * Fix building with the Assistant build flag disabled but the Webapp
+    build flag enabled.
 
- -- Joey Hess <id@joeyh.name>  Tue, 28 Jun 2022 14:49:17 -0400
+ -- Joey Hess <id@joeyh.name>  Mon, 25 Jul 2022 12:55:38 -0400
 
 git-annex (10.20220624) upstream; urgency=medium
 
index 4515249e2cad2745652bc1709e8968fabb3edf4d..d27c0c4b624e9279a8cdb2fa05fefb301f0c8e73 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 10.20220624
+Version: 10.20220724
 Cabal-Version: 1.12
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>