diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-07 13:24:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-07 13:24:31 -0400 |
commit | 067f8219a481e6fd25e166399f7a956b15e918c8 (patch) | |
tree | 77903458ff205ea9848ee453f305f9f479986cfc | |
parent | 26a74d74f55f7510f9123fe3c5aff3e711c884d8 (diff) |
releasing version 3.201301073.20130107
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/assistant/release_notes.mdwn | 4 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e05de2b2f..d4fe3df69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20130105) UNRELEASED; urgency=low +git-annex (3.20130107) unstable; urgency=low * webapp: Add UI to stop and restart assistant. * committer: Fix a file handle leak. @@ -12,7 +12,7 @@ git-annex (3.20130105) UNRELEASED; urgency=low when the content is not present. * Fix transferring files to special remotes in direct mode. - -- Joey Hess <joeyh@debian.org> Thu, 03 Jan 2013 14:58:45 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 07 Jan 2013 01:01:41 -0400 git-annex (3.20130102) unstable; urgency=low diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index df478304f..e9ccc3aaa 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,3 +1,7 @@ +## version 3.20130107 + +This is a bugfix release. + ## version 3.20130102 This release makes several significant improvements to the git-annex diff --git a/git-annex.cabal b/git-annex.cabal index 7311da401..23773d02d 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20130103 +Version: 3.20130107 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |