diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-14 15:32:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-14 15:32:10 -0400 |
commit | da0be16aa0bf05df094556b9e549e4bf52deb7fc (patch) | |
tree | 9b0b1b7595f0dc1f7f8c91b330d3af02a74c1e76 | |
parent | 690948fc57ab8f180b74d7362341ef97a79c28bc (diff) |
prep release
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/assistant/release_notes.mdwn | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 2ec26c5da..cb6e974fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (4.20130228) UNRELEASED; urgency=low +git-annex (4.20130314) unstable; urgency=low * Bugfix: git annex add, when ran without any file or directory specified, should add files in the current directory, but not act on unlocked files @@ -71,7 +71,7 @@ git-annex (4.20130228) UNRELEASED; urgency=low * Stop depending on testpack. * Android: Enable test suite. - -- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 14 Mar 2013 15:29:20 -0400 git-annex (4.20130227) unstable; urgency=low diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index bdd37cafe..bdbf65e29 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,8 +1,13 @@ ## version 4.20130314 +This version makes a great many improvements and bugfixes, and is +a recommended upgrade. + If you have already used the webapp to locally pair two computers, -you're recommended to configure the cost of each to be 175, so -it is used in preference to more expensive remotes on the network. +a bug caused the paired repository to not be given an appropriate cost. +To fix this, go into the Repositories page in the webapp, and drag the +repository for the locally paired computer to come before any repositories +that it's more expensive to transfer data to. ## version 4.20130227 |