From 20fe4c7704db3776cb35ac64536c5a98172058cb Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sat, 10 Dec 2016 22:24:49 +1000 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 10 +++++----- irc/constants.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d77de7d..6ebfb0eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ All notable changes to Oragono will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). For the purposes of versioning, we consider the "public API" to refer to the configuration files, CLI interface and database format. -## Unreleased -New release of Oragono! +## [0.5.0] - 2016-12-10 +This release includes a ton of fixes, as well as the ability to ban IP addresses from your network with the `DLINE` command! -### Security +As well, there are some major fixes with the libraries Oragono depends on, which fix various DoS attacks, crashes and timeouts. In short, this release is more stable and fixes a bunch of issues. + +This release also updates the database, so be sure to run the `oragono upgradedb` command. ### Added * Added ability to ban IP addresses and networks from the server with the `DLINE` and `UNDLINE` commands. @@ -17,8 +19,6 @@ New release of Oragono! * Database upgraded to make handling accounts simpler. * Only give chanop (`@`) on channel join, not channel founder (`~`). We'll do channel founder and all on registered chans only. -### Removed - ### Fixed * Fix a bunch of bugs around setting nicknames on join. * Fixed crash when using STATUSMSG-like messaging. diff --git a/irc/constants.go b/irc/constants.go index 077ead81d..a0ce19157 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "0.5.0-unreleased" + SemVer = "0.5.0" ) var (