diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-01 13:19:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-01 13:19:29 -0400 |
commit | be253a1caf3482c85010d60fb29ecc7206f67b0c (patch) | |
tree | 3bf6b76f21e020cb6395bf2af2c5946898a047cf | |
parent | 30b2fb652ea2525b380183bd059d1061ad4fe48b (diff) |
releasing version 4.201305014.20130501
-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 fd8cedeba..67ef96867 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (4.20130418) UNRELEASED; urgency=low +git-annex (4.20130501) unstable; urgency=low * sync, assistant: Behavior changes: Sync with remotes that have annex-ignore set, so that git remotes on servers without git-annex @@ -56,7 +56,7 @@ git-annex (4.20130418) UNRELEASED; urgency=low * Store an annex-uuid file in the bucket when setting up a new S3 remote. * Support building with DAV 0.4. - -- Joey Hess <joeyh@debian.org> Thu, 18 Apr 2013 16:22:48 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 01 May 2013 01:42:46 -0400 git-annex (4.20130417) unstable; urgency=low diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index 2a1ca37ab..73eb6303d 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,3 +1,7 @@ +## version 4.20130501 + +This version contains numerous bug fixes, and improvements. + ## version 4.20130417 This version contains numerous bug fixes, and improvements. diff --git a/git-annex.cabal b/git-annex.cabal index 318de85eb..6556711d7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20130418 +Version: 4.20130501 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |