diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-07 13:50:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-07 13:50:35 -0400 |
commit | 3da28cad07c78ab04b8fcfa477dacea728c4fab6 (patch) | |
tree | fc39fbf9993dfbca808cab2cf296513ece78dfa8 | |
parent | ba233606d25ce9f1207ea74c5cb96d3931671d8b (diff) |
releasing version 3.201201063.20120106
-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 afca096b2..9b1e901d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -git-annex (3.20120106) UNRELEASED; urgency=low +git-annex (3.20120106) unstable; urgency=low * Support unescaped repository urls, like git does. * log: New command that displays the location log for files, showing each repository they were added to and removed from. * Fix overbroad gpg --no-tty fix from last release. - -- Joey Hess <joeyh@debian.org> Thu, 05 Jan 2012 14:29:30 -0400 + -- Joey Hess <joeyh@debian.org> Sat, 07 Jan 2012 13:16:23 -0400 git-annex (3.20120105) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index bc87b467c..b0b6d76f9 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120105 +Version: 3.20120106 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |