fix release version
authorJoey Hess <joeyh@joeyh.name>
Thu, 23 Jun 2022 17:35:14 +0000 (13:35 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 23 Jun 2022 17:35:14 +0000 (13:35 -0400)
CHANGELOG
doc/news/version_10.20220526.mdwn [deleted file]
git-annex.cabal

index 9d86a8f3599898b29b447e1f5308e14ea997c46a..e13b15a96d4d2aa4a3c2f5c8af0d20559719c837 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-git-annex (10.20220526) upstream; urgency=medium
+git-annex (10.20220623) upstream; urgency=medium
 
   * init: Added --no-autoenable option.
   * info: Added --autoenable option.
diff --git a/doc/news/version_10.20220526.mdwn b/doc/news/version_10.20220526.mdwn
deleted file mode 100644 (file)
index 35055fb..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-git-annex 10.20220526 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * init: Added --no-autoenable option.
-  * info: Added --autoenable option.
-  * initremote: Improve handling of type=git special remotes.
-    The location value no longer needs to match the url of an existing
-    git remote, and locations not using ssh:// will work now, including
-    both paths and host:/path
-  * Fix retrival of an empty file that is stored in a special remote with
-    chunking enabled.
-    (Fixes a reversion in 8.20201103)
-  * move: Improve resuming a move that succeeded in transferring the
-    content, but where dropping failed due to eg a network problem,
-    in cases where numcopies checks prevented the resumed
-    move from dropping the object from the source repository.
-  * add, fix, lock, rekey: When several files were being processed,
-    replacing an annex symlink of a file that was already processed
-    with a new large file could sometimes cause that large file to be
-    added to git. These races have been fixed.
-  * add: Also fix a similar race that could cause a large file be added
-    to git when a small file was modified or overwritten while it was
-    being added.
-  * add --batch: Fix handling of a file that is skipped due to being
-    gitignored."""]]
\ No newline at end of file
index bef8e20376611591413b19eb2bd87dda46a3f94c..3e8c86469a2d8f5287243dcbb5593fbf90b2bb4f 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 10.20220525
+Version: 10.20220623
 Cabal-Version: >= 1.10
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>