prep release
authorJoey Hess <joeyh@joeyh.name>
Mon, 26 Jun 2023 14:41:36 +0000 (10:41 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 26 Jun 2023 14:41:36 +0000 (10:41 -0400)
CHANGELOG
NEWS
git-annex.cabal

index 4398a3e607730febe1e20b8de5695ae4c9dcbdca..3bace7647004c1a8726dd49be86b1095eb352e73 100644 (file)
--- 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 <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
 
diff --git a/NEWS b/NEWS
index a0be690d25a2b94e9523b1fdd0f1c4da2889420d..38c7572e0bbf1b6f40aab1f143a1f1e7dc15ee6d 100644 (file)
--- 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 <id@joeyh.name>  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
index 4c34eef8b217282a9c17b9ac89b922b2094573a1..e9160034b87500ee6a4085297af3599494487131 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 10.20230407
+Version: 10.20230626
 Cabal-Version: 1.12
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>