summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-28 15:55:56 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-28 15:55:56 -0700
commit6f74a8845c45e98013919825cd9cfb68fc627b42 (patch)
tree45fb24a29bef8e20e9295d9c043be11cf06855df
parent8a89fb0e2924e8f5c3ed31ddcd0cc0ee1337dd57 (diff)
parentbdf5e970e1d683d3da6d49ee1c8d90ecaf47d40e (diff)
Merge branch '1.16' into 1.17
-rw-r--r--dev-requirements.txt4
-rw-r--r--sites/www/changelog.rst17
2 files changed, 11 insertions, 10 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 9e4564a5..feae948a 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -5,7 +5,7 @@ invoke>=0.11.1
invocations>=0.11.0
sphinx>=1.1.3
alabaster>=0.7.5
-releases>=1.0.0
-semantic_version>=2.4,<2.5
+releases>=1.1.0
+semantic_version<3
wheel==0.24
twine==1.5
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 2c097986..9015f918 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -3,8 +3,8 @@ Changelog
=========
* :release:`1.17.0 <2016-04-25>`
-* :release:`1.16.1 <2016-04-25>`
-* :release:`1.15.5 <2016-04-25>`
+* :release:`1.16.1 <2016-04-28>`
+* :release:`1.15.5 <2016-04-28>`
* :bug:`670` Due to an earlier bugfix, less-specific ``Host`` blocks'
``ProxyCommand`` values were overriding ``ProxyCommand none`` in
more-specific ``Host`` blocks. This has been fixed in a backwards compatible
@@ -21,7 +21,7 @@ Changelog
to Stephen C. Pope for the patch.
* :bug:`716` Fix a Python 3 compatibility issue when handling two-factor
authentication. Thanks to Mateusz Kowalski for the catch & original patch.
-* :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``,
+* :support:`729 (1.15+)` Clean up ``setup.py`` to always use ``setuptools``,
not doing so was a historical artifact from bygone days. Thanks to Alex
Gaynor.
* :bug:`649 major` Update the module in charge of handling SSH moduli so it's
@@ -35,16 +35,17 @@ Changelog
for the report & Marius Gedminas for the patch.
* :bug:`613` (via :issue:`619`) Update to ``jaraco.windows`` 3.4.1 to fix some
errors related to ``ctypes`` on Windows platforms. Credit to Jason R. Coombs.
-* :support:`621 backported` Annotate some public attributes on
+* :support:`621 (1.15+)` Annotate some public attributes on
`~paramiko.channel.Channel` such as ``.closed``. Thanks to Sergey Vasilyev
for the report.
* :bug:`632` Fix logic bug in the SFTP client's callback-calling functionality;
previously there was a chance the given callback would fire twice at the end
of a transfer. Thanks to ``@ab9-er`` for catch & original patch.
-* :support:`612` Identify & work around a race condition in the test for
- handshake timeouts, which was causing frequent test failures for a subset of
- contributors as well as Travis-CI (usually, but not always, limited to Python
- 3.5). Props to Ed Kellett for assistance during some of the troubleshooting.
+* :support:`612 (1.15+)` Identify & work around a race condition in the test
+ for handshake timeouts, which was causing frequent test failures for a subset
+ of contributors as well as Travis-CI (usually, but not always, limited to
+ Python 3.5). Props to Ed Kellett for assistance during some of the
+ troubleshooting.
* :support:`697` Remove whitespace in our ``setup.py``'s ``install_requires``
as it triggers occasional bugs in some versions of ``setuptools``. Thanks to
Justin Lecher for catch & original patch.