From e11776ae80b1e221da43cfa09d5a07a9ad86524c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Mar 2023 16:14:21 -0400 Subject: [PATCH] add news item for git-annex 10.20230321 --- doc/news/version_10.20221103.mdwn | 22 ---------------------- doc/news/version_10.20230321.mdwn | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 22 deletions(-) delete mode 100644 doc/news/version_10.20221103.mdwn create mode 100644 doc/news/version_10.20230321.mdwn diff --git a/doc/news/version_10.20221103.mdwn b/doc/news/version_10.20221103.mdwn deleted file mode 100644 index e7374b7c48..0000000000 --- a/doc/news/version_10.20221103.mdwn +++ /dev/null @@ -1,22 +0,0 @@ -git-annex 10.20221103 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * Doubled the speed of git-annex drop when operating on many files, - and of git-annex get when operating on many tiny files. - * trust, untrust, semitrust, dead: Fix behavior when provided with - multiple repositories to operate on. - * trust, untrust, semitrust, dead: When provided with no parameters, - do not operate on a repository that has an empty name. - * move: Fix openFile crash with -J - (Fixes a reversion in 8.20201103) - * S3: Speed up importing from a large bucket when fileprefix= is set, - by only asking for files under the prefix. - * When importing from versioned remotes, fix tracking of the content - of deleted files. - * More robust handling of ErrorBusy when writing to sqlite databases. - * Avoid hanging when a suspended git-annex process is keeping a sqlite - database locked. - * Make --batch mode handle unstaged annexed files consistently - whether the file is unlocked or not. Note that this changes the - behavior of --batch when it is provided with locked files that are - in the process of being added to the repository, but have not yet been - staged in git. - * Make git-annex enable-tor work when using the linux standalone build."""]] \ No newline at end of file diff --git a/doc/news/version_10.20230321.mdwn b/doc/news/version_10.20230321.mdwn new file mode 100644 index 0000000000..3348f054e1 --- /dev/null +++ b/doc/news/version_10.20230321.mdwn @@ -0,0 +1,19 @@ +git-annex 10.20230321 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Using git-annex view in an adjusted branch, or git-annex adjust in a + view branch, will enter an adjusted view branch. + * sync: Fix a reversion that prevented sending files to exporttree=yes + remotes when annex-tracking-branch was configured to branch:subdir + (Introduced in version 10.20230214) + * status: This command is deprecated because it was only needed in direct + mode; git status --short is very similar. + * Windows: Support long filenames in more (possibly all) of the code. + * Added arm64 build for ancient kernels, needed to support Android phones + whose kernels are too old to support kernels used by the current arm64 + build. + * importfeed: Display feed title. + * init: Support being ran in a repository that has a newline in its path. + * copy: When --from and --to are combined and the content is already + present on the destination remote, update location tracking as + necessary. + * Fixed spelling of some messages and added a .codespellrc + Thanks, Yaroslav Halchenko"""]] \ No newline at end of file -- 2.30.2