Add SOCKET-SHUTDOWN in contrib/sb-bsd-sockets
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index a8a97e8..34b238a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
 changes relative to sbcl-1.1.11:
+  * enhancement: Add sb-bsd-sockets:socket-shutdown, for calling
+    shutdown(3). (lp#1207483 patch by Jan Moringen)
   * bug fix: probe-file now can access symlinks to pipes and sockets in
     /proc/pid/fd on Linux. (reported by Eric Schulte)
   * bug fix: SBCL can now be built on Solaris x86-64.