From 2cbd1afdb68907937caedca18133f4de66f5796b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Jul 2016 14:18:16 -0400 Subject: [PATCH] prep release --- CHANGELOG | 18 +++++++++--------- git-annex.cabal | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 72fcf028d6..e700ecb25c 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 Mon, 13 Jun 2016 21:52:24 -0400 + -- Joey Hess 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 872634c9f6..4524af5d51 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