From f0b1034f8f47de2de625efb8704b16204be2731c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Apr 2023 13:37:18 -0400 Subject: [PATCH] add news item for git-annex 10.20230407 --- doc/news/version_10.20230126.mdwn | 27 --------------------------- doc/news/version_10.20230407.mdwn | 11 +++++++++++ 2 files changed, 11 insertions(+), 27 deletions(-) delete mode 100644 doc/news/version_10.20230126.mdwn create mode 100644 doc/news/version_10.20230407.mdwn diff --git a/doc/news/version_10.20230126.mdwn b/doc/news/version_10.20230126.mdwn deleted file mode 100644 index de62f87f11..0000000000 --- a/doc/news/version_10.20230126.mdwn +++ /dev/null @@ -1,27 +0,0 @@ -git-annex 10.20230126 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * Change --metadata comparisons < > <= and >= to fall back to - lexicographical comparisons when one or both values being compared - are not numbers. - * Improve handling of some .git/annex/ subdirectories being on other - filesystems, in the bittorrent special remote, and youtube-dl - integration, and git-annex addurl. - * Added --anything (and --nothing). Eg, git-annex find --anything - will list all annexed files whether or not the content is present. - This is slightly faster and clearer than --include=* or --exclude=* - * Speed up git-annex upgrade (from v5) and init in a repository that has - submodules. - * Added libgcc\_s.so.1 to the linux standalone build so pthread\_cancel - will work. - * Speed up initial scanning for annexed files when built - with persistent-2.14.4.1 - * Allow initremote of additional special remotes with type=web, - in addition to the default web special remote. When --sameas=web is used, - these provide additional names for the web special remote, and may - also have their own additional configuration and cost. - * web: Add urlinclude and urlexclude configuration settings. - * Added an optional cost= configuration to all special remotes. - * adb: Support the remote.name.cost and remote.name.cost-command configs. - * findkeys: New command, very similar to git-annex find but operating on - keys. - * move, copy: Support combining --from and --to, which will send content - from one remote across to another remote."""]] \ No newline at end of file diff --git a/doc/news/version_10.20230407.mdwn b/doc/news/version_10.20230407.mdwn new file mode 100644 index 0000000000..6f3883cb46 --- /dev/null +++ b/doc/news/version_10.20230407.mdwn @@ -0,0 +1,11 @@ +git-annex 10.20230407 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Fix laziness bug introduced in last release that breaks use + of --unlock-present and --hide-missing adjusted branches. + * Support user.useConfigOnly git config. + * registerurl, unregisterurl: Added --remote option. + * registerurl: When an url is claimed by a special remote other than the + web, update location tracking for that special remote. + (This was the behavior before version 6.20181011) + * Sped up sqlite inserts 2x when built with persistent 2.14.5.0 + * git-annex.cabal: Prevent building with unix-compat 0.7 which + removed System.PosixCompat.User."""]] \ No newline at end of file