diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-16 21:24:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-16 21:24:33 -0400 |
commit | 29aca03c12474b59f4b72845d9da5568a5bb251c (patch) | |
tree | 4c5208b53c2921ef24d7adcc9af0cb07b4181332 | |
parent | 2b0514e61b8f706e57671e2da80e642120127de8 (diff) |
releasing version 3.201210173.20121017
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6e356d550..0e01ba32d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -git-annex (3.20121017) UNRELEASED; urgency=low +git-annex (3.20121017) unstable; urgency=low * Fix zombie cleanup reversion introduced in 3.20121009. + * Additional fix to support git submodules. - -- Joey Hess <joeyh@debian.org> Tue, 16 Oct 2012 21:05:42 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 16 Oct 2012 21:10:14 -0400 git-annex (3.20121016) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 5f284fb89..20d4211ee 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20121016 +Version: 3.20121017 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |