summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-01-19 14:09:32 +0100
committerHynek Schlawack <hs@ox.cx>2016-01-19 14:13:02 +0100
commit0cc615430d58f7bb0936840c5b10cb0530e3885a (patch)
tree3ac407007f12fc3645f78d03ee98976769b0213b /CHANGELOG.rst
parent9b73a6d6f9d453a954618a3b191ec9261f0aa939 (diff)
downloadpyopenssl-0cc615430d58f7bb0936840c5b10cb0530e3885a.tar.gz
2016 snook up on us
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index de22101..d3f1c9a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,13 +5,13 @@ Versions are year-based with a strict :doc:`backward-compatibility` policy.
The third digit is only for regressions.
-15.2.0 (UNRELEASED)
+16.0.0 (UNRELEASED)
-------------------
This is the first release under full stewardship of PyCA.
We have made *many* changes to make local development more pleasing.
The test suite now passes both on Linux and OS X with OpenSSL 0.9.8, 1.0.1, and 1.0.2.
-It has been moved to `py.test <http://pytest.org/latest/>`_, all CI test runs are part of `tox <https://testrun.org/tox/>`_ and the source code has been made fully `flake8 <https://flake8.readthedocs.org/en/>`_ compliant.
+It has been moved to `py.test <http://pytest.org/>`_, all CI test runs are part of `tox <https://testrun.org/tox/>`_ and the source code has been made fully `flake8 <https://flake8.readthedocs.org/>`_ compliant.
We hope to have lowered the barrier for contributions significantly but are open to hear about any remaining frustrations.
@@ -34,7 +34,7 @@ Deprecations:
Please note that you should `use urandom <http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/>`_ for all your secure random number needs.
-In accordance with our backward compatibility policy :func:`OpenSSL.rand.egd` will be *removed* no sooner than a year from the release of 15.2.0
+In accordance with our backward compatibility policy :func:`OpenSSL.rand.egd` will be *removed* no sooner than a year from the release of 16.0.0.
Changes:
@@ -64,4 +64,4 @@ Changes:
Older Changelog Entries
-----------------------
-The changes from before release 15.2.0 are preserved in the `repository <https://github.com/pyca/pyopenssl/blob/master/doc/ChangeLog_old.txt>`_.
+The changes from before release 16.0.0 are preserved in the `repository <https://github.com/pyca/pyopenssl/blob/master/doc/ChangeLog_old.txt>`_.