]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tweak some changes files
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Oct 2015 15:12:43 +0000 (11:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Oct 2015 15:12:43 +0000 (11:12 -0400)
changes/bug17173-socket-hack-rv
changes/bug17237_027
changes/ifaddrs-tests-network-configs

index c9f30d382c0fc1bd6021f7b2a618a8608e3a5560..d5132114b4c34f9965c5e659a7eeb810f78e57e1 100644 (file)
@@ -1,10 +1,3 @@
   o Minor bug fixes (addresses, testing):
-    - Handle errors in get_interface_address6_via_udp_socket_hack by
-      returning an empty list (no addresses found). This bug was triggered
-      in ElectroBSD/FreeBSD jails.
-    - Ensure that either a valid address is returned in address pointers,
-      or that the address data is zeroed on error.
-    - Ensure that free_interface_address6_list handles NULL lists.
     - Add unit tests for get_interface_address* failure cases.
-      Fixes bug #17173.
-      Patch by fk/teor, not in any released version of tor.
+      Fixes bug 17173; bugfix on 0.2.7.3-rc.  Patch by fk/teor.
index 8448bb052fd83c9221019dfb739530ca668d8c94..e5978d0ec8582f5204e3c62fcbe540e3c8df4128 100644 (file)
@@ -1,4 +1,3 @@
   o Minor features (compilation):
     - Repair compilation with the most recent (unreleased, alpha)
-      vesions of OpenSSL 1.1. Fixes the 0.2.7-related part of
-      ticket 17237.
+      vesions of OpenSSL 1.1. Fixes part of ticket 17237.
index f7f3d3edd0d74857978576d163b92caf110b1289..6b5ed4d484cde82773979829db7059939c473788 100644 (file)
@@ -1,7 +1,5 @@
-  o Minor fixes (unit tests, networking):
-    - Make get_ifaddrs_* unit tests more tolerant of different network
-      configurations:
-        - Don't assume every test box has an IPv4 address.
-        - Don't assume every test box has a non-localhost address.
-    - Closes ticket #17255. Patch by "teor".
-      Fix for unit tests released in 0.2.7.3.
+  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".