Skip to content

Commit e2c8d6f

Browse files
tboergerlunny
authored andcommitted
[1.0] Added 1.0.2 to changelog (#1000)
* Added 1.0.2 to changelog * Raised version to 1.0.2
1 parent 1a5df9e commit e2c8d6f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/go-gitea/gitea/releases/tag/v1.0.2) - 2017-02-21
4+
5+
* BUGFIXES
6+
* Fixed issue counter [#882](https://github.com/go-gitea/gitea/pull/882)
7+
* Fixed XSS vulnerability on wiki page [#955](https://github.com/go-gitea/gitea/pull/955)
8+
* Add data dir without session to dump [#587](https://github.com/go-gitea/gitea/pull/587)
9+
* Fixed wiki page renaming [#958](https://github.com/go-gitea/gitea/pull/958)
10+
* Drop default console logger if not required [#960](https://github.com/go-gitea/gitea/pull/960)
11+
* Fixed docker docs link on install page [#972](https://github.com/go-gitea/gitea/pull/972)
12+
* Handle SetModel errors [#957](https://github.com/go-gitea/gitea/pull/957)
13+
* Fixed XSS vulnerability on milestones [#977](https://github.com/go-gitea/gitea/pull/977)
14+
* Fixed XSS vulnerability on alerts [#981](https://github.com/go-gitea/gitea/pull/981)
15+
316
## [1.0.1](https://github.com/go-gitea/gitea/releases/tag/v1.0.1) - 2017-01-05
417

518
* BUGFIXES

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
// Version holds the current Gitea version
21-
var Version = "1.0.0+dev"
21+
var Version = "1.0.2+dev"
2222

2323
func init() {
2424
runtime.GOMAXPROCS(runtime.NumCPU())

0 commit comments

Comments
 (0)