diff --git a/doc/news/version_10.20220724.mdwn b/doc/news/version_10.20220724.mdwn deleted file mode 100644 index 6781822296..0000000000 --- a/doc/news/version_10.20220724.mdwn +++ /dev/null @@ -1,23 +0,0 @@ -git-annex 10.20220724 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * 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. - * Fix building with the Assistant build flag disabled but the Webapp - build flag enabled."""]] \ No newline at end of file diff --git a/doc/news/version_10.20221212.mdwn b/doc/news/version_10.20221212.mdwn new file mode 100644 index 0000000000..0862b49a5d --- /dev/null +++ b/doc/news/version_10.20221212.mdwn @@ -0,0 +1,10 @@ +git-annex 10.20221212 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * 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. + * Support quettabyte and yottabyte."""]] \ No newline at end of file