From 435f30cf8cc1f6e626e622a96534978df458421d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 16 Jan 2019 10:47:09 -0800 Subject: [PATCH] Version 1.8.4 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 410ec84..09b24b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -222,3 +222,9 @@ * SECURITY: Prevent DeleteFilePost doing arbitrary deletion (#5631) * BUGFIX: Fix wrong text getting saved on editing second comment on an issue (#5608) +[1.8.4] +* Update Gitea to 1.6.4 +* Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685) +* When redirecting clean the path to avoid redirecting to external site (#5669) (#5703) +* Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6224ec5..022f261 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.3", + "version": "1.8.4", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8c436ec..adf84f3 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.6.3 +This app packages Gitea 1.6.4 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.