summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:06:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:06:48 +0000
commitefe7895064c828ca05feb552484a8d6839d6da83 (patch)
tree6fe5878951dffa835d8e3bfa32d2cf5b07460242 /ChangeLog
parentReleasing progress-linux version 1:2.1.5-1~progress7.99u1. (diff)
downloadtraceroute-efe7895064c828ca05feb552484a8d6839d6da83.tar.xz
traceroute-efe7895064c828ca05feb552484a8d6839d6da83.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)