Skip to content

Commit d1a056f

Browse files
authored
Frontport Changelog 1.15.5 (#17392) (#17401)
1 parent 406bd37 commit d1a056f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7+
## [1.15.5](https://github.com/go-gitea/gitea/releases/tag/v1.15.5) - 2021-10-21
8+
9+
* SECURITY
10+
* Upgrade Bluemonday to v1.0.16 (#17372) (#17374)
11+
* Ensure correct SSH permissions check for private and restricted users (#17370) (#17373)
12+
* BUGFIXES
13+
* Prevent NPE in CSV diff rendering when column removed (#17018) (#17377)
14+
* Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281) (#17376)
15+
* Don't panic if we fail to parse U2FRegistration data (#17304) (#17371)
16+
* Ensure popup text is aligned left (backport for 1.15) (#17343)
17+
* Ensure that git daemon export ok is created for mirrors (#17243) (#17306)
18+
* Disable core.protectNTFS (#17300) (#17302)
19+
* Use pointer for wrappedConn methods (#17295) (#17296)
20+
* AutoRegistration is supposed to be working with disabled registration (backport) (#17292)
21+
* Handle duplicate keys on GPG key ring (#17242) (#17284)
22+
* Fix SVG side by side comparison link (#17375) (#17391)
23+
724
## [1.15.4](https://github.com/go-gitea/gitea/releases/tag/v1.15.4) - 2021-10-08
825
* BUGFIXES
926
* Raw file API: don't try to interpret 40char filenames as commit SHA (#17185) (#17272)

docs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params:
1818
description: Git with a cup of tea
1919
author: The Gitea Authors
2020
website: https://docs.gitea.io
21-
version: 1.15.4
21+
version: 1.15.5
2222
minGoVersion: 1.16
2323
goVersion: 1.17
2424
minNodeVersion: 12.17

0 commit comments

Comments
 (0)