summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-12-05 16:15:12 -0600
committerLauris BH <lauris@nix.lv>2019-12-06 00:15:11 +0200
commitd7c52b8dce725e60adfefb7b4fb85bc0627a672e (patch)
tree0fd53a6795bbd425ea772b25472e9397f78064d5 /CHANGELOG.md
parent1718a9591cf434f4d45602812b4295cd0f47be79 (diff)
downloadgitea-d7c52b8dce725e60adfefb7b4fb85bc0627a672e.tar.gz
gitea-d7c52b8dce725e60adfefb7b4fb85bc0627a672e.zip
Changelog 1.10.1 (#9256) (#9262)
* Changelog for 1.10.1 * format ... * format * add @techknowlogick s suggestion
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92c3310f2e..cfefea3a22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,27 @@ 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.10.1](https://github.com/go-gitea/gitea/releases/tag/v1.10.1) - 2019-12-05
+* BUGFIXES
+ * Fix max length check and limit in multiple repo forms (#9148) (#9204)
+ * Properly fix displaying virtual session provider in admin panel (#9137) (#9203)
+ * Upgrade levelqueue to 0.1.0 (#9192) (#9199)
+ * Fix panic when diff (#9187) (#9193)
+ * Smtp logger configuration sendTos should be an array (#9154) (#9157)
+ * Always Show Password Field on Link Account Sign-in Page (#9150)
+ * Create PR on Current Repository by Default (#8670) (#9141)
+ * Fix race on indexer (#9136) (#9139)
+ * Fix reCAPTCHA URL (#9119)
+ * Hide migrated credentials (#9098)
+ * Update golang.org/x/crypto vendor to use acme v2 (#9056) (#9085)
+ * Fix password checks on admin create/edit user (#9076) (#9081)
+ * Fix add search as a reserved username (#9063) (#9065)
+ * Fix permission checks for close/reopen from commit (#8875) (#9033)
+ * Ensure Written is set in GZIP ProxyResponseWriter (#9018) (#9025)
+ * Fix broken link to branch from issue list (#9003) (#9021)
+ * Fix wrong system notice when repository is empty (#9020)
+ * Shadow password correctly for session config (#8984) (#9002)
+
## [1.10.0](https://github.com/go-gitea/gitea/releases/tag/v1.10.0) - 2019-11-13
* BREAKING
* Fix deadline on update issue or PR via API (#8698)