From f2d4698baf89aab089a8ef8ec78e91feb2aca22f Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 9 Nov 2017 15:07:40 +1000 Subject: [PATCH] Release v0.10.1 --- CHANGELOG.md | 13 +++++++------ irc/constants.go | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08993415..a0c60951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,21 @@ 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.10.1] - 2017-11-09 +This patch release of Oragono fixes a fairly big channel mode bug, where users could set channel modes when they weren't actually allowed to. ### Config Changes +* `recover-from-errors` key added under `debug`, which enables recovery from client-caused errors (at the cost of possible server instability). ### Security +* Clients could set channel modes when they weren't supposed to be able to. ### Added - -### Changed - -### Removed +* We now allow recovering from client-caused panics. ### Fixed +* `SAMODE` now lists other users' modes. +* Removed some possible crashes and races. ## [0.10.0] - 2017-10-23 diff --git a/irc/constants.go b/irc/constants.go index 9004bee0..40b53e10 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.10.1-unreleased" + SemVer = "0.10.1" ) var (