commit | 42663334cd9ef3348732e6a229478e67730b4ecb | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Mon Jan 02 15:57:30 2012 +0100 |
committer | Charles-François Natali <neologix@free.fr> | Mon Jan 02 15:57:30 2012 +0100 |
tree | e7ccf6f027aca5591d2eab2a9fdde92bd1be2a38 | |
parent | dc9dd0d3401243144384f7a5e54c731edaaf9d7e [diff] [blame] | |
parent | 366999a0119e860d1e3137ef6bb56b3b913840f4 [diff] [blame] |
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by Vilmos Nebehaj.
diff --git a/Misc/NEWS b/Misc/NEWS index ba151e6..827aa4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1744,6 +1744,9 @@ Extension Modules ----------------- +- Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by + Vilmos Nebehaj. + - Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. - Issue #13159: FileIO and BZ2Compressor/BZ2Decompressor now use a linear-time