releasing package git-annex version 8.20210630
authorJoey Hess <joeyh@joeyh.name>
Wed, 30 Jun 2021 15:48:33 +0000 (11:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 30 Jun 2021 15:48:33 +0000 (11:48 -0400)
CHANGELOG
git-annex.cabal

index 19433049bd2d370e83d82b49e8eb19a01125c4af..cfbda6e29ae96d4e0637dbcfbf2f34d9b9e8036a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,11 @@
-git-annex (8.20210622) UNRELEASED; urgency=medium
+git-annex (8.20210630) upstream; urgency=medium
 
+  * Fixed bug that interrupting git-annex repair (or assistant) while
+    it was fixing repository corruption would lose objects that were
+    contained in pack files. Also the assistant might sometimes have
+    crashed with the same result.
+  * repair: Fix reversion in version 8.20200522 that prevented fetching
+    missing objects from remotes.
   * sync: Partly work around github behavior that first branch to be pushed
     to a new repository is assumed to be the head branch, by not pushing
     synced/git-annex first.
@@ -13,14 +19,8 @@ git-annex (8.20210622) UNRELEASED; urgency=medium
     with youtube-dl or a special remote. In particular this can avoid
     falling back to raw download when youtube-dl is blocked for some
     reason.
-  * Fixed bug that interrupting git-annex repair (or assistant) while
-    it was fixing repository corruption would lose objects that were
-    contained in pack files. Also the assistant might sometimes have
-    crashed with the same result.
-  * repair: Fix reversion in version 8.20200522 that prevented fetching
-    missing objects from remotes.
 
- -- Joey Hess <id@joeyh.name>  Mon, 21 Jun 2021 12:25:25 -0400
+ -- Joey Hess <id@joeyh.name>  Wed, 30 Jun 2021 11:48:16 -0400
 
 git-annex (8.20210621) upstream; urgency=medium
 
index b8c994524fa9a21dca21278bef62b9ed3887bcdb..f133f3d031efedde1bcd79af6e38a5c2b67cd15f 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 8.20210621
+Version: 8.20210630
 Cabal-Version: >= 1.10
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>