Skip to content

Commit

Permalink
Merge 873730c into aa4692c
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Mar 3, 2014
2 parents aa4692c + 873730c commit f1fe6f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptography/__about__.py
Expand Up @@ -22,7 +22,7 @@
"recipes and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"

__version__ = "0.2.1"
__version__ = "0.2.2"

__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
Expand Down
1 change: 0 additions & 1 deletion cryptography/hazmat/bindings/openssl/err.py
Expand Up @@ -151,7 +151,6 @@
static const int EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH;
static const int EVP_R_DECODE_ERROR;
static const int EVP_R_DIFFERENT_KEY_TYPES;
static const int EVP_R_DISABLED_FOR_FIPS;
static const int EVP_R_ENCODE_ERROR;
static const int EVP_R_INITIALIZATION_ERROR;
static const int EVP_R_INPUT_NOT_INITIALIZED;
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
@@ -1,8 +1,14 @@
Changelog
=========

0.2.2 - 2014-03-03
~~~~~~~~~~~~~~~~~~

* Removed a constant definition that was causing compilation problems with specific versions of OpenSSL.

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
Expand Down

0 comments on commit f1fe6f4

Please sign in to comment.