Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
5579bc99
Commit
5579bc99
authored
7 years ago
by
Jaime Pérez Crespo
Browse files
Options
Downloads
Patches
Plain Diff
Updated the changelog and upgrade notes.
parent
53e918b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/simplesamlphp-changelog.md
+3
-3
3 additions, 3 deletions
docs/simplesamlphp-changelog.md
docs/simplesamlphp-upgrade-notes-1.15.md
+8
-1
8 additions, 1 deletion
docs/simplesamlphp-upgrade-notes-1.15.md
with
11 additions
and
4 deletions
docs/simplesamlphp-changelog.md
+
3
−
3
View file @
5579bc99
...
...
@@ -15,13 +15,13 @@ Released TBD
*
Added new
`AttributeValueMap`
authproc filter.
*
Added attributemaps for OIDs from SIS (Swedish Standards Institute) and
for eduPersonUniqueId, eduPersonOrcid and sshPublicKey.
*
Added option to specify metadata signing and digest algorithm
*
Added
an
option to specify metadata signing and digest algorithm
`metadata.sign.algorithm`
.
*
Added option for regular expression matching of trusted.url.domains via new
*
Added
an
option for regular expression matching of trusted.url.domains via new
`trusted.url.regex`
setting.
*
The
`debug`
option is more finegrained and allows one to specify whether
to log full SAML messages, backtraces or schema validations separately.
*
Added a check for the latest
s
impleSAMLphp version on the front page.
*
Added a check for the latest
S
impleSAMLphp version on the front page.
It can be disabled via the new setting
`admin.checkforupdates`
.
*
Added a warning when there's a probable misconfiguration of PHP sessions.
*
Added ability to define additional attributes on ContactPerson elements
...
...
This diff is collapsed.
Click to expand it.
docs/simplesamlphp-upgrade-notes-1.15.md
+
8
−
1
View file @
5579bc99
Upgrade notes for SimpleSAMLphp 1.15
====================================
Minimum required PHP version is 5.4. Dependency on mcrypt has been dropped.
The minimum required PHP version is now 5.4. The dependency on mcrypt has been
dropped.
A new templating system based on Twig has been introduced. The old templating
system is still available but should be considered deprecated.
A new internationalization system based on Gettext has been introduced. While
old templates can use either the old or the new system (refer to the
"language.i18n.backend" configuration option for more information on how to
choose the internationalization backend), new Twig templates can only use the
new Gettext internationalization system.
The integrated _Auth Memcookie_ support is now deprecated and will no longer
be available starting in SimpleSAMLphp 2.0. Please use the new
[
memcookie module
](
https://github.com/simplesamlphp/simplesamlphp-module-memcookie
)
...
...
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