diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-17 10:31:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-17 10:31:21 -0400 |
commit | 18d1c3f422a6ce960b29f67565fd525b3f386619 (patch) | |
tree | a141e67e62df9cde4809fcc7eb1039ae6818b528 | |
parent | 44a179b89c8804d5bc1760cb6bffa14aa20317ef (diff) |
prep release5.20140817
-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 0d884cd81..c458da5f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20140718) UNRELEASED; urgency=medium +git-annex (5.20140817) unstable; urgency=medium * New chunk= option to chunk files stored in special remotes. Supported by: directory, S3, webdav, gcrypt, rsync, and all external @@ -41,7 +41,7 @@ git-annex (5.20140718) UNRELEASED; urgency=medium remote. The remote may have moved between networks, or reconnected. * Switched from the old haskell HTTP library to http-conduit. - -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400 + -- Joey Hess <joeyh@debian.org> Sun, 17 Aug 2014 10:30:58 -0400 git-annex (5.20140717) unstable; urgency=high diff --git a/git-annex.cabal b/git-annex.cabal index 58aac39b3..3b5e45929 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20140717 +Version: 5.20140817 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |