Bump distutils version to 2.5, as several new features
have been introduced since 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index c8bfcfd..7753f49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@
 Library
 -------
 
+- The distutils version has been changed to 2.5.0.
+
 - Bug #978833: Really close underlying socket in _socketobject.close.
 
 - Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly