Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TeDomum
Mastodon
Commits
ecd0cf1b
Commit
ecd0cf1b
authored
Nov 14, 2022
by
Claire
Browse files
Bump version to 3.4.9
parent
0ce2b4d3
Pipeline
#22939
canceled with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
ecd0cf1b
...
...
@@ -3,6 +3,15 @@ Changelog
All notable changes to this project will be documented in this file.
## [3.4.9] - 2022-11-14
### Security
-
Fix emoji substitution not applying only to text nodes in backend code (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/20641
)
)
-
Fix emoji substitution not applying only to text nodes in Web UI (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/20640
)
)
-
Fix rate limiting for paths with formats (
[
Gargron
](
https://github.com/mastodon/mastodon/pull/20675
)
)
-
Fix out-of-bound reads in blurhash transcoder (
[
delroth
](
https://github.com/mastodon/mastodon/pull/20388
)
)
## [3.4.8] - 2022-05-26
## Security
...
...
chart/values.yaml
View file @
ecd0cf1b
...
...
@@ -8,7 +8,7 @@ image:
# built from the most recent commit
#
# tag: latest
tag
:
v3.4.
6
tag
:
v3.4.
9
# use `Always` when using `latest` tag
pullPolicy
:
IfNotPresent
...
...
docker-compose.yml
View file @
ecd0cf1b
...
...
@@ -43,7 +43,7 @@ services:
web
:
build
:
.
image
:
tootsuite/mastodon:v3.4.
6
image
:
tootsuite/mastodon:v3.4.
9
restart
:
always
env_file
:
.env.production
command
:
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
...
...
@@ -63,7 +63,7 @@ services:
streaming
:
build
:
.
image
:
tootsuite/mastodon:v3.4.
6
image
:
tootsuite/mastodon:v3.4.
9
restart
:
always
env_file
:
.env.production
command
:
node ./streaming
...
...
@@ -80,7 +80,7 @@ services:
sidekiq
:
build
:
.
image
:
tootsuite/mastodon:v3.4.
6
image
:
tootsuite/mastodon:v3.4.
9
restart
:
always
env_file
:
.env.production
command
:
bundle exec sidekiq
...
...
lib/mastodon/version.rb
View file @
ecd0cf1b
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
8
9
end
def
flags
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment