3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 20:09:41 +01:00

Release v0.10.3

This commit is contained in:
Daniel Oaks 2017-12-26 12:43:37 +10:00
parent b9f7850719
commit 5e9f0fd411
2 changed files with 5 additions and 7 deletions

View File

@ -4,12 +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. 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 ## [0.10.3] - 2017-12-26
New release of Oragono! This patch fixes a couple bugs, updates cap/isupport token names in response to spec changes, and allows unprivileged users to list channel bans. Ah, DLINE and KLINE also store oper names, so you can see who set those pesky bans later on!
### Config Changes Overall, a fairly standard patch that just improves things. No config changes, no database changes.
### Security Also, Merry Christmas and Happy Holidays!
### Added ### Added
* `DLINE`/`KLINE`: We now save the name of whichever oper set the ban (and display it later). * `DLINE`/`KLINE`: We now save the name of whichever oper set the ban (and display it later).
@ -20,8 +20,6 @@ New release of Oragono!
* Casemapping is now advertised using the `UTF8MAPPING` token, matching the new spec changes. * Casemapping is now advertised using the `UTF8MAPPING` token, matching the new spec changes.
* We now allow unprivileged users to list channel bans. * We now allow unprivileged users to list channel bans.
### Removed
### Fixed ### Fixed
* Fixed a bug around removing channel bans. * Fixed a bug around removing channel bans.
* Fixed a client timeout bug. * Fixed a client timeout bug.

View File

@ -9,7 +9,7 @@ import "fmt"
const ( const (
// SemVer is the semantic version of Oragono. // SemVer is the semantic version of Oragono.
SemVer = "0.10.3-unreleased" SemVer = "0.10.3"
) )
var ( var (