Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
privacyidea
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
privacyidea
Commits
4c009405
"README.md" did not exist on "fc1d9e5637ec448073b16c63c8e9deed4e96d097"
Commit
4c009405
authored
2 years ago
by
Cornelius Kölbel
Browse files
Options
Downloads
Patches
Plain Diff
Set version 3.8dev1
parent
84f6124e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Changelog
+52
-0
52 additions, 0 deletions
Changelog
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
54 additions
and
2 deletions
Changelog
+
52
−
0
View file @
4c009405
Version 3.8dev1, 2022-10-06
Features:
* Drop support for Python 3.5 and 2.7 (#3263)
* Add MS CA connector to issue certificates from a Microsoft CA (#3233,
#3232, #2966, #2158)
* Add webhook event handler (#3178, #2938)
* Allow Kerebos Authentication for LDAP resolvers (#770)
Enhancements:
* add policy for audit_page_size (#3167)
* Be more relaxing about subscription checking of plugins (#3296)
* Display multiple serials in auditlog in case of C/R (#3285)
* Add PI_LOGOUT_REDIRECT_URL for using a SAML logout link from the WebUI (#3257)
* Add passthru policy to audit log, even if password was wrong (#3212)
* Avoid double registration of webauthn tokens per user (#3207)
* Add WebAuthn attestation format "packed" (#3150)
* Support Windows Hello as WebAuthn token (#3142)
* Improve the description for appimageurl (#3133)
* Allow to choose padding for defaul security module (#3115)
* Make available languages configureable in pi.cfg (#3076)
* Add translation for admin error messages (#3066)
* Allow HTTPSMSProvider to send data as JSON (#3056)
* Rename pi-manage createdb to create-tables (#2996)
* Add ed25519-sk/ecdsa-sk for SSH tokens (#2792)
UI
* Add search highlighting in event handler conditions (#3062)
* Link online documentation in WebUI (#2952)
* Search and filter for actions in configured policies (#2788)
Documentation
* Add a glossary (#2783)
Fixes:
* Automatically delete MachineTokenOptions when a MachineToken is deleted (#3165)
* Fixing int-str conversion with Python 3.10 (#3303)
* Remove pillow dependency (#3268)
* Fix default AD attributes to (ObjectCategory=person) (#3218)
* Fix WebAuthn trust anchor directory (#3216)
* Fix enrolling SSH keys with an empty comment (#3198)
* Avoid fails in case of content-type header mismatch (#3194)
* Fix App device in certain cases as WebAuthn token (#3136)
* Fix ImportException to be subclass of privacyIDEAError (#3131)
* Fix URL encoding in TiQR URL (#3121)
* Add index for timestamp in DB (#3120)
* AES module also encrypts empty strings (#2899)
* Fix Push_Wait if user presses decline on smartphone (#2865)
WebUI:
* Disable realm button in case of reasolverread (UI) (#3149)
* Add missing translation for PSKC import (#3129)
Version 3.7.3, 2022-08-01
Version 3.7.3, 2022-08-01
Fixes:
Fixes:
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
1
−
1
View file @
4c009405
...
@@ -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.
7.3
'
version
=
'
3.
8dev1
'
# 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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
4c009405
...
@@ -6,7 +6,7 @@ import stat
...
@@ -6,7 +6,7 @@ import stat
import
sys
import
sys
#VERSION = "2.1dev4"
#VERSION = "2.1dev4"
VERSION
=
"
3.
7.3
"
VERSION
=
"
3.
8dev1
"
# 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__
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment