Skip to content

Commit 6875b4c

Browse files
zeripathjolheiserguillep2klafriks
committed
Changelog for v1.11.2 (go-gitea#10627)
* Changelog for v1.11.2 Co-authored-by: John Olheiser <[email protected]> Co-authored-by: guillep2k <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 345515a commit 6875b4c

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,51 @@ 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.11.2](https://github.com/go-gitea/gitea/releases/tag/v1.11.2) - 2020-03-06
8+
9+
* BREAKING
10+
* Various fixes in login sources (#10428) (#10429)
11+
* SECURITY
12+
* Ensure only own addresses are updated (#10397) (#10399)
13+
* Logout POST action (#10582) (#10585)
14+
* Org action fixes and form cleanup (#10512) (#10514)
15+
* Change action GETs to POST (#10462) (#10464)
16+
* Fix admin notices (#10480) (#10483)
17+
* Change admin dashboard to POST (#10465) (#10466)
18+
* Update markbates/goth (#10444) (#10445)
19+
* Update crypto vendors (#10385) (#10398)
20+
* BUGFIXES
21+
* Allow users with write permissions to modify issue descriptions and comments. (#10623) (#10626)
22+
* Handle deleted base branch in PR (#10618) (#10619)
23+
* Delete dependencies when deleting a repository (#10608) (#10616)
24+
* Ensure executable bit is kept on the web editor (#10607) (#10614)
25+
* Update mergebase in pr checker (#10586) (#10605)
26+
* Fix release attachments being deleted while upgrading (#10572) (#10573)
27+
* Fix redirection path if Slack webhook channel is invalid (#10566)
28+
* Fix head.tmpl og:image picture location (#10531) (#10556)
29+
* Fix 404 after activating secondary email (#10547) (#10553)
30+
* Show Signer in commit lists and add basic trust (#10425 & #10511) (#10524)
31+
* Fix potential bugs (#10513) (#10518)
32+
* Use \[:space:\] instead of \\s (#10508) (#10509)
33+
* Avoid mailing users that have explicitly unwatched an issue (#10475) (#10500)
34+
* Handle push rejection message in Merge & Web Editor (#10373) (#10497)
35+
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) (#10493)
36+
* Fix double PR notification from API (#10482) (#10486)
37+
* Show the username as a fallback on feeds if full name is blank (#10461)
38+
* Trigger webhooks on issue label-change via API too (#10421) (#10439)
39+
* Fix git reference type in webhooks (#10427) (#10432)
40+
* Prevent panic on merge to PR (#10403) (#10408)
41+
* Fix wrong num closed issues on repository when close issue via commit… (#10364) (#10380)
42+
* Reading pull attachments should depend on read UnitTypePullRequests (#10346) (#10354)
43+
* Set max-width on review-box comment box (#10348) (#10353)
44+
* Prevent nil pointer in GetPullRequestCommitStatusState (#10342) (#10344)
45+
* Fix protected branch status check settings (#10341) (#10343)
46+
* Truncate long commit message header (#10301) (#10319)
47+
* Set the initial commit status to Success otherwise it will always be Pending (#10317) (#10318)
48+
* Don't manually replace whitespace during render (#10291) (#10315)
49+
* ENHANCEMENT
50+
* Admin page for managing user e-mail activation (#10557) (#10579)
51+
752
## [1.11.1](https://github.com/go-gitea/gitea/releases/tag/v1.11.1) - 2020-02-15
853

954
* 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.11.0
21+
version: 1.12.0
2222
minGoVersion: 1.11
2323
goVersion: 1.13
2424
minNodeVersion: 10

0 commit comments

Comments
 (0)