]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.6.3 (#9391)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 30 Nov 2018 13:20:15 +0000 (14:20 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 13:20:15 +0000 (14:20 +0100)
CHANGELOG.md
lib/mastodon/version.rb

index e5eba30d54a73672479a24c24743037b3cbeb6d0..47fa6a25df0127feff696aab3538404931a4f335 100644 (file)
@@ -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
 
index 4a7987203fc7eb6d184fc801f94825b0c6012a50..7157ae90e8a06cf6d1d0c31a5958c2554401f8cc 100644 (file)
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      2
+      3
     end
 
     def pre