add news item for git-annex 10.20230227

This commit is contained in:
Joey Hess 2023-02-27 12:24:03 -04:00
parent a206cdddb4
commit df007925e6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 11 additions and 5 deletions

View file

@ -1,5 +0,0 @@
git-annex 10.20221003 released with [[!toggle text="these changes"]]
[[!toggleable text=""" * Avoid displaying warning about git-annex restage needing to be run
in situations where it does not.
* Fix the annex.adviceNoSshCaching config, which has never worked.
Thanks, Reiko Asakura"""]]

View file

@ -0,0 +1,11 @@
git-annex 10.20230227 released with [[!toggle text="these changes"]]
[[!toggleable text=""" * Fix more breakage caused by git's fix for CVE-2022-24765, this time
involving a remote that is a local bare repository not owned by the
current user.
* info: Fix reversion in last release involving handling of unsupported
input by continuing to handle any other inputs, before exiting nonzero
at the end.
* git-annex.cabal: Move webapp build deps under the Assistant build flag
so git-annex can be built again without yesod etc installed.
* Improve error message when unable to read a sqlite database due to
permissions problem."""]]