From e3850e607a85e0cd67c94ffbbd587b9955a3976e Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Tue, 30 Aug 2016 10:26:32 -0700 Subject: [PATCH] v2.2.1 --- Changes.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changes.rst b/Changes.rst index 74b7392..0ffeaa1 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,15 @@ +Changes for v2.2.1 (2016-08-30) +=============================== + +- Avoid using python-future; it has subdependencies that limit + compatibility (#34) +- Make test suite pass on 32-bit platforms (#30) +- Timing attack resistance fix: don't reveal string length to attacker. + Thanks to Eeo Jun (#28). +- Support algorithm, digits, period parameters in provisioning\_uri. + Thanks to Dionisio E Alonso (#33). +- Minor style and packaging infrastructure fixes. + Changes for v2.2.0 (2016-08-30) ===============================