aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-03 10:47:41 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-03 10:47:41 -0700
commit74c7bc0fc2f75fd002bbe56fb2c97d6b43f6ae56 (patch)
tree3c13ba1479943b68b19d1998337fd33620d0af1f /docs/doing-a-release.rst
parent21e7f13db833f5be1fe8187dfde04549e921a379 (diff)
parent325474104e967d563ca93af31957556af01116c6 (diff)
downloadcryptography-74c7bc0fc2f75fd002bbe56fb2c97d6b43f6ae56.tar.gz
cryptography-74c7bc0fc2f75fd002bbe56fb2c97d6b43f6ae56.tar.bz2
cryptography-74c7bc0fc2f75fd002bbe56fb2c97d6b43f6ae56.zip
Merge pull request #883 from reaperhulk/deprecation-dance
move salt_length from MGF1 to PSS and start deprecation cycle
Diffstat (limited to 'docs/doing-a-release.rst')
-rw-r--r--docs/doing-a-release.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index 5571e0f3..ad3b4791 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -49,3 +49,6 @@ Post-release tasks
* Add new :doc:`/changelog` entry with next version and note that it is under
active development
* Send a pull request with these items
+* Check for any outstanding code undergoing a deprecation cycle by looking in
+ ``cryptography.utils`` for ``DeprecatedIn**`` definitions. If any exist open
+ a ticket to increment them for the next release.