From: Joey Hess Date: Mon, 26 Jun 2023 14:41:36 +0000 (-0400) Subject: prep release X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~40^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8779f4c2a2d81aa17871e1cbafd1c3422fb6a4b;p=git-annex.git prep release --- diff --git a/CHANGELOG b/CHANGELOG index 4398a3e607..3bace76470 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -git-annex (10.20230408) UNRELEASED; urgency=medium +git-annex (10.20230626) upstream; urgency=medium * Split out two new commands, git-annex pull and git-annex push. Those plus a git commit are equivilant to git-annex sync. @@ -96,7 +96,7 @@ git-annex (10.20230408) UNRELEASED; urgency=medium * Support building with optparse-applicative 0.18.1 (Thanks, Peter Simons) - -- Joey Hess Sat, 08 Apr 2023 13:57:18 -0400 + -- Joey Hess Mon, 26 Jun 2023 10:37:36 -0400 git-annex (10.20230407) upstream; urgency=medium diff --git a/NEWS b/NEWS index a0be690d25..38c7572e0b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +git-annex (10.20230626) upstream; urgency=medium + + Many commands now quote filenames that contain unusual characters the + same way that git does, to avoid exposing control characters to the + terminal. The core.quotePath config can be set to false to disable this + quoting. + + -- Joey Hess Mon, 26 Jun 2023 10:38:07 -0400 + git-annex (10.20220218) upstream; urgency=medium Transition notice: Commands like `git-annex get foo*` have changed to error diff --git a/git-annex.cabal b/git-annex.cabal index 4c34eef8b2..e9160034b8 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 10.20230407 +Version: 10.20230626 Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess