releasing package git-annex version 10.20221212
authorJoey Hess <joeyh@joeyh.name>
Mon, 12 Dec 2022 16:51:59 +0000 (12:51 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 12 Dec 2022 16:51:59 +0000 (12:51 -0400)
CHANGELOG
git-annex.cabal

index e40910c57668b78183145d4c8e8464f25f1ad583..d4678860058df1031d882317036c65dea6b40e88 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,16 @@
-git-annex (10.20221105) UNRELEASED; urgency=medium
+git-annex (10.20221212) upstream; urgency=medium
 
-  * Support quettabyte and yottabyte.
-  * Sped up the initial scan for annexed files by 21%.
-  * init: Avoid scanning for annexed files, which can be lengthy in a
-    large repository. Instead that scan is done on demand.
+  * Fix a hang that occasionally occurred during commands such as move,
+    when operating on unlocked files. (A bug introduced in 10.20220927)
   * When youtube-dl is not available in PATH, use yt-dlp instead.
   * Support parsing yt-dpl output to display download progress.
+  * init: Avoid scanning for annexed files, which can be lengthy in a
+    large repository. Instead that scan is done on demand.
+  * Sped up the initial scan for annexed files by 21%.
   * test: Add --test-debug option.
-  * Fix a hang that occasionally occurred during commands such as move.
-    (A bug introduced in 10.20220927)
+  * Support quettabyte and yottabyte.
 
- -- Joey Hess <id@joeyh.name>  Fri, 18 Nov 2022 12:58:06 -0400
+ -- Joey Hess <id@joeyh.name>  Mon, 12 Dec 2022 12:20:06 -0400
 
 git-annex (10.20221104) upstream; urgency=medium
 
index cd58a4ca3a53ba1206d7d55b345faf36f732c26e..eb9b68cbc5e8df005b33823fa7737989c0ca909d 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 10.20221103
+Version: 10.20221212
 Cabal-Version: 1.12
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>