Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis
diff --git a/Misc/NEWS b/Misc/NEWS
index b1e90bf..6bf6dcd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,8 @@
 Library
 -------
 
+- Issue #3110: Add additional protect around SEM_VALUE_MAX for multiprocessing
+
 - In Pdb, prevent the reassignment of __builtin__._ by sys.displayhook on
   printing out values.