File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2323func init () {
2424 runtime .GOMAXPROCS (runtime .NumCPU ())
You can’t perform that action at this time.
0 commit comments