Skip to content

Commit 6da724b

Browse files
committed
Changelog v1.15.9
* BUGFIXES * Revert "Fix delete u2f keys bug (go-gitea#18042)" (go-gitea#18107) * Migrating wiki don't require token, so we should move it out of the require form (go-gitea#17645) (go-gitea#18104) * Prevent NPE if gitea uploader fails to open url (go-gitea#18080) (go-gitea#18101) * Reset locale on login (go-gitea#17734) (go-gitea#18100) * Correctly handle failed migrations (go-gitea#17575) (go-gitea#18099) * Instead of using routerCtx just escape the url before routing (go-gitea#18086) (go-gitea#18098) * Quote references to the user table in consistency checks (go-gitea#18072) (go-gitea#18073) * Add NotFound handler (go-gitea#18062) (go-gitea#18067) * Ensure that git repository is closed before transfer (go-gitea#18049) (go-gitea#18057) * Use common sessioner for API and web routes (go-gitea#18114) * TRANSLATION * Fix code search result hint on zh-CN (go-gitea#18053) Signed-off-by: Andrew Thornton <[email protected]>
1 parent 353d88a commit 6da724b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-28
8+
9+
* BUGFIXES
10+
* Revert "Fix delete u2f keys bug (#18042)" (#18107)
11+
* Migrating wiki don't require token, so we should move it out of the require form (#17645) (#18104)
12+
* Prevent NPE if gitea uploader fails to open url (#18080) (#18101)
13+
* Reset locale on login (#17734) (#18100)
14+
* Correctly handle failed migrations (#17575) (#18099)
15+
* Instead of using routerCtx just escape the url before routing (#18086) (#18098)
16+
* Quote references to the user table in consistency checks (#18072) (#18073)
17+
* Add NotFound handler (#18062) (#18067)
18+
* Ensure that git repository is closed before transfer (#18049) (#18057)
19+
* Use common sessioner for API and web routes (#18114)
20+
* TRANSLATION
21+
* Fix code search result hint on zh-CN (#18053)
22+
723
## [1.15.8](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) - 2021-12-20
824

925
* BUGFIXES

0 commit comments

Comments
 (0)