Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Feb 6, 2017
1 parent bbcd250 commit 603b9e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
Changelog
=========

3.4.5 (6 February 2017)
+++++++++++++++++++++++

Resolved issues
---------------

* The library can also be compiled using MinGW.

3.4.4 (1 February 2017)
+++++++++++++++++++++++

Resolved issues
---------------

* Removed use of alloca().
* Removed use of ``alloca()``.
* [Security] Removed implementation of deprecated "quick check" feature of PGP block cipher mode.
* Improved the performance of ``scrypt`` by converting some Python to C.

Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ All the code can be downloaded from `GitHub`_.
News
----

* **1 Feb 2017 (NEW)**. Bugfix release 3.4.4.
* **6 Feb 2017 (NEW)**. Bugfix release 3.4.5.
* 1 Feb 2017. Bugfix release 3.4.4.
* 17 Oct 2016. Bugfix release 3.4.3.
* 8 Mar 2016. Bugfix release 3.4.2.
* 21 Feb 2016. Release 3.4.1.
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
'IO', 'Math']

version_info = (3, 4, 4)
version_info = (3, 4, 5)

0 comments on commit 603b9e6

Please sign in to comment.