Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Access Check - Account manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
edugain
eduGAIN Access Check - Account manager
Commits
f9728348
Commit
f9728348
authored
2 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
new version 2.0.1
parent
1146f9c0
No related branches found
Branches containing commit
Tags
v2.0.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
lib/AccessCheck/App.pm
+1
-1
1 addition, 1 deletion
lib/AccessCheck/App.pm
with
6 additions
and
2 deletions
CHANGES.md
+
4
−
0
View file @
f9728348
# eduGAIN Access Check Changelog
## Version 2.0.1 (23/03/2022)
*
fix Accept-Language HTTP header usage
## Version 2.0.0 (10/03/2022)
*
switch to Mojolicious framework
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
f9728348
AC_PREREQ(2.59)
AC_INIT([access-check], 2.0.
0
)
AC_INIT([access-check], 2.0.
1
)
AM_INIT_AUTOMAKE([foreign])
AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_PROG_LN_S
...
...
This diff is collapsed.
Click to expand it.
lib/AccessCheck/App.pm
+
1
−
1
View file @
f9728348
...
...
@@ -9,7 +9,7 @@ use Syntax::Keyword::Try;
use
AccessCheck::Data::
DB
;
use
constant
{
ACCESSCHECK_VERSION
=>
'
2.0.
0
'
ACCESSCHECK_VERSION
=>
'
2.0.
1
'
};
sub
startup
{
...
...
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