diff options
author | zeripath <art27@cantab.net> | 2021-07-22 19:20:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 20:20:21 +0200 |
commit | 81091c4f3417be4578f5ca5394079f1207494531 (patch) | |
tree | 851da1c03f3285e3006f384fce16cc55b10d110f /CHANGELOG.md | |
parent | 1ce4fb256f43bb82c3b78a1cd7de87cc32690dc1 (diff) | |
download | gitea-81091c4f3417be4578f5ca5394079f1207494531.tar.gz gitea-81091c4f3417be4578f5ca5394079f1207494531.zip |
Changelog for 1.15.0-rc2 (#16511) (#16515)
* Changelog for 1.15.0-rc2
Results of `~/go/bin/changelog -m 1.15.0 --after 16422 generate`
We need to release RC2 as there are mulitple problems with alpine 3.14 related to
the seccomp issues on Docker <20.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fdfb72b0e..d20ad9d4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc2) - 2021-07-22 + +* BUGFIXES + * Restore creation of git-daemon-export-ok files (#16508) (#16514) + * Fix data race in bleve indexer (#16474) (#16509) + * Restore CORS on git smart http protocol (#16496) (#16506) + * Fix race in log (#16490) (#16505) + * Fix prepareWikiFileName to respect existing unescaped files (#16487) (#16498) + * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16480) + * Update notification table with only latest data (#16445) (#16469) + * Revert to use alpine 3.13 to fix multiple seccomp related issues with Docker <20 (#16451) (#16452) + * Fix crash following ldap authentication update (#16447) (#16448) + ## [1.15.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc1) - 2021-07-15 * BREAKING |