summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-09 23:17:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-09 23:18:00 -0400
commitb806e8e4d10c428025e23ce501b14380b821735d (patch)
tree3851a9ca29767bad122149a9acc86d2aac51061f /debian/changelog
parent6a46afb5a7280e70ace7487019c710a579657d80 (diff)
webapp: Use IP address, rather than localhost
since some systems may have configuration problems or other issues that prevent web browsers from connecting to the right localhost IP for the webapp. Tested on both ipv4 and ipv6 localhost. Url for the latter looks like: http://[::1]:50676
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eceb47493..2df17e2bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ git-annex (3.20130108) UNRELEASED; urgency=low
* drop: Suggest using git annex move when numcopies prevents dropping a file.
* webapp: Repo switcher filters out repos that do not exist any more
(or are on a drive that's not mounted).
+ * webapp: Use IP address, rather than localhost, since some systems may
+ have configuration problems or other issues that prevent web browsers
+ from connecting to the right localhost IP for the webapp.
-- Joey Hess <joeyh@debian.org> Tue, 08 Jan 2013 12:37:38 -0400