summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-04-02 13:17:29 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2019-04-02 13:17:29 +0300
commit79b9f30b4b76b95be83a7bbe391f1e35150dc17d (patch)
tree185c414f3c30291f29289860549ac83e9e59a628
parentaed2ed41814b6b9f3d80121d42290ff0a2767cb2 (diff)
downloadpysaml2-4.7.0.tar.gz
Release version 4.7.0v4.7.0v4.7.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md13
-rw-r--r--VERSION2
2 files changed, 14 insertions, 1 deletions
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