From 6ebf615995057e23e586fd04a111b5504ea04509 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 May 2015 12:09:02 -0400 Subject: [PATCH] cutting a point release, will be a cabal-only update --- debian/changelog | 6 ++++-- git-annex.cabal | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c901df0f64..cd7ade7b7f 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 Sun, 10 May 2015 15:45:48 -0400 + -- Joey Hess 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 e07ffd6852..fe4a547a4d 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