blog/content/post/release-of-1.5.3.md
jolheiser a225064b9a Add/modify tags on posts (#259)
Now that we have a JSON endpoint for posts, tagging posts can aid in filtering that data in the future.

For example, the docs could list any posts tagged `tutorial` or `feature` somewhere.

Reviewed-on: https://gitea.com/gitea/blog/pulls/259
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2023-04-19 18:31:43 +08:00

1.1 KiB

date author title tags
2018-10-31T12:00:00+03:00 lafriks Gitea 1.5.3 is released
release
gitea

We are happy to announce version 1.5.3 of Gitea has now been released. This is a smaller release, with only 1 merged PRs, but it contains critcal security fix for vulnerability that could potentially allow for authorized users to do remote code excution.

You can download one of our pre-built binaries from our downloads page - make sure to select the correct platform! For further details on how to install, follow our installation guide.

We'd like to thank 5alt for reporting security issue that have been patched in this release. Another thank you goes to all of our supporters on Open Collective who are also helping us with financial sustainment.

Changelog

  • SECURITY
    • Fix remote command execution vulnerability in upstream library (#5177) (#5196)