]> source.dussan.org Git - gitea.git/commitdiff
Add changelog for 1.6.3 (#5637) v1.6.3
authorJonas Franz <info@jonasfranz.software>
Fri, 4 Jan 2019 18:14:28 +0000 (19:14 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Jan 2019 18:14:28 +0000 (19:14 +0100)
* 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>
CHANGELOG.md

index 35d39c55811dc8a5d0d3df33b68aff55785e25b1..e179c7ad4ed33be130fab4ef446658d7c6b1538c 100644 (file)
@@ -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)