From db1b4ac1733460de12d93da9021ac5a4c8e2249f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Mar 2023 16:09:15 -0400 Subject: [PATCH] add news item for git-annex 10.20230329 --- doc/news/version_10.20221212.mdwn | 10 ---------- doc/news/version_10.20230329.mdwn | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 doc/news/version_10.20221212.mdwn create mode 100644 doc/news/version_10.20230329.mdwn diff --git a/doc/news/version_10.20221212.mdwn b/doc/news/version_10.20221212.mdwn deleted file mode 100644 index 0862b49a5d..0000000000 --- a/doc/news/version_10.20221212.mdwn +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/doc/news/version_10.20230329.mdwn b/doc/news/version_10.20230329.mdwn new file mode 100644 index 0000000000..701373a7c0 --- /dev/null +++ b/doc/news/version_10.20230329.mdwn @@ -0,0 +1,18 @@ +git-annex 10.20230329 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * sync: Fix parsing of gcrypt::rsync:// urls that use a relative path. + * Avoid failure to update adjusted branch --unlock-present after git-annex + drop when annex.adjustedbranchrefresh=1 + * Avoid leaving repo with a detached head when there is a failure + checking out an updated adjusted branch. + * view: Support annex.maxextensionlength when generating filenames for + the view branch. + * Windows: Support urls like "file:///c:/path" + * addurl, importfeed: Fix failure when annex.securehashesonly is set. + * Copy with a reflink when exporting a tree to a directory special remote. + * Fix bug that caused broken protocol to be used with external remotes + that use exporttree=yes. In some cases this could result in the wrong + content being exported to, or retrieved from the remote. + * Support VERSION 2 in the external special remote protocol, which is + identical to VERSION 1, but avoids external remote programs neededing + to work around the above bug. External remote program that support + exporttree=yes are recommended to be updated to send VERSION 2."""]] \ No newline at end of file