about summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-11-30 22:37:58 +0100
committerGitHub <noreply@github.com>2018-11-30 22:37:58 +0100
commit3cbe0c26bbc2a9a70542ca6d43336d06aae8f42d (patch)
tree750732633da28b3ed719883ee00db0593fb44fde /CHANGELOG.md
parent76320bf6d8ff09cfbea911a5d0f466aa160d313f (diff)
parentbc8411ec870e579bd2411827f3b8a1d4ecf44796 (diff)
Merge pull request #837 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 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