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:
authorRémy Coutable <remy@rymai.me>2016-10-11 14:40:10 +0300
committerRémy Coutable <remy@rymai.me>2016-10-11 14:40:10 +0300
commit755c873265024a6a2ed30daca6c5a10c3feadb10 (patch)
tree9cf4d5dbc3462719610d613bfd02c4209798b8d4 /CHANGELOG
parent455714ccc912f11536f4022179a37fa00e307a4c (diff)
parent90f49cc6969ec522457ddce8e864169f5c91e6aa (diff)
Merge branch 'master' into 'master'
Update mail_room gem ## What does this MR do? Upgrades the mail_room gem from 0.8.0 to 0.8.1. ## Why was this MR needed? mail_room throws an exception if the watching script joins a undefined thread. Release 0.8.1 adds a check to ensure that the thread exists before calling join. Fixes gitlab-org/omnibus-gitlab#1619. See merge request !6714
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4abdd4ebb7e..05d6d6118a1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -93,6 +93,7 @@ v 8.13.0 (unreleased)
- API: all unknown routing will be handled with 404 Not Found
v 8.12.5 (unreleased)
+ - Update the mail_room gem to 0.8.1 to fix a race condition with the mailbox watching thread
v 8.12.4
- Fix "Copy to clipboard" tooltip to say "Copied!" when clipboard button is clicked. !6294 (lukehowell)