File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# python-saml changelog
2+ ### 2.4.1 (Apr 25, 2018)
3+ * Add ID to EntityDescriptor before sign it on add_sign method. Improve the way ds namespace is handled in add_sign method
4+ * Update defusedxml, coveralls and coverage dependencies
5+ * Update copyright and license reference
6+
27### 2.4.0 (Feb 27, 2018)
38* Fix vulnerability [ CVE-2017 -11427] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11427 ) . Process text of nodes properly, ignoring comments
49* Improve how fingerprint is calcultated
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'python-saml' ,
12- version = '2.4.0 ' ,
12+ version = '2.4.1 ' ,
1313 description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
1414 classifiers = [
1515 'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments