Merge.
diff --git a/Misc/NEWS b/Misc/NEWS
index f3d874e..b38f104 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,16 @@
 Core and Builtins
 -----------------
 
+- Issue #13019: Fix potential reference leaks in bytearray.extend().  Patch
+  by Suman Saha.
+
 Library
 -------
 
+- Issue #14151: Raise a ValueError, not a NameError, when trying to create
+  a multiprocessing Client or Listener with an AF_PIPE type address under
+  non-Windows platforms.  Patch by Popa Claudiu.
+
 
 What's New in Python 3.3.0 Alpha 2?
 ===================================