Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ARSnova Backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Moritz Lambrecht
ARSnova Backend
Commits
1323122d
Commit
1323122d
authored
May 15, 2016
by
Daniel Gerhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 2.0.3
parent
3db4cf50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.md
CHANGELOG.md
+8
-0
pom.xml
pom.xml
+1
-1
No files found.
CHANGELOG.md
View file @
1323122d
# Changelog
## 2.0.3
This release fixes a security vulnerability in the account management API. It is
highly recommended to upgrade if you are using database authentication.
Additional changes:
*
Libraries have been upgraded to fix potential bugs
*
Some unnecessary log warnings for Websocket communication are filtered
## 2.0.2
This release updates dependencies. The updated library for Socket.IO support
fixes memory leaks and disables SSL 3.0 support (POODLE vulnerability).
...
...
pom.xml
View file @
1323122d
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.thm.arsnova
</groupId>
<artifactId>
arsnova-backend
</artifactId>
<version>
2.0.3
-SNAPSHOT
</version>
<version>
2.0.3
</version>
<packaging>
war
</packaging>
<properties>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment