diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-08 11:14:28 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-08 11:14:28 -0400 |
commit | 6fe40682571fd5dc1fe9b91e8a9bcecfa24377db (patch) | |
tree | 1ec305d5a6168967503d7fc5aa069743c43262ef | |
parent | 53049c4d84b8c23a2f8c96d6c83dafdaaf3fa68b (diff) |
prep release5.20151208
-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 80a44c175..1ed8e3785 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20151117) UNRELEASED; urgency=medium +git-annex (5.20151208) unstable; urgency=medium * Build with -j1 again to get reproducible build. * Display progress meter in -J mode when copying from a local git repo, @@ -23,7 +23,7 @@ git-annex (5.20151117) UNRELEASED; urgency=medium * Fix reversion in handling of long filenames, particularly when using addurl/importfeed, which was introduced in the previous release. - -- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400 + -- Joey Hess <id@joeyh.name> Tue, 08 Dec 2015 11:14:03 -0400 git-annex (5.20151116) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 7696bbb8b..003a3cb09 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20151116 +Version: 5.20151208 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |