diff --git a/CHANGELOG b/CHANGELOG index e40910c576..d467886005 100644 --- 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 Fri, 18 Nov 2022 12:58:06 -0400 + -- Joey Hess Mon, 12 Dec 2022 12:20:06 -0400 git-annex (10.20221104) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index cd58a4ca3a..eb9b68cbc5 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 10.20221103 +Version: 10.20221212 Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess