Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mastodon
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Mastodon
Commits
3413f1c4
Unverified
Commit
3413f1c4
authored
3 years ago
by
Eugen Rochko
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Forward-port version bump to 3.4.6 (#17434)
parent
c8b1e72a
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
CHANGELOG.md
+16
-0
16 additions, 0 deletions
CHANGELOG.md
lib/mastodon/version.rb
+1
-1
1 addition, 1 deletion
lib/mastodon/version.rb
with
17 additions
and
1 deletion
CHANGELOG.md
+
16
−
0
View file @
3413f1c4
...
...
@@ -3,12 +3,28 @@ Changelog
All notable changes to this project will be documented in this file.
## [3.4.6] - 2022-02-03
### Fixed
-
Fix
`mastodon:webpush:generate_vapid_key`
task requiring a functional environment (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17338
)
)
-
Fix spurious errors when receiving an Add activity for a private post (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17425
)
)
### Security
-
Fix error-prone SQL queries (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/15828
)
)
-
Fix not compacting incoming signed JSON-LD activities (
[
puckipedia
](
https://github.com/mastodon/mastodon/pull/17426
)
,
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17428
)
) (CVE-2022-24307)
-
Fix insufficient sanitization of report comments (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17430
)
)
-
Fix stop condition of a Common Table Expression (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17427
)
)
-
Disable legacy XSS filtering (
[
Wonderfall
](
https://github.com/mastodon/mastodon/pull/17289
)
)
## [3.4.5] - 2022-01-31
### Added
-
Add more advanced migration tests (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17393
)
)
-
Add github workflow to build Docker images (
[
unasuke
](
https://github.com/mastodon/mastodon/pull/16973
)
,
[
Gargron
](
https://github.com/mastodon/mastodon/pull/16980
)
,
[
Gargron
](
https://github.com/mastodon/mastodon/pull/17000
)
)
### Fixed
-
Fix some old migrations failing when skipping releases (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17394
)
)
-
Fix migrations script failing in certain edge cases (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17398
)
)
-
Fix Docker build (
[
tribela
](
https://github.com/mastodon/mastodon/pull/17188
)
)
...
...
This diff is collapsed.
Click to expand it.
lib/mastodon/version.rb
+
1
−
1
View file @
3413f1c4
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
5
6
end
def
flags
...
...
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