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:
authorSimon Knox <psimyn@gmail.com>2017-08-23 16:31:27 +0300
committerSimon Knox <psimyn@gmail.com>2017-08-23 16:31:27 +0300
commit1a5b66c83b99e5394cdde6b1b2838659a96b43c0 (patch)
tree98e088f45cc256cfe6529fe38e9d349df7d2d424
parent44fafdf78958202c1ba73dd859cc1e0ca73246ca (diff)
Update CHANGELOG.md for 9.5.1
[ci skip]
-rw-r--r--CHANGELOG.md8
-rw-r--r--changelogs/unreleased/dm-commit-cache-i18n.yml5
-rw-r--r--changelogs/unreleased/fix-gb-fix-head-pipeline-when-pipeline-has-errors.yml5
-rw-r--r--changelogs/unreleased/only-limit-fetch-when-requested.yml5
4 files changed, 8 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d969164cfe..d32b6989388 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.5.1 (2017-08-23)
+
+- [FIXED] Fix merge request pipeline status when pipeline has errors. !13664
+- [FIXED] Commit rows would occasionally render with the wrong language.
+- [FIXED] Fix caching of future broadcast messages.
+- [FIXED] Only require Sidekiq throttling library when enabled, to reduce cache misses.
+- Raise Housekeeping timeout to 24 hours. !13719
+
## 9.5.0 (2017-08-22)
- [FIXED] Fix timeouts when creating projects in groups with many members. !13508
diff --git a/changelogs/unreleased/dm-commit-cache-i18n.yml b/changelogs/unreleased/dm-commit-cache-i18n.yml
deleted file mode 100644
index d47226fd408..00000000000
--- a/changelogs/unreleased/dm-commit-cache-i18n.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Commit rows would occasionally render with the wrong language
-merge_request:
-author:
-type: fixed
diff --git a/changelogs/unreleased/fix-gb-fix-head-pipeline-when-pipeline-has-errors.yml b/changelogs/unreleased/fix-gb-fix-head-pipeline-when-pipeline-has-errors.yml
deleted file mode 100644
index ede8031a501..00000000000
--- a/changelogs/unreleased/fix-gb-fix-head-pipeline-when-pipeline-has-errors.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix merge request pipeline status when pipeline has errors
-merge_request: 13664
-author:
-type: fixed
diff --git a/changelogs/unreleased/only-limit-fetch-when-requested.yml b/changelogs/unreleased/only-limit-fetch-when-requested.yml
deleted file mode 100644
index d9acdf56511..00000000000
--- a/changelogs/unreleased/only-limit-fetch-when-requested.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Only require Sidekiq throttling library when enabled, to reduce cache misses
-merge_request:
-author:
-type: fixed