diff --git a/doc/news/version_10.20230329.mdwn b/doc/news/version_10.20230329.mdwn deleted file mode 100644 index 701373a7c0..0000000000 --- a/doc/news/version_10.20230329.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -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 diff --git a/doc/news/version_10.20230926.mdwn b/doc/news/version_10.20230926.mdwn new file mode 100644 index 0000000000..44a24c356d --- /dev/null +++ b/doc/news/version_10.20230926.mdwn @@ -0,0 +1,17 @@ +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