diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-08-23 00:42:28 +0800 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-08-22 17:42:28 +0100 |
commit | 9f58187f1176d00e10b2d8fb0fb7fae1d1bcd17b (patch) | |
tree | 6d1badc52a8c3d38f3881a3f24aa802ef316c17b /CHANGELOG.md | |
parent | 111d31d6810c6a1336db6897b8cf1b249f5d709a (diff) | |
download | gitea-9f58187f1176d00e10b2d8fb0fb7fae1d1bcd17b.tar.gz gitea-9f58187f1176d00e10b2d8fb0fb7fae1d1bcd17b.zip |
Add release notes of 1.9.2 (#7934) (#7939)
* Add release notes of 1.9.2
* add missing issue
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 09cd82d192..bdc0a223e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.io). +## [1.9.2](https://github.com/go-gitea/gitea/releases/tag/v1.9.2) - 2019-08-22 +* BUGFIXES + * Fix wrong sender when send slack webhook (#7918) (#7924) + * Upload support text/plain; charset=utf8 (#7899) + * Lfs/lock: round locked_at timestamp to second (#7872) (#7875) + * Fix non existent milestone with 500 error (#7867) (#7873) +* SECURITY + * Fix No PGP signature on 1.9.1 tag (#7874) + * Release built with go 1.12.9 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!msg/golang-announce/oeMaeUnkvVE/a49yvTLqAAAJ +* ENHANCEMENT + * Fix pull creation with empty changes (#7920) (#7926) +* BUILD + * Drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884) + ## [1.9.1](https://github.com/go-gitea/gitea/releases/tag/v1.9.1) - 2019-08-14 * BREAKING * Add pagination for admin api get orgs and fix only list public orgs bug (#7742) (#7752) |