diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-11-30 14:20:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 14:20:15 +0100 |
commit | d037e88277ec575a15fe111213a933f4b39ea241 (patch) | |
tree | c0878b142cafc5085e309f12eba24458971e22ec | |
parent | fa9f28f52d38b5cf3184d6bc77f5554b74fca348 (diff) |
Bump version to 2.6.3 (#9391)
-rw-r--r-- | CHANGELOG.md | 19 | ||||
-rw-r--r-- | lib/mastodon/version.rb | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5eba30d5..47fa6a25d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ Changelog 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 ### Added diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 4a7987203..7157ae90e 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 2 + 3 end def pre |