From d6c6b901f01ef76c1b39d23b635b1b367497e85b Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Tue, 7 Jun 2022 21:30:42 +0800 Subject: [PATCH] CHANGELOG: cut entries for 0.12.9 (#7024) [skip ci] --- CHANGELOG.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3e5cfe3..d66e03423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,13 +23,7 @@ All notable changes to Gogs are documented in this file. ### Fixed -- _Security:_ OS Command Injection in file editor. [#7000](https://github.com/gogs/gogs/issues/7000) -- _Security:_ Sanitize `DisplayName` in repository issue list. [#7009](https://github.com/gogs/gogs/pull/7009) -- _Security:_ Path Traversal in file editor on Windows. [#7001](https://github.com/gogs/gogs/issues/7001) -- _Security:_ Path Traversal in Git HTTP endpoints. [#7002](https://github.com/gogs/gogs/issues/7002) - Unable to use LDAP authentication on ARM machines. [#6761](https://github.com/gogs/gogs/issues/6761) -- Unable to init repository during creation on Windows. [#6967](https://github.com/gogs/gogs/issues/6967) -- Mysterious panic on `Value not found for type *repo.HTTPContext`. [#6963](https://github.com/gogs/gogs/issues/6963) ### Removed @@ -51,6 +45,17 @@ All notable changes to Gogs are documented in this file. - Configuration option `[database] PASSWD` is no longer used, please use `[database] PASSWORD`. - Remove option to use Makefile as the build tool. [#6980](https://github.com/gogs/gogs/pull/6980) +## 0.12.9 + +### Fixed + +- _Security:_ OS Command Injection in file editor. [#7000](https://github.com/gogs/gogs/issues/7000) +- _Security:_ Sanitize `DisplayName` in repository issue list. [#7009](https://github.com/gogs/gogs/pull/7009) +- _Security:_ Path Traversal in file editor on Windows. [#7001](https://github.com/gogs/gogs/issues/7001) +- _Security:_ Path Traversal in Git HTTP endpoints. [#7002](https://github.com/gogs/gogs/issues/7002) +- Unable to init repository during creation on Windows. [#6967](https://github.com/gogs/gogs/issues/6967) +- Mysterious panic on `Value not found for type *repo.HTTPContext`. [#6963](https://github.com/gogs/gogs/issues/6963) + ## 0.12.8 ### Changed