diff options
author | 2015-05-11 12:09:02 -0400 | |
---|---|---|
committer | 2015-05-11 12:09:02 -0400 | |
commit | 560301841e5f29243b72faadc44138e860fa0490 (patch) | |
tree | 5ffb89a2632780fcb1cbf31989295e2b47504daa | |
parent | fd084f34d48d0fa3ca575094d7f2084452c813ff (diff) |
cutting a point release, will be a cabal-only update
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c901df0f6..cd7ade7b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -git-annex (5.20150509) UNRELEASED; urgency=medium +git-annex (5.20150508.1) unstable; urgency=medium * Now builds cleanly using ghc 7.10 (as well as ghc back to 7.6). + * Imrovements to the git-annex-standalone.deb build process. + (Thanks, Yaroslav Halchenko) - -- Joey Hess <id@joeyh.name> Sun, 10 May 2015 15:45:48 -0400 + -- Joey Hess <id@joeyh.name> Mon, 11 May 2015 12:08:58 -0400 git-annex (5.20150508) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index e07ffd685..fe4a547a4 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20150508 +Version: 5.20150508.1 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |