aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2018-10-31 04:13:14 +0200
committertechknowlogick <hello@techknowlogick.com>2018-10-30 22:13:14 -0400
commit6eff62ae0940872bc45cd191b5689f7769451436 (patch)
tree3c12c3724c9e401b8dc3b4940a55e5b447f146e4 /CHANGELOG.md
parent22ad514297b1958f93913aacbb88b81a94113a1e (diff)
downloadgitea-6eff62ae0940872bc45cd191b5689f7769451436.tar.gz
gitea-6eff62ae0940872bc45cd191b5689f7769451436.zip
Add changelog for 1.5.3 release (#5227)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67de6b764d..d32531db78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -139,6 +139,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Fix punctuation in English translation (#4958)
* Fix translation (#4355)
+## [1.5.3](https://github.com/go-gitea/gitea/releases/tag/v1.5.3) - 2018-10-31
+* SECURITY
+ * Fix remote command execution vulnerability in upstream library (#5177) (#5196)
+
## [1.5.2](https://github.com/go-gitea/gitea/releases/tag/v1.5.2) - 2018-10-09
* SECURITY
* Enforce token on api routes (#4840) (#4905)