From: Nick Mathewson Date: Tue, 29 Apr 2014 15:58:43 +0000 (-0400) Subject: Changes file for bug 11632. X-Git-Tag: tor-0.2.5.5-alpha~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0a73c8bf327e18b09b71cd77edcfac7fb9d3c69;p=thirdparty%2Ftor.git Changes file for bug 11632. --- diff --git a/changes/bug11632 b/changes/bug11632 new file mode 100644 index 0000000000..0dc7f8f1e2 --- /dev/null +++ b/changes/bug11632 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing): + - When looking for versions of python that we could run the tests + with, check for "python2.7" and "python3.3"; previously we were + only looking for "python", "python2", and "python3". Patch from + Dana Koch. Fixes bug 11632; bugfix on 0.2.5.2-alpha.