Selaa lähdekoodia

Release v0.7.2

tags/v0.7.2^0
Daniel Oaks 7 vuotta sitten
vanhempi
commit
9264ffc857
2 muutettua tiedostoa jossa 5 lisäystä ja 11 poistoa
  1. 4
    10
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 4
- 10
CHANGELOG.md Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 (

Loading…
Peruuta
Tallenna