diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | git-annex.cabal | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 934a5e61f..57369ff06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20120826) UNRELEASED; urgency=low +git-annex (3.20120924) unstable; urgency=low * assistant: New command, a daemon which does everything watch does, as well as automatically syncing file contents between repositories. @@ -24,10 +24,10 @@ git-annex (3.20120826) UNRELEASED; urgency=low * sync: Pushes the git-annex branch to remote/synced/git-annex, rather than directly to remote/git-annex. * Now supports matchig files that are present on a number of remotes - with a speficied trust level. Example: --copies=trusted:2 + with a specified trust level. Example: --copies=trusted:2 Thanks, Nicolas Pouillard - -- Joey Hess <joeyh@debian.org> Mon, 27 Aug 2012 13:27:39 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 24 Sep 2012 13:47:48 -0400 git-annex (3.20120825) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index b7343bb63..d851cb879 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,12 +1,12 @@ Name: git-annex -Version: 3.20120826 +Version: 3.20120924 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> Author: Joey Hess Stability: Stable Copyright: 2010-2012 Joey Hess -License-File: GPL +License-File: COPYRIGHT Homepage: http://git-annex.branchable.com/ Build-type: Custom Category: Utility |