add news item for git-annex 10.20230126
authorJoey Hess <joeyh@joeyh.name>
Thu, 26 Jan 2023 19:27:44 +0000 (15:27 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 26 Jan 2023 19:27:44 +0000 (15:27 -0400)
doc/news/version_10.20220822.mdwn [deleted file]
doc/news/version_10.20230126.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20220822.mdwn b/doc/news/version_10.20220822.mdwn
deleted file mode 100644 (file)
index e3dd600..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-git-annex 10.20220822 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * v8 repositories now automatically upgrade to v9, which will in turn
-    automatically upgrade to v10 in a year's time.
-    To avoid this upgrade, you can set annex.autoupgraderepository to false.
-  * Now uses v10 by default for new repositories.
-  * Fix a regression in 10.20220624 that caused git-annex add to crash
-    when there was an unstaged deletion.
-  * Added new matching options --want-get-by and --want-drop-by.
-  * Allow find --branch to be used in a bare repository, the same as
-    the deprecated findref can be.
-  * add --dry-run: New option.
-  * import: Avoid following symbolic links inside directories being
-    imported.
-  * Work around bug in git 2.37 that causes a segfault
-    when core.untrackedCache is set, which broke git-annex init.
-  * Added annex.dbdir config which can be used to move sqlite databases
-    to a different filesystem than the git-annex repo, when the repo is on
-    a filesystem that sqlite does not work well in.
-  * Use curl when annex.security.allowed-url-schemes includes an url
-    scheme not supported by git-annex internally, as long as
-    annex.security.allowed-ip-addresses is configured to allow using curl.
-  * Improve output when storing to bup.
-  * When bup split fails, display its stderr.
-  * Avoid running multiple bup split processes concurrently, since
-    bup is not concurrency safe.
-  * Avoid starting an unnecessary number of git hash-object processes when
-    concurrency is enabled."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20230126.mdwn b/doc/news/version_10.20230126.mdwn
new file mode 100644 (file)
index 0000000..de62f87
--- /dev/null
@@ -0,0 +1,27 @@
+git-annex 10.20230126 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * Change --metadata comparisons &lt; &gt; &lt;= and &gt;= 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