summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-13 14:10:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-13 14:10:29 -0400
commit9a378b18fb1fe1b87bc9182e964eddabb6779b86 (patch)
tree2ec20d46fc60939657725b5e8b7375b1a65f6365 /debian/changelog
parent27869d94dfb18784bbd53c4191c2000ee37ff30c (diff)
webapp: Set locally paired repositories to a lower cost than other network remotes.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b2723478..f714ae231 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,7 +50,6 @@ git-annex (4.20130228) UNRELEASED; urgency=low
ssh key does not force a command.
* assistant: Be smarter about avoiding unncessary transfers.
- * webapp: DTRT when told to create a git repo that already exists.
* webapp: Work around bug in Warp's slowloris attack prevention code,
that caused regular browsers to stall when they reuse a connection
after leaving it idle for 30 seconds.
@@ -60,6 +59,9 @@ git-annex (4.20130228) UNRELEASED; urgency=low
* webapp: Proceed automatically on from "Configure jabber account"
to pairing.
* webapp: Only show up to 10 queued transfers.
+ * webapp: DTRT when told to create a git repo that already exists.
+ * webapp: Set locally paired repositories to a lower cost than other
+ network remotes.
* Run ssh with -T to avoid tty allocation and any login scripts that
may do undesired things with it.