summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-23 19:35:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-23 19:35:33 (GMT)
commit2eb65457a883d3f231c8e378911c4de2cd644b4c (patch)
tree56813f965df6a111ca86f55bd0cbd021efffeb1b /Misc
parentf658e82daf46ff46567e9960ba6612d9ba21b9db (diff)
downloadcpython-2eb65457a883d3f231c8e378911c4de2cd644b4c.zip
cpython-2eb65457a883d3f231c8e378911c4de2cd644b4c.tar.gz
cpython-2eb65457a883d3f231c8e378911c4de2cd644b4c.tar.bz2
Merged revisions 72871-72872 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72871 | benjamin.peterson | 2009-05-23 14:24:37 -0500 (Sat, 23 May 2009) | 1 line support building with subversion 1.7 #6094 ........ r72872 | benjamin.peterson | 2009-05-23 14:31:02 -0500 (Sat, 23 May 2009) | 1 line reorder name ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 9573698..e0890e8 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -684,6 +684,7 @@ Andrew Svetlov
Kalle Svensson
Paul Swartz
Thenault Sylvain
+Arfrever Frehtes Taifersar Arahesis
Geoff Talvola
William Tanksley
Christian Tanzer
diff --git a/Misc/NEWS b/Misc/NEWS
index 018854b..6fdbd0b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,8 @@ Library
Build
-----
+- Issue #6094: Build correctly with Subversion 1.7.
+
- Issue #5726: Make Modules/ld_so_aix return the actual exit code of the
linker, rather than always exit successfully. Patch by Floris Bruynooghe.