* 1.6.1 & 1.6.2 blog post

* add links

* Update release-of-1.6.2.md
This commit is contained in:
techknowlogick 2018-12-21 15:30:14 -05:00 коммит произвёл GitHub
Родитель 81ce94e27a
Коммит 0e0a55e7f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 66 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,29 @@
---
date: "2018-12-08T12:00:00+03:00"
author: "techknowlogick"
title: "Gitea 1.6.1 is released"
tags: ["release"]
---
We are happy to announce version 1.6.1 of Gitea has now been released. This
is a smaller release, with 7 merged PRs. You can download one of our pre-built
binaries from our [downloads page](https://dl.gitea.io/gitea/1.6.1/) - 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 all of our supporters on
[Open Collective](https://opencollective.com/gitea) who are also helping us
with financial sustainment.
<!--more-->
## Changelog
* BUGFIXES
* Fix dependent issue searching when gitea is run in subpath ([#5392](https://github.com/go-gitea/gitea/pull/5392)) ([#5400](https://github.com/go-gitea/gitea/pull/5400))
* API: '/orgs/:org/repos': return private repos with read access ([#5393](https://github.com/go-gitea/gitea/pull/5393))
* Fix repository deletion when there is large number of issues in it ([#5426](https://github.com/go-gitea/gitea/pull/5426)) ([#5434](https://github.com/go-gitea/gitea/pull/5434))
* Word-break the WebHook url to prevent a ui-break ([#5445](https://github.com/go-gitea/gitea/pull/5445))
* Admin should be able to delete repos via the API even if they are not a member of the organization ([#5443](https://github.com/go-gitea/gitea/pull/5443)) ([#5447](https://github.com/go-gitea/gitea/pull/5447))
* Ensure that the `closed_at` is set for closed ([#5450](https://github.com/go-gitea/gitea/pull/5450))
* Fix topic name length on database ([#5493](https://github.com/go-gitea/gitea/pull/5493)) ([#5495](https://github.com/go-gitea/gitea/pull/5495))

Просмотреть файл

@ -0,0 +1,37 @@
---
date: "2018-12-21T01:00:00+02:00"
author: "techknowlogick"
title: "Release of 1.6.2"
tags: ["release"]
draft: false
---
We proudly present the bugfix release of Gitea version 1.6.2. This release contains important
security fixes so it is highly recommended to update to latest release.
We have merged 10 pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.6.2/),
you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We would like to say special thanks to those who reported security issues fixed in this release.
* [Louis from @PentesterLab](https://github.com/PentesterLab) ([#5571](https://github.com/go-gitea/gitea/pull/5571))
* [@simia-zaru ](https://github.com/simia-zaru ) ([#5570](https://github.com/go-gitea/gitea/pull/5570))
Another thank you goes to all of our supporters on [Open Collective](https://opencollective.com/gitea)
who are also helping us with financial sustainment.
<!--more-->
## Changelog
* SECURITY
* Sanitize uploaded file names ([#5571](https://github.com/go-gitea/gitea/pull/5571)) ([#5573](https://github.com/go-gitea/gitea/pull/5573))
* HTMLEncode user added text ([#5570](https://github.com/go-gitea/gitea/pull/5570)) ([#5575](https://github.com/go-gitea/gitea/pull/5575))
* BUGFIXES
* Fix indexer reindex bug when gitea restart ([#5563](https://github.com/go-gitea/gitea/pull/5563)) ([#5564](https://github.com/go-gitea/gitea/pull/5564))
* Remove a double slash in the HTTPS redirect with Let's Encrypt ([#5537](https://github.com/go-gitea/gitea/pull/5537)) ([#5539](https://github.com/go-gitea/gitea/pull/5539))
* Fix bug when a read perm user to edit his issue ([#5516](https://github.com/go-gitea/gitea/pull/5516)) ([#5534](https://github.com/go-gitea/gitea/pull/5534))
* Detect force push failure on deletion of protected branches ([#5522](https://github.com/go-gitea/gitea/pull/5522)) ([#5531](https://github.com/go-gitea/gitea/pull/5531))
* Let's Encrypt handler listens on correct port for certificate validation ([#5525](https://github.com/go-gitea/gitea/pull/5525)) ([#5527](https://github.com/go-gitea/gitea/pull/5527))
* Fix forgot deletion of notification when delete repository ([#5506](https://github.com/go-gitea/gitea/pull/5506)) ([#5514](https://github.com/go-gitea/gitea/pull/5514))
* Fix undeleted content when deleting user ([#5429](https://github.com/go-gitea/gitea/pull/5429)) ([#5509](https://github.com/go-gitea/gitea/pull/5509))
* Fix empty wiki ([#5504](https://github.com/go-gitea/gitea/pull/5504)) ([#5508](https://github.com/go-gitea/gitea/pull/5508))