add news item for git-annex 8.20211117
authorJoey Hess <joeyh@joeyh.name>
Wed, 17 Nov 2021 16:21:07 +0000 (12:21 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 17 Nov 2021 16:21:07 +0000 (12:21 -0400)
doc/news/version_8.20210714.mdwn [deleted file]
doc/news/version_8.20211117.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_8.20210714.mdwn b/doc/news/version_8.20210714.mdwn
deleted file mode 100644 (file)
index c66eba6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-git-annex 8.20210714 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * assistant: Avoid unncessary git repository repair in a situation where
-    git fsck gets confused about a commit that is made while it's running.
-  * addurl: Avoid crashing when used on beegfs.
-  * --debug output goes to stderr again, not stdout.
-    (Reversion in version 8.20210428)
-  * init: Fix misbehavior when core.sharedRepository = group that
-    caused it to enter an adjusted branch and set annex.crippledfilesystem
-    (Reversion in version 8.20210630)
-  * assistant: When adding non-large files to git, honor annex.delayadd
-    configuration. Also, don't add non-large files to git when they
-    are still being written to."""]]
\ No newline at end of file
diff --git a/doc/news/version_8.20211117.mdwn b/doc/news/version_8.20211117.mdwn
new file mode 100644 (file)
index 0000000..94ce393
--- /dev/null
@@ -0,0 +1,18 @@
+git-annex 8.20211117 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * filter-process: New command that can make git add/checkout faster when
+    there are a lot of unlocked annexed files or non-annexed files, but that
+    also makes git add of large annexed files slower. Use it by running:
+    git config filter.annex.process 'git-annex filter-process'
+  * Fix a typo in the name of youtube-dl
+    (reversion introduced in version 8.20210903)
+  * git-lfs: Fix interoperability with gitlab's implementation of the
+    git-lfs protocol, which requests Content-Encoding chunked.
+  * importfeed: Fix a crash when used in a non-unicode locale.
+  * migrate: New --remove-size option.
+  * uninit: Avoid error message when no commits have been made to the
+    repository yet.
+  * uninit: Avoid error message when there is no git-annex branch.
+  * metadata --batch: Avoid crashing when a non-annexed file is input,
+    instead output a blank line like other batch commands do.
+  * metadata --batch --json: Reject input whose "fields" does not consist
+    of arrays of strings. Such invalid input used to be silently ignored."""]]
\ No newline at end of file