Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Backend
Commits
2628dbcf
There was a problem fetching the pipeline stages.
Commit
2628dbcf
authored
7 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Release version 2.4.3
parent
eef94203
No related merge requests found
Pipeline
#8183
passed with stages
in 3 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+13
-0
13 additions, 0 deletions
CHANGELOG.md
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
14 additions
and
1 deletion
CHANGELOG.md
+
13
−
0
View file @
2628dbcf
# Changelog
## 2.4.3
This release fixes a performance issue on session creation affecting large
installations.
Bug fixes:
*
WebSocket communication now works correctly for course sessions.
(only affects installations using the LMS connector)
*
The configuration parameter
`security.facebook.allowed-roles`
is now
respected.
Additional changes:
*
Libraries have been upgraded to fix potential bugs
## 2.4.2
This release fixes a minor security vulnerability which allowed an attacker to
remove a MotD from a session without being the creator.
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
2628dbcf
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.thm.arsnova
</groupId>
<artifactId>
arsnova-backend
</artifactId>
<version>
2.4.3
-SNAPSHOT
</version>
<version>
2.4.3
</version>
<packaging>
war
</packaging>
<properties>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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