diff options
author | zeripath <art27@cantab.net> | 2021-10-28 10:22:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 10:22:27 +0100 |
commit | 141d1a2aa5ff31267661c1985f52e6c02eafea11 (patch) | |
tree | b8fbe64a74cb46019e1a2496ce7c6e624ddca344 /CHANGELOG.md | |
parent | 3fc465ba5ea521cdb72972d12418b09dfb51a51c (diff) | |
download | gitea-141d1a2aa5ff31267661c1985f52e6c02eafea11.tar.gz gitea-141d1a2aa5ff31267661c1985f52e6c02eafea11.zip |
Changelog 1.15.6 (#17457) (#17468)
Frontport #17457
## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-28
* BUGFIXES
* Prevent panic in serv.go with Deploy Keys (#17434) (#17435)
* Fix CSV render error (#17406) (#17431)
* Read expected buffer size (#17409) (#17430)
* Ensure that restricted users can access repos for which they are members (#17460) (#17464)
* Make commit-statuses popup show correctly (#17447) (#17466)
* TESTING
* Add integration tests for private.NoServCommand and private.ServCommand (#17456) (#17463)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f8202f8b..07c929a267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-28 + +* BUGFIXES + * Prevent panic in serv.go with Deploy Keys (#17434) (#17435) + * Fix CSV render error (#17406) (#17431) + * Read expected buffer size (#17409) (#17430) + * Ensure that restricted users can access repos for which they are members (#17460) (#17464) + * Make commit-statuses popup show correctly (#17447) (#17466) +* TESTING + * Add integration tests for private.NoServCommand and private.ServCommand (#17456) (#17463) + ## [1.15.5](https://github.com/go-gitea/gitea/releases/tag/v1.15.5) - 2021-10-21 * SECURITY |