diff options
author | techknowlogick <hello@techknowlogick.com> | 2019-01-16 10:37:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 10:37:57 -0500 |
commit | 19e651c0dd81601551acbf4f818c24670515192b (patch) | |
tree | d492b62590f83f02f57c5336615d1d48b3a5e7dc /CHANGELOG.md | |
parent | 5d384c943f71a9277a78c2a4f9307f171e39ae31 (diff) | |
download | gitea-19e651c0dd81601551acbf4f818c24670515192b.tar.gz gitea-19e651c0dd81601551acbf4f818c24670515192b.zip |
backport 1.6.4 to HEAD (#5742)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5278670a04..918242027e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15 +* BUGFIX + * Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685) + * When redirecting clean the path to avoid redirecting to external site (#5669) (#5703) + * Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715) + ## [1.7.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.7.0-rc2) - 2019-01-04 * SECURITY * Prevent DeleteFilePost doing arbitrary deletion (#5631) |