diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-11 15:01:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-11 15:01:10 -0400 |
commit | 76c065c03bb13d4f12b33bf7c03577cfaa124211 (patch) | |
tree | f72fa720731df29337badea0e975d566c75868ee | |
parent | 9ea0f1feec4ec9d944e332b2656f5c9de75719ea (diff) |
prep release
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/assistant/release_notes.mdwn | 5 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 55c1ba396..bd8273213 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20140406) UNRELEASED; urgency=medium +git-annex (5.20140411) unstable; urgency=medium * importfeed: Filename template can now contain an itempubdate variable. Needs feed 0.3.9.2. @@ -12,7 +12,7 @@ git-annex (5.20140406) UNRELEASED; urgency=medium runaway loop. Thanks to Anarcat for his assistance, and to Maximiliano Curia for identifying the cause of this bug. - -- Joey Hess <joeyh@debian.org> Mon, 07 Apr 2014 16:22:02 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 11 Apr 2014 14:59:49 -0400 git-annex (5.20140405) unstable; urgency=medium diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index 7f13ce9e1..1ed622ba3 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,4 +1,7 @@ -## version 5.20140406 +## version 5.20140411 + +This release fixes a bug that could cause the assistant to use a *lot* of +CPU, when monthly fscking was set up. Automatic upgrading was broken on OSX for previous versions. This has been fixed, but you'll need to manually upgrade to this version to get it going diff --git a/git-annex.cabal b/git-annex.cabal index 59b7b3a59..ccbd14724 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20140405 +Version: 5.20140411 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |