From 3cd398cf8efc8be330c7619f353231d8d828c1e1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Jun 2025 10:05:56 -0400 Subject: [PATCH] add news item for git-annex 10.20250630 --- doc/news/version_10.20250320.mdwn | 14 -------------- doc/news/version_10.20250630.mdwn | 9 +++++++++ 2 files changed, 9 insertions(+), 14 deletions(-) delete mode 100644 doc/news/version_10.20250320.mdwn create mode 100644 doc/news/version_10.20250630.mdwn diff --git a/doc/news/version_10.20250320.mdwn b/doc/news/version_10.20250320.mdwn deleted file mode 100644 index 17bb165883..0000000000 --- a/doc/news/version_10.20250320.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -git-annex 10.20250320 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * Added the compute special remote. - * addcomputed: New command, adds a file that is generated by a compute - special remote. - * recompute: New command, recomputes computed files. - * findcomputed: New command, displays information about computed files. - * Support help.autocorrect settings "prompt", "never", and "immediate". - * Allow setting remote.foo.annex-tracking-branch to a branch name - that contains "/", as long as it's not a remote tracking branch. - * Added OsPath build flag, which speeds up git-annex's operations on files. - * git-lfs: Added an optional apiurl parameter. - (This needs version 1.2.5 of the haskell git-lfs library to be used.) - * fsck: Remember the files that are checked, so a later run with --more - will skip them, without needing to use --incremental."""]] \ No newline at end of file diff --git a/doc/news/version_10.20250630.mdwn b/doc/news/version_10.20250630.mdwn new file mode 100644 index 0000000000..7761138fea --- /dev/null +++ b/doc/news/version_10.20250630.mdwn @@ -0,0 +1,9 @@ +git-annex 10.20250630 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Work around git 2.50 bug that caused it to crash when there is a merge + conflict with an unlocked annexed file. + * Skip and warn when a tree import includes empty filenames, + which can happen with eg a S3 bucket. + * Avoid a problem with temp file names ending in whitespace on + filesystems like VFAT that don't support such filenames. + * webapp: Rename "Upgrade Repository" to "Convert Repository" + to avoid confusion with git-annex upgrade."""]] \ No newline at end of file