summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-11-30 03:08:37 +0100
committerEugen Rochko <eugen@zeonfederated.com>2018-11-30 03:08:37 +0100
commita1216e631537b1fbf07f2c8724ac05e757800be6 (patch)
treeb4a1b5c7ebb5ba3d8860740dc04900eeaf03709a
parent34de90c486176992d8bc3d0f5f9f1156509d448c (diff)
Bump version to 2.6.3v2.6.3
-rw-r--r--CHANGELOG.md19
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5eba30d54a..47fa6a25df0 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 4a7987203fc..7157ae90e8a 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