aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Franz2019-01-04 19:14:28 +0100
committerGitHub2019-01-04 19:14:28 +0100
commit30560b0f9b750cb96497ce110577c4293fc863ca (patch)
tree0df9061be27e93b6ec7d26ef23a92ad05fa1992a
parent6076674d3a699fcccd6509fe98af1d1dc731f1c7 (diff)
Add changelog for 1.6.3 (#5637)v1.6.3
* Add changelog for 1.6.3 and 1.7.0-rc2 Signed-off-by: Jonas Franz <info@jonasfranz.software> * Remove 1.7.0 entries Signed-off-by: Jonas Franz <info@jonasfranz.software>
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35d39c558..e179c7ad4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
+## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04
+* SECURITY
+ * Prevent DeleteFilePost doing arbitrary deletion (#5631)
+* BUGFIX
+ * Fix wrong text getting saved on editing second comment on an issue (#5608)
+
## [1.6.2](https://github.com/go-gitea/gitea/releases/tag/v1.6.2) - 2018-12-21
* SECURITY
* Sanitize uploaded file names (#5571) (#5573)