diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-20 10:35:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-20 10:43:08 -0400 |
commit | 936f46da9f4423d77383be3c00874b9a4072a392 (patch) | |
tree | 78b8af8b52f446cc4db71e3ffdef4767f5fdcdf3 | |
parent | 5a3f15d73048f9c512f8f055067338111724cc42 (diff) |
release4.20130920
-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 ff374fd04..91d23876e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (4.20130912) UNRELEASED; urgency=low +git-annex (4.20130920) unstable; urgency=low * webapp: Initial support for setting up encrypted removable drives. * Recommend using my patched gcrypt, which fixes some bugs: @@ -21,7 +21,7 @@ git-annex (4.20130912) UNRELEASED; urgency=low * Avoid unnecessarily catting non-symlink files from git, which can be so large it runs out of memory. - -- Joey Hess <joeyh@debian.org> Thu, 12 Sep 2013 12:14:46 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 20 Sep 2013 10:34:51 -0400 git-annex (4.20130911) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 1b96a6365..0846cca39 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20130911 +Version: 4.20130920 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |