From 720086a10b8b94627e72c880b039fd4db6b2e6ef Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Thu, 1 Nov 2018 06:42:35 +0200 Subject: [PATCH] Add blog post for release 1.5.3 (#77) --- content/post/release-of-1.5.3.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/post/release-of-1.5.3.md diff --git a/content/post/release-of-1.5.3.md b/content/post/release-of-1.5.3.md new file mode 100644 index 0000000..d31dd97 --- /dev/null +++ b/content/post/release-of-1.5.3.md @@ -0,0 +1,28 @@ +--- +date: "2018-10-31T12:00:00+03:00" +author: "lafriks" +title: "Gitea 1.5.3 is released" +tags: ["release"] +--- + +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](https://dl.gitea.io/gitea/1.5.3/) - make sure to select the +correct platform! For further details on how to install, follow our +[installation guide](https://docs.gitea.io/en-us/install-from-binary/). + +We'd like to thank [5alt](https://github.com/5alt) for reporting security issue +that have been patched in this release. Another thank you goes to all of our +supporters on [Open Collective](https://opencollective.com/gitea) who are also +helping us with financial sustainment. + + + +## Changelog + +* SECURITY + * Fix remote command execution vulnerability in upstream library ([#5177](https://github.com/go-gitea/gitea/pull/5177)) ([#5196](https://github.com/go-gitea/gitea/pull/5196))