From 79b9f30b4b76b95be83a7bbe391f1e35150dc17d Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 2 Apr 2019 13:17:29 +0300 Subject: Release version 4.7.0 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e78441..2de594b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 4.7.0 (2019-04-02) + +- Add support for MDQ signature verification +- Raise XmlsecError if xmlsec1 operations do not succeed +- Handle non standard response error status codes correctly +- Remove the hardcoded warning filter; pass -Wd to the python + interpreter to enable warnings +- Remove the python-future dependency and only use six +- Minor python2 and python3 compatibility fixes + (unicode strings and example code) +- Minor documentation fixes + + ## 4.6.5 (2018-12-04) - Fix for response status error case handling (introduced in v4.6.5) diff --git a/VERSION b/VERSION index f18045d6..f6cdf409 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6.5 +4.7.0 -- cgit v1.2.1