diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-05 11:42:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-05 12:02:55 -0400 |
commit | 2b72c8cd39f19d5912f01653fabb486e1f7736ba (patch) | |
tree | 4ff5dd922bb7f00fece5c63e9f8a2294d2a869ea | |
parent | 2f99c4734230e521f2d577923db817f4c93ac4e8 (diff) |
prep release5.20141125
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index b19dea944..3e0591b00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,13 @@ -git-annex (5.20141025) UNRELEASED; urgency=medium +git-annex (5.20141125) unstable; urgency=medium * Remove fixup code for bad bare repositories created by versions 5.20131118 through 5.20131127. That fixup code would accidentially fire when --git-dir was incorrectly pointed at the working tree of a git-annex repository, - resulting in data loss. Closes: #768093 + possibly resulting in data loss. Closes: #768093 * Windows: Fix crash when user.name is not set in git config. - -- Joey Hess <joeyh@debian.org> Fri, 31 Oct 2014 16:13:43 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 05 Nov 2014 11:41:51 -0400 git-annex (5.20141024) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 9ff85fd55..41e39c283 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20141024 +Version: 5.20141125 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |