From 63614e8671b340da8b98ff75f135fae03c170d12 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 20 Feb 2014 10:44:16 -0800 Subject: Bump version numbers for 0.2 release --- docs/changelog.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index cd289b6e..d800c77f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,9 @@ Changelog ========= -0.2 - 2014-XX-XX +0.2 - 2014-02-20 ~~~~~~~~~~~~~~~~ -**In development** - * Added :doc:`/hazmat/backends/commoncrypto`. * Added initial :doc:`/hazmat/bindings/commoncrypto`. * Removed ``register_cipher_adapter`` method from -- cgit v1.2.3 From f933572455291e10c0a1a2352cb5eb0fd2716b43 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 20 Feb 2014 13:37:51 -0600 Subject: boilerplate to reopen master for third release work --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index d800c77f..b4c9a55b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.3 - 2014-XX-XX +~~~~~~~~~~~~~~~~ + +**In development** + 0.2 - 2014-02-20 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3 From c2e53409242f750f7966b5d1e45f62f9c818b07d Mon Sep 17 00:00:00 2001 From: Ayrx Date: Fri, 21 Feb 2014 11:30:02 +0800 Subject: Fixed HOTP test path, added changelog and myself to author list. --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index b4c9a55b..c59f2f51 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog 0.3 - 2014-XX-XX ~~~~~~~~~~~~~~~~ -**In development** +* Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`. 0.2 - 2014-02-20 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3 From 2154135f7cf4c96213a83a594fad645b89c8eb8a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 22 Feb 2014 15:58:25 -0600 Subject: 0.2.1 changelog --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index c59f2f51..b87b8722 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,10 @@ Changelog * Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`. +0.2.1 - 2014-02-22 +~~~~~~~~~~~~~~~~~~ +* Fix a bug where importing cryptography from multiple paths could cause initialization to fail. + 0.2 - 2014-02-20 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3 From 69a6fad6e9fde280c4aa1883644c452d66243f89 Mon Sep 17 00:00:00 2001 From: Matthew Iversen Date: Tue, 25 Feb 2014 02:10:44 +1100 Subject: Add changelog to toplevel, include in sdist --- docs/changelog.rst | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index b87b8722..565b0521 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,34 +1 @@ -Changelog -========= - -0.3 - 2014-XX-XX -~~~~~~~~~~~~~~~~ - -* Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`. - -0.2.1 - 2014-02-22 -~~~~~~~~~~~~~~~~~~ -* Fix a bug where importing cryptography from multiple paths could cause initialization to fail. - -0.2 - 2014-02-20 -~~~~~~~~~~~~~~~~ - -* Added :doc:`/hazmat/backends/commoncrypto`. -* Added initial :doc:`/hazmat/bindings/commoncrypto`. -* Removed ``register_cipher_adapter`` method from - :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`. -* Added support for the OpenSSL backend under Windows. -* Improved thread-safety for the OpenSSL backend. -* Fixed compilation on systems where OpenSSL's ``ec.h`` header is not - available, such as CentOS. -* Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`. -* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`. -* Added :doc:`/hazmat/backends/multibackend`. -* Set default random for the :doc:`/hazmat/backends/openssl` to the OS random engine. -* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5` (CAST-128) support. - -0.1 - 2014-01-08 -~~~~~~~~~~~~~~~~ - -* Initial release. - +.. include:: ../CHANGELOG.rst -- cgit v1.2.3