Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Bump version to 2.6.3 (mastodon#9391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Nov 30, 2018
1 parent fa9f28f commit d037e88
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/mastodon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def minor
end

def patch
2
3
end

def pre
Expand Down

0 comments on commit d037e88

Please sign in to comment.