aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 14:18:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 14:18:16 -0400
commitf677802d2ba30dc0005266979dab6a861b9ebefd (patch)
tree4cd534bd9043a80fdba73cd55f994bae026722f0
parent59a4b5c9c42349cb94a1319de787bef181f8b340 (diff)
prep release
-rw-r--r--CHANGELOG18
-rw-r--r--git-annex.cabal2
2 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 72fcf028d..e700ecb25 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,6 @@
-git-annex (6.20160614) UNRELEASED; urgency=medium
+git-annex (6.20160619) unstable; urgency=medium
- * Webapp: Don't allow deleting a remote that has syncing disabled,
- as such a deletion will never finish.
- Thanks, Farhan Kathawala.
* get, drop: Add --batch and --json options.
- * New url for git-remote-gcrypt, now maintained by spwhitton.
* testremote: Fix crash when testing a freshly made external special remote.
* Remove unnecessary rpaths in the git-annex binary, but only when
it's built using make, not cabal.
@@ -13,9 +9,6 @@ git-annex (6.20160614) UNRELEASED; urgency=medium
the git-annex branch.
This can speed up git-annex commands by as much as a second,
depending on the number of remotes.
- * Remove the EKG build flag, since Gentoo for some reason decided to
- enable this flag, depsite it not being intended for production use and
- so disabled by default.
* fsck: Fix a reversion in direct mode fsck of a file that is
present when the location log thinks it is not. Reversion introduced
in version 5.20151208.
@@ -25,13 +18,20 @@ git-annex (6.20160614) UNRELEASED; urgency=medium
* Support checking presence of content at a http url that redirects to
a ftp url.
* log: Added --all option.
+ * New url for git-remote-gcrypt, now maintained by spwhitton.
+ * webapp: Don't allow deleting a remote that has syncing disabled,
+ as such a deletion will never finish.
+ Thanks, Farhan Kathawala.
* webapp: Escape unusual characters in ssh hostnames when generating
mangled hostnames. This allows IPv6 addresses to be used on filesystems
not supporting : in filenames.
* Avoid any access to keys database in v5 mode repositories, which
are not supposed to use that database.
+ * Remove the EKG build flag, since Gentoo for some reason decided to
+ enable this flag, depsite it not being intended for production use and
+ so disabled by default.
- -- Joey Hess <id@joeyh.name> Mon, 13 Jun 2016 21:52:24 -0400
+ -- Joey Hess <id@joeyh.name> Tue, 19 Jul 2016 14:17:54 -0400
git-annex (6.20160613) unstable; urgency=medium
diff --git a/git-annex.cabal b/git-annex.cabal
index 872634c9f..4524af5d5 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 6.20160613
+Version: 6.20160619
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <id@joeyh.name>