Version 1.8.2

This commit is contained in:
Girish Ramakrishnan 2018-12-26 11:47:58 -08:00
parent 6e04300610
commit 9793215e7c
3 changed files with 15 additions and 2 deletions

View File

@ -204,3 +204,16 @@
[1.8.1]
* Update Gitea to 1.6.1
[1.8.2]
* Update Gitea to 1.6.2
* SECURITY
* Sanitize uploaded file names (#5571) (#5573)
* HTMLEncode user added text (#5570) (#5575)
* BUGFIXES
* Fix indexer reindex bug when gitea restart (#5563) (#5564)
* Fix bug when a read perm user to edit his issue (#5516) (#5534)
* Detect force push failure on deletion of protected branches (#5522) (#5531)
* Fix forgot deletion of notification when delete repository (#5506) (#5514)
* Fix undeleted content when deleting user (#5429) (#5509)
* Fix empty wiki (#5504) (#5508)

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.8.1",
"version": "1.8.2",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages Gitea <upstream>1.6.1</upstream>
This app packages Gitea <upstream>1.6.2</upstream>
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.