Skip to content

Commit 3506836

Browse files
committed
Update to Changelog
1 parent d1739c6 commit 3506836

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
3.6.6 (17 August 2018)
5+
++++++++++++++++++++++
6+
7+
Resolved issues
8+
---------------
9+
10+
* GH#198: Fix vulnerability on AESNI ECB with payloads smaller than 16 bytes.
11+
412
3.6.5 (12 August 2018)
513
++++++++++++++++++++++
614

lib/Crypto/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
22
'IO', 'Math']
33

4-
version_info = (3, 6, 6, 'a0')
4+
version_info = (3, 6, 6)
55

66
__version__ = ".".join([str(x) for x in version_info])

0 commit comments

Comments
 (0)