From fa0bcba86ead3d7087da9de92784075c240f89d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Apr 2024 15:27:37 -0400 Subject: [PATCH] add news item for git-annex 10.20240430 --- doc/news/version_10.20230926.mdwn | 17 ----------------- doc/news/version_10.20240430.mdwn | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 17 deletions(-) delete mode 100644 doc/news/version_10.20230926.mdwn create mode 100644 doc/news/version_10.20240430.mdwn diff --git a/doc/news/version_10.20230926.mdwn b/doc/news/version_10.20230926.mdwn deleted file mode 100644 index 44a24c356d..0000000000 --- a/doc/news/version_10.20230926.mdwn +++ /dev/null @@ -1,17 +0,0 @@ -git-annex 10.20230926 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * Fix more breakage caused by git's fix for CVE-2022-24765, this time - involving a remote (either local or ssh) that is a repository not owned - by the current user. - * Fix using git remotes that are bare when git is configured with - safe.bareRepository = explicit. - * Fix linker optimisation in linux standalone tarballs. - * adb: Avoid some problems with unusual characters in exporttree - filenames that confuse adb shell commands. - * push: When on an adjusted branch, propagate changes to parent branch - before updating export remotes. - * lookupkey: Added --ref option. - * enableremote: Avoid overwriting existing git remote when passed the uuid - of a specialremote that was earlier initialized with the same name. - * Support being built with crypton rather than the no-longer maintained - cryptonite. - * Removed the vendored git-lfs and the GitLfs build flag."""]] \ No newline at end of file diff --git a/doc/news/version_10.20240430.mdwn b/doc/news/version_10.20240430.mdwn new file mode 100644 index 0000000000..03577d2c9e --- /dev/null +++ b/doc/news/version_10.20240430.mdwn @@ -0,0 +1,24 @@ +git-annex 10.20240430 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Bug fix: While redundant concurrent transfers were already + prevented in most cases, it failed to prevent the case where + two different repositories were sending the same content to + the same repository. + * addurl, importfeed: Added --verifiable option, which improves + the safety of --fast or --relaxed by letting the content of + annexed files be verified with a checksum that is calculated + on a later download from the web. This will become the default later. + * Added rclone special remote, which can be used without needing + to install the git-annex-remote-rclone program. This needs + a forthcoming version of rclone (1.67.0), which supports + "rclone gitannex". + * sync, assist, import: Allow -m option to be specified multiple + times, to provide additional paragraphs for the commit message. + * reregisterurl: New command that can change an url from being + used by a special remote to being used by the web remote. + * annex.maxextensions configuration controls how many filename + extensions to preserve. + * find: Fix --help for --copies. + Thanks, Gergely Risko + * Windows: Fix escaping output to terminal when using old + versions of MinTTY. + * Added dependency on unbounded-delays."""]] \ No newline at end of file