Android: Fix SRV record lookups for XMPP to use android getprop command to find DNS server, since there is no resolv.conf.

This commit is contained in:
Joey Hess 2013-12-03 13:14:49 -04:00
parent 33f89c9d03
commit b2e9339b57
3 changed files with 62 additions and 0 deletions

2
debian/changelog vendored
View file

@ -12,6 +12,8 @@ git-annex (5.20131131) UNRELEASED; urgency=low
* copy --from, get --from: When --force is used, ignore the
location log and always try to get the file from the remote.
* Deal with box.com changing the url of their webdav endpoint.
* Android: Fix SRV record lookups for XMPP to use android getprop
command to find DNS server, since there is no resolv.conf.
-- Joey Hess <joeyh@debian.org> Sun, 01 Dec 2013 13:57:58 -0400