diff options
author | Thomas Boerger <thomas@webhippie.de> | 2017-02-21 15:38:38 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-21 22:38:38 +0800 |
commit | fe5ff8e4b2b3c951fa85572f3760ee2a396247ac (patch) | |
tree | 1bc4c0fd34dc32a20132f76686b97a75a6937032 /CHANGELOG.md | |
parent | 70ae6d197b28f018264798b07a16bf3acc36405c (diff) | |
download | gitea-fe5ff8e4b2b3c951fa85572f3760ee2a396247ac.tar.gz gitea-fe5ff8e4b2b3c951fa85572f3760ee2a396247ac.zip |
Added 1.0.2 to changelog (#998)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56de5d9168..d9222ba62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.2](https://github.com/go-gitea/gitea/releases/tag/v1.0.2) - 2017-02-21 + +* BUGFIXES + * Fixed issue counter [#882](https://github.com/go-gitea/gitea/pull/882) + * Fixed XSS vulnerability on wiki page [#955](https://github.com/go-gitea/gitea/pull/955) + * Add data dir without session to dump [#587](https://github.com/go-gitea/gitea/pull/587) + * Fixed wiki page renaming [#958](https://github.com/go-gitea/gitea/pull/958) + * Drop default console logger if not required [#960](https://github.com/go-gitea/gitea/pull/960) + * Fixed docker docs link on install page [#972](https://github.com/go-gitea/gitea/pull/972) + * Handle SetModel errors [#957](https://github.com/go-gitea/gitea/pull/957) + * Fixed XSS vulnerability on milestones [#977](https://github.com/go-gitea/gitea/pull/977) + * Fixed XSS vulnerability on alerts [#981](https://github.com/go-gitea/gitea/pull/981) + ## [1.0.1](https://github.com/go-gitea/gitea/releases/tag/v1.0.1) - 2017-01-05 * BUGFIXES |