prep release

This commit is contained in:
Joey Hess 2023-06-26 10:41:36 -04:00
parent 1f13a7c21b
commit a8779f4c2a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 12 additions and 3 deletions

View file

@ -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. * Split out two new commands, git-annex pull and git-annex push.
Those plus a git commit are equivilant to git-annex sync. 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 * Support building with optparse-applicative 0.18.1
(Thanks, Peter Simons) (Thanks, Peter Simons)
-- Joey Hess <id@joeyh.name> Sat, 08 Apr 2023 13:57:18 -0400 -- Joey Hess <id@joeyh.name> Mon, 26 Jun 2023 10:37:36 -0400
git-annex (10.20230407) upstream; urgency=medium git-annex (10.20230407) upstream; urgency=medium

9
NEWS
View file

@ -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 <id@joeyh.name> Mon, 26 Jun 2023 10:38:07 -0400
git-annex (10.20220218) upstream; urgency=medium git-annex (10.20220218) upstream; urgency=medium
Transition notice: Commands like `git-annex get foo*` have changed to error Transition notice: Commands like `git-annex get foo*` have changed to error

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 10.20230407 Version: 10.20230626
Cabal-Version: 1.12 Cabal-Version: 1.12
License: AGPL-3 License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name> Maintainer: Joey Hess <id@joeyh.name>