aboutsummaryrefslogtreecommitdiff
path: root/changes/ifaddrs-tests-network-configs
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ifaddrs-tests-network-configs')
-rw-r--r--changes/ifaddrs-tests-network-configs5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ifaddrs-tests-network-configs b/changes/ifaddrs-tests-network-configs
new file mode 100644
index 0000000000..6b5ed4d484
--- /dev/null
+++ b/changes/ifaddrs-tests-network-configs
@@ -0,0 +1,5 @@
+ o Minor bugfixes (testing):
+ - Make the get_ifaddrs_* unit tests more tolerant of different network
+ configurations. (Don't assume every test box has an IPv4 address, and
+ Don't assume every test box has a non-localhost address.
+ Fixes bug 17255; bugfix on 0.2.7.3-rc. Patch by "teor".