summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-07-11 22:28:23 +0200
committerGitHub <noreply@github.com>2020-07-11 16:28:23 -0400
commit3973a4609ef6efb494699371a719b664fa1da33d (patch)
treecc7b2a171a242f97f12bdf641ee5b8e844411e6f /CHANGELOG.md
parent8d081950e61d8f3d43544d566e810b448e8516a6 (diff)
downloadgitea-3973a4609ef6efb494699371a719b664fa1da33d.tar.gz
gitea-3973a4609ef6efb494699371a719b664fa1da33d.zip
Frontport Changelog of v1.12.2 (#12216)
* Changelog for v1.12.2 (#12214) * Changelog for v1.12.2 * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> Co-authored-by: mrsdizzie <info@mrsdizzie.com> * update docs Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: mrsdizzie <info@mrsdizzie.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c08b372265..f379546fe7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,26 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
+## [1.12.2](https://github.com/go-gitea/gitea/releases/tag/v1.12.2) - 2020-07-11
+
+* BUGFIXES
+ * When deleting repository decrese user repository count in cache (#11954) (#12188)
+ * Return full commit message instead of summary in commits API (#12186) (#12187)
+ * Properly set HEAD when a repo is created with a default branch that is not named 'master' (#12135) (#12182)
+ * Ensure GPG Subkeys are verified (#12155) (#12168)
+ * Fix failing to cache last commit with key being to long (#12151) (#12161)
+ * Multiple small admin dashboard fixes (#12153) (#12156)
+ * Remove spurious logging of " Delete all repository archives" at startup (#12139) (#12148)
+ * Fix repository setup instructions when default branch is not named 'master' (#12122) (#12147)
+ * Move EventSource to SharedWorker (#12095) (#12130)
+ * Fix ui bug in wiki commit page (#12089) (#12125)
+ * Fix gitgraph branch continues after merge (#12044) (#12105)
+ * Set the base url when migrating from Gitlab using access token or username without password (#11852) (#12104)
+ * Ensure BlameReaders close at end of request (#12102) (#12103)
+ * Fix panic when adding review comment (#12058)
+* ENHANCEMENTS
+ * Disable dropzone's timeout for file uploads (#12024) (#12032)
+
## [1.12.1](https://github.com/go-gitea/gitea/releases/tag/v1.12.1) - 2020-06-21
* BUGFIXES