aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author65432020-01-17 22:18:34 +0100
committertechknowlogick2020-01-17 16:18:34 -0500
commitcebc125f7f08696dc00dd4e22e2177d142ae1aff (patch)
treebd0b1527ba142448b0f70660a43507c7f985070f
parentc975287149cc8abfdeb0f0f3f11e33e6cd40f18b (diff)
Changelog 1.10.3 (#9832)v1.10.3
-rw-r--r--.changelog.yml24
-rw-r--r--CHANGELOG.md22
2 files changed, 32 insertions, 14 deletions
diff --git a/.changelog.yml b/.changelog.yml
index 3bcb30904..3d61e8ef4 100644
--- a/.changelog.yml
+++ b/.changelog.yml
@@ -1,44 +1,44 @@
repo: go-gitea/gitea
groups:
- -
+ -
name: BREAKING
labels:
- kind/breaking
- -
+ -
name: FEATURE
labels:
- kind/feature
-
+ name: SECURITY
+ labels:
+ - kind/security
+ -
name: BUGFIXES
labels:
- kind/bug
- -
+ -
name: ENHANCEMENT
labels:
- kind/enhancement
- kind/refactor
- kind/ui
-
- name: SECURITY
- labels:
- - kind/security
- -
name: TESTING
labels:
- kind/testing
- -
+ -
name: TRANSLATION
labels:
- kind/translation
- -
+ -
name: BUILD
labels:
- kind/build
- kind/lint
- -
+ -
name: DOCS
labels:
- kind/docs
- -
+ -
name: MISC
- default: true \ No newline at end of file
+ default: true
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c11e75ced..5961210bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,24 @@ 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.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
+* SECURITY
+ * Hide credentials when submitting migration (#9102) (#9704)
+ * Never allow an empty password to validate (#9682) (#9684)
+ * Prevent redirect to Host (#9678) (#9680)
+ * Hide public repos owned by private orgs (#9609) (#9616)
+* BUGFIXES
+ * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9838)
+ * Fix download file wrong content-type (#9825) (#9835)
+ * Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9831)
+ * Fix dump non-exist log directory (#9818) (#9820)
+ * Fix compare (#9808) (#9815)
+ * Fix missing msteam webhook on organization (#9781) (#9795)
+ * Fix add team on collaborator page when same name as organization (#9783)
+ * Fix cache problem on dashboard (#9358) (#9703)
+ * Send tag create and push webhook when release created on UI (#8671) (#9702)
+ * Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
+
## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
* BUGFIXES
* Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
@@ -68,7 +86,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Add option to initialize repository with labels (#6061)
* Add additional password hash algorithms (#6023)
* BUGFIXES
- * Allow to merge if file path contains " or \ (#8629) (#8771)
+ * Allow to merge if file path contains " or \ (#8629) (#8771)
* On windows set core.longpaths true (#8776) (#8786)
* Fix 500 when edit hook (#8782) (#8789)
* Fix Checkbox at RepoSettings Protected Branch (#8799) (#8801)
@@ -80,7 +98,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Fix require external registration password (#8885) (#8890)
* Fix password complexity check on registration (#8887) (#8888)
* Update Github Migration Tests (#8896) (#8938) (#8945)
- * Enable punctuations ending mentions (#8889) (#8894)
+ * Enable punctuations ending mentions (#8889) (#8894)
* Add Close() method to gogitRepository (#8901) (#8956)
* Hotfix for review actions and notifications (#8965)
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618)