diff options
author | 6543 | 2021-03-07 16:02:54 +0100 |
---|---|---|
committer | GitHub | 2021-03-07 23:02:54 +0800 |
commit | 75496b9ff507ca5e9b7665f888f1156485e6532d (patch) | |
tree | c22dbf684ca9151719e4be048f2dca03010b2108 | |
parent | 8dad47a94af28bec403c4551d2ea265e4b98df5f (diff) |
Changelog v1.13.4 (#14917)v1.13.4
* Changelog v1.13.4
* nit
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c90c655..4f0e1ac76 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.13.4](https://github.com/go-gitea/gitea/releases/tag/v1.13.4) - 2021-03-07 + +* SECURITY + * Fix issue popups (#14898) (#14899) +* BUGFIXES + * Fix race in LFS ContentStore.Put(...) (#14895) (#14913) + * Fix a couple of issues with a feeds (#14897) (#14903) + * When transfering repository and database transaction failed, rollback the renames (#14864) (#14902) + * Fix race in local storage (#14888) (#14901) + * Fix 500 on pull view page if user is not loged in (#14885) (#14886) +* DOCS + * Fix how lfs data path is set (#14855) (#14884) + ## [1.13.3](https://github.com/go-gitea/gitea/releases/tag/v1.13.3) - 2021-03-04 * BREAKING |