File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.9.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.2 ) - 2019-08-22
2
+ * BUGFIXES
3
+ * Fix wrong sender when send slack webhook (#7918 ) (#7924 )
4
+ * Upload support text/plain; charset=utf8 (#7899 )
5
+ * lfs/lock: round locked_at timestamp to second (#7872 ) (#7875 )
6
+ * fix non existent milestone with 500 error (#7867 ) (#7873 )
7
+ * ENHANCEMENT
8
+ * Fix pull creation with empty changes (#7920 ) (#7926 )
9
+ * BUILD
10
+ * drone/docker: prepare multi-arch release + provide arm64 image (#7571 ) (#7884 )
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ func Password(m *models.Mirror) string {
267
267
return password
268
268
}
269
269
270
- // MirrorUpdate checks and updates mirror repositories.
270
+ // Update checks and updates mirror repositories.
271
271
func Update () {
272
272
log .Trace ("Doing: Update" )
273
273
You can’t perform that action at this time.
0 commit comments