aboutsummaryrefslogtreecommitdiffstats
path: root/doc/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-01-04 11:07:32 -0500
committerJack Lloyd <[email protected]>2016-01-04 11:07:32 -0500
commitec326f7e2afa7553c646e5ed841e924a43216850 (patch)
treea89d8e35c6bfc4a49896899034d7009c4585b89b /doc/news.rst
parentc8c0a9cf6c8e1b2e20d6f537ac68aea5b28c9443 (diff)
Fix configure.py for CPython 2.6
Based on GH #362 by emilymaier
Diffstat (limited to 'doc/news.rst')
-rw-r--r--doc/news.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index 18583dc7c..929036163 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -84,6 +84,13 @@ Version 1.11.26, Not Yet Released
* Export MGF1 function mgf1_mask GH #380
+* Work around a problem with some antivirus programs which causes the
+ ``shutil.rmtree`` and ``os.makedirs`` Python calls to occasionally
+ fail. The could prevent ``configure.py`` from running sucessfully
+ on such systems. GH #353
+
+* Let ``configure.py`` run under CPython 2.6. GH #362
+
Version 1.11.25, 2015-12-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^