Version 1.8.2
This commit is contained in:
parent
6e04300610
commit
9793215e7c
13
CHANGELOG
13
CHANGELOG
|
@ -204,3 +204,16 @@
|
||||||
[1.8.1]
|
[1.8.1]
|
||||||
* Update Gitea to 1.6.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)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "1.8.1",
|
"version": "1.8.2",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -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.
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue