summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2018-01-22 18:16:09 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2018-01-22 18:16:09 -0200
commit13330e05f3341fec880c6ef70d32be24f15ef587 (patch)
tree2ed744541fd402d30611497ebff391df2c344f5a
parentf27103c93c59df3e30ec05ebe279393d1a2e8930 (diff)
downloadgitlab-ce-13330e05f3341fec880c6ef70d32be24f15ef587.tar.gz
Update CHANGELOG.md for 10.3.6
[ci skip]
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e638a322d01..3963b828eec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -166,6 +166,29 @@ entry.
- Use a background migration for issues.closed_at.
+## 10.3.6 (2018-01-22)
+
+### Fixed (17 changes, 2 of them are from the community)
+
+- Fix abuse reports link url in admin area navbar. !16068 (megos)
+- Fix gitlab-rake gitlab:import:repos import schedule. !16115
+- Fixing bug when wiki last version. !16197
+- Prevent excessive DB load due to faulty DeleteConflictingRedirectRoutes background migration. !16205
+- Default merge request title is set correctly again when external issue tracker is activated. !16356 (Ben305)
+- Prevent invalid Route path if path is unchanged. !16397
+- Fixing rack request mime type when using rack attack. !16427
+- Prevent RevList failing on non utf8 paths. !16440
+- Fix 500 error when visiting a commit where the blobs do not exist.
+- Fix viewing merge request diffs where the underlying blobs are unavailable.
+- Gracefully handle garbled URIs in Markdown.
+- Fix hooks not being set up properly for bare import Rake task.
+- Fix Mermaid drawings not loading on some browsers.
+- Fixed chanages dropdown ellipsis positioning.
+- Avoid leaving a push event empty if payload cannot be created.
+- Set target_branch to the ref branch when creating MR from issue.
+- Fix shortcut links on help page.
+
+
## 10.3.5 (2018-01-18)
- Fix error that prevented the 'deploy_keys' migration from working in MySQL databases.