Frontport v1.14.5 (#16454)
* Frontport v1.14.5 Frontport #16450 Frontport the changelog from v1.14.5 Signed-off-by: Andrew Thornton <art27@cantab.net> * Update config.yaml Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
95f40047ef
commit
6d8648ce06
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -216,6 +216,18 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
|
||||||
* Remove utf8 option from installation page (#16126)
|
* Remove utf8 option from installation page (#16126)
|
||||||
* Use Wants= over Requires= in systemd file (#15897)
|
* Use Wants= over Requires= in systemd file (#15897)
|
||||||
|
|
||||||
|
## [1.14.5](https://github.com/go-gitea/gitea/releases/tag/v1.14.5) - 2021-07-16
|
||||||
|
|
||||||
|
* SECURITY
|
||||||
|
* Hide mirror passwords on repo settings page (#16022) (#16355)
|
||||||
|
* Update bluemonday to v1.0.15 (#16379) (#16380)
|
||||||
|
* BUGFIXES
|
||||||
|
* Retry rename on lock induced failures (#16435) (#16439)
|
||||||
|
* Validate issue index before querying DB (#16406) (#16410)
|
||||||
|
* Fix crash following ldap authentication update (#16447) (#16449)
|
||||||
|
* ENHANCEMENTS
|
||||||
|
* Redirect on bad CSRF instead of presenting bad page (#14937) (#16378)
|
||||||
|
|
||||||
## [1.14.4](https://github.com/go-gitea/gitea/releases/tag/v1.14.4) - 2021-07-06
|
## [1.14.4](https://github.com/go-gitea/gitea/releases/tag/v1.14.4) - 2021-07-06
|
||||||
|
|
||||||
* BUGFIXES
|
* BUGFIXES
|
||||||
|
|
|
@ -18,7 +18,7 @@ params:
|
||||||
description: Git with a cup of tea
|
description: Git with a cup of tea
|
||||||
author: The Gitea Authors
|
author: The Gitea Authors
|
||||||
website: https://docs.gitea.io
|
website: https://docs.gitea.io
|
||||||
version: 1.14.4
|
version: 1.14.5
|
||||||
minGoVersion: 1.14
|
minGoVersion: 1.14
|
||||||
goVersion: 1.16
|
goVersion: 1.16
|
||||||
minNodeVersion: 12.17
|
minNodeVersion: 12.17
|
||||||
|
|
Loading…
Reference in a new issue