diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-11 12:37:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-11 12:37:26 -0400 |
commit | 61a5df33d4d24ccbedf8395c2218e1e5a3f241e1 (patch) | |
tree | c060f15ecb7b7a402388667d6906ebb571a1134f | |
parent | f02db7bfce54563de9a42588ba926d22d4fe3ace (diff) |
releasing version 3.201205113.20120511
-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 7d10b560b..6ebd6fabf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20120431) UNRELEASED; urgency=low +git-annex (3.20120511) unstable; urgency=low * Rsync special remotes can be configured with shellescape=no to avoid shell quoting that is normally done when using rsync over ssh. @@ -12,7 +12,7 @@ git-annex (3.20120431) UNRELEASED; urgency=low annex.rsync-options, annex.bup-split-options. (And adjust types to avoid the bugs that broke several config settings.) - -- Joey Hess <joeyh@debian.org> Wed, 02 May 2012 13:06:18 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 11 May 2012 12:29:30 -0400 git-annex (3.20120430) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 629994469..f87e49a20 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120430 +Version: 3.20120511 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |