From 09efb8e322fee98e7084d8c597d48d6513aa80af Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 23 Oct 2016 00:56:13 +1000 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 11 ++++++----- irc/constants.go | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72eb5e0b..67cc183e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ 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.3.0] - 2016-10-23 +We now support dynamically reloading the config file, along with some new IRCv3 capabilities and some fixes. + +The `REHASH` changes are fairly extensive here, but should now be stable (this also fixes a denial of service possible with the old code). ### Security * Prevent a denial of service where the server would stop accepting connections. @@ -17,11 +19,10 @@ New release of Oragono! * Added support for IRCv3 capabilities [`cap-notify`](http://ircv3.net/specs/extensions/cap-notify-3.2.html) and [`echo-message`](http://ircv3.net/specs/extensions/echo-message-3.2.html). ### Changed -* Server operators no longer have permissions to do everything in channels. - -### Removed +* Server operators no longer have permissions to do everything in channels. ### Fixed +* MODE: Fixed issue where channel privelege changes returned incorrectly. ## [0.2.0] - 2016-10-16 diff --git a/irc/constants.go b/irc/constants.go index 8b6b13fa..5313f5e6 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.3.0-unreleased" + SemVer = "0.3.0" ) var (