Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Pads
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TeDomum
Pads
Commits
299bd962
Commit
299bd962
authored
Sep 18, 2020
by
Stefan Mueller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to 1.8.6 and add changelog informations
parent
85f52a2f
Pipeline
#1919
passed with stage
in 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.md
CHANGELOG.md
+9
-0
src/package.json
src/package.json
+1
-1
No files found.
CHANGELOG.md
View file @
299bd962
# Develop -- TODO Change to 1.8.x.
*
...
# 1.8.6
*
IMPORTANT: This fixes a severe problem with postgresql in 1.8.5
*
SECURITY: Fix authentication bypass vulnerability
*
API: Update version to 1.2.15
*
FEATURE: Add copyPadWithoutHistory API (#4295)
*
FEATURE: Package more asset files to save http requests (#4286)
*
MINOR: Improve UI when reconnecting
*
TESTS: Improve tests
# 1.8.5
*
IMPORTANT DROP OF SUPPORT: Drop support for IE. Browsers now need async/await.
*
IMPORTANT SECURITY: Rate limit Commits when env=production
...
...
src/package.json
View file @
299bd962
...
...
@@ -95,6 +95,6 @@
"test"
:
"nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs"
,
"test-container"
:
"nyc mocha --timeout 5000 ../tests/container/specs/api"
},
"version"
:
"1.8.
5
"
,
"version"
:
"1.8.
6
"
,
"license"
:
"Apache-2.0"
}
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