summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 12a1f99..c788fff 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -98,6 +98,7 @@ Andy Dustman
Gary Duzan
Eugene Dvurechenski
Hans Eckardt
+Grant Edwards
Lance Ellinghaus
David Ely
Jeff Epler
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f6ee69..86cb703 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Standard library
the new one guarantees to produce distinct internal states for all
arguments in [0, 27814431486576L).
+- The socket module now supports raw packets on Linux. The socket
+ family is AF_PACKET.
+
Windows changes
- Build procedure: the zlib project is built in a different way that