summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:06:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:06:47 +0000
commit29ae44b8b844dd1be0b3f425734d50c59284185e (patch)
tree22c67605c4162fa8c2035709d50b7461042ae209 /ChangeLog
parentAdding debian version 1:2.1.5-1. (diff)
downloadtraceroute-29ae44b8b844dd1be0b3f425734d50c59284185e.tar.xz
traceroute-29ae44b8b844dd1be0b3f425734d50c59284185e.zip
Merging upstream version 1:2.1.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffd2100..27c84be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-09-14 Dmitry Butskoy <Dmitry@Butskoy.name> - 2.1.6
+
+ * Let getaddrinfo(3) select the default IPv4 or IPv6 protocol version
+ when it is not explicitly specified on the command line
+ (Jan Macku, SF bug #16)
+
+ No more mandatory default to IPv4, follow rfc3484 and
+ the similar ping(1) behaviour. Drop DEF_AF macro.
+
+
2023-12-18 Dmitry Butskoy <Dmitry@Butskoy.name> - 2.1.5
* Fix rfc5837 parsing (Francois Rigault)