aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_13.rst
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-06 00:18:03 +0000
committerlloyd <[email protected]>2015-01-06 00:18:03 +0000
commit6198946dbb5a864ab0aa9ce8d27c920423634827 (patch)
treeda3da2f34b696994dfb786b2b1bc01628613ea70 /doc/relnotes/1_11_13.rst
parent21e038b98b9d0ddc26bff65b078a7d5adee440ef (diff)
Fix install script under Python3
Diffstat (limited to 'doc/relnotes/1_11_13.rst')
-rw-r--r--doc/relnotes/1_11_13.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/relnotes/1_11_13.rst b/doc/relnotes/1_11_13.rst
index b73b01633..3be7bff70 100644
--- a/doc/relnotes/1_11_13.rst
+++ b/doc/relnotes/1_11_13.rst
@@ -7,5 +7,8 @@ Version 1.11.13, Not Yet Released
* Add DTLS-SRTP negotiation defined in RFC 5764
-* The Python install script in version 1.11.10 failed to place the
- headers into a versioned subdirectory.
+* The Python install script added in version 1.11.10 failed to place
+ the headers into a versioned subdirectory.
+
+* Fix the install script when running under Python3.
+