summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-09-18 14:41:51 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-18 14:41:51 -0700
commit0b807e97f2d90c2ab23732a91863c5814811452f (patch)
tree37c148934cd9cdc075c27657a6e00f5561a0fa77 /sites/www/changelog.rst
parenta355a49661fe6b70a2f8f21f0670707ad0d8b753 (diff)
parentb55a19d574e795bf82032cec586432b49c86499f (diff)
Merge branch '2.4'
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index ff53d646..e1ab27ba 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,24 @@
Changelog
=========
+- :support:`1292 backported` Backport changes from :issue:`979` (added in
+ Paramiko 2.3) to Paramiko 2.0-2.2, using duck-typing to preserve backwards
+ compatibility. This allows these older versions to use newer Cryptography
+ sign/verify APIs when available, without requiring them (as is the case with
+ Paramiko 2.3+).
+
+ Practically speaking, this change prevents spamming of
+ ``CryptographyDeprecationWarning`` notices which pop up in the above scenario
+ (older Paramiko, newer Cryptography).
+
+ .. note::
+ This is a no-op for Paramiko 2.3+, which have required newer Cryptography
+ releases since they were released.
+
+- :support:`1291 backported` Backport pytest support and application of the
+ ``black`` code formatter (both of which previously only existed in the 2.4
+ branch and above) to everything 2.0 and newer. This makes back/forward
+ porting bugfixes significantly easier.
- :support:`1262 backported` Add ``*.pub`` files to the MANIFEST so distributed
source packages contain some necessary test assets. Credit: Alexander
Kapshuna.