Bump version to 2.6.3 (#9391)
This commit is contained in:
parent
fa9f28f52d
commit
d037e88277
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -3,6 +3,25 @@ Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [2.6.3] - 2018-11-30
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Add hyphen to characters allowed in remote usernames (#9345)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Change server user count to exclude suspended accounts (#9380)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix ffmpeg processing sometimes stalling due to overfilled stdout buffer (#9368)
|
||||||
|
- Fix missing DNS records raising the wrong kind of exception (#9379)
|
||||||
|
- Fix already queued deliveries still trying to reach inboxes marked as unavailable (#9358)
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Fix TLS handshake timeout not being enforced (#9381)
|
||||||
|
|
||||||
## [2.6.2] - 2018-11-23
|
## [2.6.2] - 2018-11-23
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
2
|
3
|
||||||
end
|
end
|
||||||
|
|
||||||
def pre
|
def pre
|
||||||
|
|
Loading…
Reference in New Issue