From 2eae86ee533a5adddb7d19f57a017c2cd62b7e00 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 10 Jan 2019 09:38:37 -0800 Subject: [PATCH] Version 1.8.3 --- CHANGELOG | 5 +++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1790ce0..410ec84 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -217,3 +217,8 @@ * Fix undeleted content when deleting user (#5429) (#5509) * Fix empty wiki (#5504) (#5508) +[1.8.3] +* Update Gitea to 1.6.3 +* SECURITY: Prevent DeleteFilePost doing arbitrary deletion (#5631) +* BUGFIX: Fix wrong text getting saved on editing second comment on an issue (#5608) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 3da70b3..6224ec5 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.8.2", + "version": "1.8.3", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 9379e69..8c436ec 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.6.2 +This app packages Gitea 1.6.3 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.