Skip to content

Commit f083bd7

Browse files
6543techknowlogickzeripath
authored
Changelog for 1.12.4 release (#12687) (#12709)
* Changelog for 1.12.4 release (#12687) Co-authored-by: zeripath <[email protected]> * update gitea version in docs Co-authored-by: techknowlogick <[email protected]> Co-authored-by: zeripath <[email protected]>
1 parent 6c5266c commit f083bd7

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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.12.4](https://github.com/go-gitea/gitea/releases/tag/v1.12.4) - 2020-09-02
8+
9+
* SECURITY
10+
* Escape provider name in oauth2 provider redirect (#12648) (#12650)
11+
* Escape Email on password reset page (#12610) (#12612)
12+
* When reading expired sessions - expire them (#12686) (#12690)
13+
* ENHANCEMENTS
14+
* StaticRootPath configurable at compile time (#12371) (#12652)
15+
* BUGFIXES
16+
* Fix to show an issue that is related to a deleted issue (#12651) (#12692)
17+
* Expire time acknowledged for cache (#12605) (#12611)
18+
* Fix diff path unquoting (#12554) (#12575)
19+
* Improve HTML escaping helper (#12562)
20+
* models: break out of loop (#12386) (#12561)
21+
* Default empty merger list to those with write permissions (#12535) (#12560)
22+
* Skip SSPI authentication attempts for /api/internal (#12556) (#12559)
23+
* Prevent NPE on commenting on lines with invalidated comments (#12549) (#12550)
24+
* Remove hardcoded ES indexername (#12521) (#12526)
25+
* Fix bug preventing transfer to private organization (#12497) (#12501)
26+
* Keys should not verify revoked email addresses (#12486) (#12495)
27+
* Do not add prefix on http/https submodule links (#12477) (#12479)
28+
* Fix ignored login on compare (#12476) (#12478)
29+
* Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422)
30+
* Upgrade google/go-github to v32.1.0 (#12361) (#12390)
31+
* Render emoji's of Commit message on feed-page (#12373)
32+
* Fix handling of diff on unrelated branches when Git 2.28 used (#12370)
33+
734
## [1.12.3](https://github.com/go-gitea/gitea/releases/tag/v1.12.3) - 2020-07-28
835

936
* BUGFIXES

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.12.2
21+
version: 1.12.4
2222
minGoVersion: 1.12
2323
goVersion: 1.15
2424
minNodeVersion: 10.13

0 commit comments

Comments
 (0)