diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-19 12:53:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-19 13:02:19 -0400 |
commit | 9084abd75755969ee93a4896d4a12f5be70052c4 (patch) | |
tree | 98d560991d75d5816eb8a99be665caed2bd20118 | |
parent | 5a16df17cd10ba68c0d18a93e84db388ad7af52c (diff) |
prep release5.20140919
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 107d8bf89..80b088e66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20140916) UNRELEASED; urgency=medium +git-annex (5.20140919) unstable; urgency=high * Security fix for S3 and glacier when using embedcreds=yes with encryption=pubkey or encryption=hybrid. CVE-2014-6274 @@ -15,7 +15,7 @@ git-annex (5.20140916) UNRELEASED; urgency=medium * add: In direct mode, adding an annex symlink will check it into git, as was already done in indirect mode. - -- Joey Hess <joeyh@debian.org> Mon, 15 Sep 2014 14:39:17 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 19 Sep 2014 12:53:42 -0400 git-annex (5.20140915) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 079da8858..5b2b2daca 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20140916 +Version: 5.20140919 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |