Przeglądaj źródła

Release v0.7.2

tags/v0.7.2^0
Daniel Oaks 7 lat temu
rodzic
commit
9264ffc857
2 zmienionych plików z 5 dodań i 11 usunięć
  1. 4
    10
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 4
- 10
CHANGELOG.md Wyświetl plik

@@ -4,20 +4,14 @@ All notable changes to Oragono will be documented in this file.
4 4
 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.
5 5
 
6 6
 
7
-## Unreleased
8
-New release of Oragono!
9
- 
10
-### Config Changes
7
+## [0.7.2] - 2017-04-17
8
+This is a patch release of Oragono to fix discovered bugs and crashes. I'll also be implementing some more stringent checks before pushing releases after this, to ensure these same sort of bugs don't happen again.
11 9
  
12 10
 ### Security
13
- 
14
-### Added
15
- 
16
-### Changed
17
- 
18
-### Removed
11
+* Fixed a bug where any user joining an unregistered channel was given chanop status (thanks @vegax87).
19 12
  
20 13
 ### Fixed
14
+* Fixed a number of various crashes and races.
21 15
 
22 16
 
23 17
 ## [0.7.1] - 2017-03-28

+ 1
- 1
irc/constants.go Wyświetl plik

@@ -9,7 +9,7 @@ import "fmt"
9 9
 
10 10
 const (
11 11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "0.7.2-unreleased"
12
+	SemVer = "0.7.2"
13 13
 )
14 14
 
15 15
 var (

Ładowanie…
Anuluj
Zapisz