releasing package git-annex version 8.20201127
authorJoey Hess <joeyh@joeyh.name>
Fri, 27 Nov 2020 16:57:02 +0000 (12:57 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 27 Nov 2020 16:57:02 +0000 (12:57 -0400)
CHANGELOG
git-annex.cabal

index 4402056e2117821860729363718dec9c66a24e91..4bd4f0e9e65aca7949a2eea07bfaf3efac9fc796 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,31 +1,31 @@
-git-annex (8.20201117) UNRELEASED; urgency=medium
+git-annex (8.20201127) upstream; urgency=medium
 
   * adjust: New --unlock-present mode which locks files whose content is not
     present (so the broken symlink is visible), while unlocking files whose
     content is present.
   * Added annex.adjustedbranchrefresh git config to update adjusted
     branches set up by git-annex adjust --unlock-present/--hide-missing.
-  * examinekey: Added a "file" format variable for consistency with find,
-    and for easier scripting.
-  * init: When writing hook scripts, set all execute bits, not only
-    the user execute bit.
   * Fix hang when an external special remote program exited but
     the stderr pipe to it was left open, due to a daemon having inherited
     the file descriptor.
-  * Fix build on Windows.
-  * Prevent windows assistant from trying (and failing) to upgrade
-    itself, which has never been supported on windows.
   * Fix a bug that could make resuming a download from the web fail
     when the entire content of the file is actually already present
     locally.
-  * Fix building without the torrent library.
-    Thanks, Kyle Meyer.
+  * examinekey: Added a "file" format variable for consistency with find,
+    and for easier scripting.
+  * init: When writing hook scripts, set all execute bits, not only
+    the user execute bit.
   * upgrade: Support an edge case upgrading a v5 direct mode repo
     where nothing had ever been committed to the head branch.
   * Made the test suite significantly less noisy, only displaying command
     output when something failed.
+  * Fix building without the torrent library.
+    Thanks, Kyle Meyer.
+  * Fix build on Windows.
+  * Prevent windows assistant from trying (and failing) to upgrade
+    itself, which has never been supported on windows.
 
- -- Joey Hess <id@joeyh.name>  Mon, 16 Nov 2020 09:38:32 -0400
+ -- Joey Hess <id@joeyh.name>  Fri, 27 Nov 2020 12:54:11 -0400
 
 git-annex (8.20201116) upstream; urgency=medium
 
index f5db5cc5c75fc4eb2cdb10903932f578fe3e745c..8efb59f2ca871076161ba1b52fe06a2c328c9e03 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 8.20201116
+Version: 8.20201127
 Cabal-Version: >= 1.10
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>