summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-01-13 11:37:28 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2020-01-13 11:37:28 +0200
commitf27c7e7a7010f83380566a219fd6a290a00f2b6e (patch)
tree2a791b13ca37f2856f07f16bdf58b4f36fb0f985
parent5e9d5acbcd8ae45c4e736ac521fd2df5b1c62e25 (diff)
downloadpysaml2-f27c7e7a7010f83380566a219fd6a290a00f2b6e.tar.gz
Release version 5.0.0v5.0.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md21
-rw-r--r--VERSION2
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a07c0c76..2afba34a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog
+## 5.0.0 (2020-01-13)
+
+- Fix XML Signature Wrapping (XSW) vulnerabilities - CVE-2020-5390
+- Add freshness period feature for MetaDataMDX
+- Fix bug in duration calculation in time_util library
+- Fix ipv6 validation to accommodate for addresses with brackets
+- Fix xmlsec temporary files deletions
+- Add method to get supported algorithms from metadata
+- Add mdstore method to extract assurance certifications
+- Add mdstore method to extract contact_person data
+- Add attribute mappings from the Swiss eduPerson Schema
+- Make AESCipher and Fernet interfaces compatible
+- Remove deprecated saml2.aes module
+- Remove deprecated saml2.extensions.ui module
+- Replace deprecated mongodb operations
+- Rename ToOld error to TooOld
+- Fix pytest warnings
+- Mock tests that need a network connection
+- Start dropping python2 support
+
+
## 4.9.0 (2019-11-03)
- Add mdstore methods to extract mdui uiinfo elements
diff --git a/VERSION b/VERSION
index 6ed7776b..0062ac97 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.9.0
+5.0.0