Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-23 20:06:01 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-23 20:06:01 +0300
commitf2f8672f4761a3d6bcf81c41533c5cfb08a8fc29 (patch)
treeec8afe5a9f3a93aaae22cac0d953aa43228e24b9 /CHANGELOG.md
parent54df6b33d897504f0f7bc0c88d132eed0f67f7cf (diff)
Update CHANGELOG.md for 11.8.8
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3466d382f39..bab73f1c612 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -584,6 +584,28 @@ entry.
- Removes EE differences for jobs/getters.js.
+## 11.8.8 (2019-04-23)
+
+### Fixed (5 changes)
+
+- Bring back Rugged implementation of find_commit. !25477
+- Fix bug in BitBucket imports with SHA shorter than 40 chars. !26050
+- Fix health checks not working behind load balancers. !26055
+- Fix error creating a merge request when diff includes a null byte. !26190
+- Avoid excessive recursive calls with Rugged TreeEntries. !26813
+
+### Performance (1 change)
+
+- Bring back Rugged implementation of ListCommitsByOid. !27441
+
+### Other (4 changes)
+
+- Bring back Rugged implementation of GetTreeEntries. !25674
+- Bring back Rugged implementation of CommitIsAncestor. !25702
+- Bring back Rugged implementation of TreeEntry. !25706
+- Bring back Rugged implementation of commit_tree_entry. !25896
+
+
## 11.8.3 (2019-03-19)
### Security (1 change)