#8964: fix platform._sys_version to handle IronPython 2.6+.
diff --git a/Misc/ACKS b/Misc/ACKS
index 769624c..ffa3154 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -663,6 +663,7 @@
Nick Mathewson
Laura Matson
Graham Matthews
+Martin Matusiak
Dieter Maurer
Daniel May
Arnaud Mazin
diff --git a/Misc/NEWS b/Misc/NEWS
index 312bfe1..e9d692c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@
Library
-------
+- Issue #8964: fix platform._sys_version to handle IronPython 2.6+.
+ Patch by Martin Matusiak.
+
- Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
limiting the call to readline(). Original patch by Michał
Jastrzębski and Giampaolo Rodola.