소스 검색

Release v0.7.1

tags/v0.7.1^0
Daniel Oaks 7 년 전
부모
커밋
511da5b434
2개의 변경된 파일5개의 추가작업 그리고 14개의 파일을 삭제
  1. 4
    13
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 4
- 13
CHANGELOG.md 파일 보기

@@ -4,20 +4,11 @@ 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
11
- 
7
+## [0.7.1] - 2017-03-28
8
+This is a quick patch release of Oragono to work around a discovered bug.
9
+
12 10
 ### Security
13
- 
14
-### Added
15
- 
16
-### Changed
17
- 
18
-### Removed
19
- 
20
-### Fixed
11
+* Fixed a bug where non-logged in users could register channels. Bleh.
21 12
  
22 13
 
23 14
 ## [0.7.0] - 2017-03-27

+ 1
- 1
irc/constants.go 파일 보기

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

Loading…
취소
저장