commit | a9017c39ce5db85602235dfd03da30f4de8bd823 | [log] [tgz] |
---|---|---|
author | Armin Rigo <arigo@tunes.org> | Wed Apr 19 11:50:27 2006 +0000 |
committer | Armin Rigo <arigo@tunes.org> | Wed Apr 19 11:50:27 2006 +0000 |
tree | 670aacf6665b4558844aebede696e979727f9d96 | |
parent | ab012af6ed8fb9a57f4d558532f4201de6534672 [diff] [blame] |
SF Patch #1062014: AF_UNIX sockets under Linux have a special abstract namespace that is now fully supported.
diff --git a/Misc/NEWS b/Misc/NEWS index 3ccd81b..493c9e4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -80,6 +80,9 @@ - Bug #1332852: bsddb module minimum BerkeleyDB version raised to 3.3 as older versions cause excessive test failures. +- Patch #1062014: AF_UNIX sockets under Linux have a special + abstract namespace that is now fully supported. + Library -------