Skip to content
Snippets Groups Projects
Unverified Commit 54d3854c authored by Cornelius Kölbel's avatar Cornelius Kölbel Committed by GitHub
Browse files

Merge pull request #3509 from privacyidea/3-8-1-changelog

Update changelog and set version to 3.8.1
parents bbf681c3 b426ba9d
No related branches found
No related tags found
No related merge requests found
Version 3.8.1dev1, 2023-01-13 Version 3.8.1, 2023-02-06
Fixes: Fixes:
* Update diag tool (#3146) * Update diag tool (#3146)
* Fix tokengroup error in WebUI (#3441) * Fix tokengroup error in WebUI (#3441)
* Fix dependencies when deleting tokengroups (#3423)
* Fix wrong QR code in enroll-via-validate (#3427) * Fix wrong QR code in enroll-via-validate (#3427)
* Add missing preferred client mode in validate-check-enrollment (#3429)
* Add missing enrollment parameters with challenge-response-enrollment (#3478)
* Fix password problem with special chars -
Disable unquoting of LDAP-Proxy and simpleSAMLphp (#3337)
* Remove false error message when user assigns a token (#3499)
* Fix tags in email tokens (#3330)
* Fix LDAP NTLM Authentication (#3482)
* Add missing Webhook Eventhandler in UI (#3475)
* Remove redundant id in SQL resolver (#3454)
* Fix ca-parameter policy during enrollment (#3479)
* Fix removing node from a policy (#3500)
Version 3.8, 2022-12-20 Version 3.8, 2022-12-20
......
...@@ -23,7 +23,7 @@ import functools ...@@ -23,7 +23,7 @@ import functools
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.8' version = '3.8.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
#release = '2.16dev5' #release = '2.16dev5'
release = version release = version
......
...@@ -6,7 +6,7 @@ import stat ...@@ -6,7 +6,7 @@ import stat
import sys import sys
#VERSION = "2.1dev4" #VERSION = "2.1dev4"
VERSION = "3.8.1dev1" VERSION = "3.8.1"
# Taken from kennethreitz/requests/setup.py # Taken from kennethreitz/requests/setup.py
package_directory = os.path.realpath(os.path.dirname(__file__)) package_directory = os.path.realpath(os.path.dirname(__file__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment