summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-02-08 14:15:01 +0100
committerDmitry V. Levin <ldv@altlinux.org>2018-02-27 00:17:47 +0000
commit85e2e24e199df326ba551bf4453d3b07cc8fcc5f (patch)
tree9a2cbbadf390636411b3dca503b9358b19f4073f /NEWS
parent53571cba0f6c042fb16fbadda0b826bf3554436c (diff)
downloadstrace-85e2e24e199df326ba551bf4453d3b07cc8fcc5f.tar.gz
Print IPv6 addresses in brackets
Follow a common practice for printing address:port pair to distinguish address parts delimiter from address/port delimiter. * socketutils.c (inet_parse_response) <ob, cb>: New variables, initialise them to open/closing brackets or empty strings based on address family. (inet_parse_response): Print ob and cb around src_buf and dst_buf. * NEWS: Mention this improvement.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd220195a..682b2a61f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ Noteworthy changes in release ?.?? (????-??-??)
* Changes in infrastructure
* The mailing list was moved to strace-devel@lists.strace.io.
+* Improvements
+ * IPv6 addresses shown in socket information in -yy mode are now printed
+ in brackets.
+
* Bug fixes
* Fixed build on m68k.