summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-09-02 22:56:35 +0100
committerGitHub <noreply@github.com>2021-09-03 05:56:35 +0800
commitb6c752e914a99822c2164e05c31211337cd90291 (patch)
treed65547812a3bbf31b524c9f1be1c852b6cf6405d /CHANGELOG.md
parent33af0c3aa27d271f47e522c238f86080b350af4b (diff)
downloadgitea-b6c752e914a99822c2164e05c31211337cd90291.tar.gz
gitea-b6c752e914a99822c2164e05c31211337cd90291.zip
Changelog for 1.14.7 (#16924) (#16928)
* BUGFIXES * Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894) (#16896) * Fix wiki raw commit diff/patch view (#16891) (#16893) * Ensure wiki repos are all closed (#16886) (#16889) * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16849) * Recreate Tables should Recreate indexes on MySQL (#16718) (#16740) Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cb5aa73ce..96b50b62b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -287,6 +287,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Remove utf8 option from installation page (#16126)
* Use Wants= over Requires= in systemd file (#15897)
+## [1.14.7](https://github.com/go-gitea/gitea/releases/tag/v1.14.7) - 2021-09-02
+
+* BUGFIXES
+ * Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894) (#16896)
+ * Fix wiki raw commit diff/patch view (#16891) (#16893)
+ * Ensure wiki repos are all closed (#16886) (#16889)
+ * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16849)
+ * Recreate Tables should Recreate indexes on MySQL (#16718) (#16740)
+
## [1.14.6](https://github.com/go-gitea/gitea/releases/tag/v1.14.6) - 2021-08-04
* SECURITY