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:
authorRobert Speicher <rspeicher@gmail.com>2016-07-06 23:58:53 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-07-06 23:58:53 +0300
commita77f9c521c67f4bee1084e8af40868e56d1c5f5f (patch)
tree1bd6d20a9efd78322b414e7a6a49cc4cfb176c4d /CHANGELOG
parent71448673264efc8c6e74267295eff81331fd7f0e (diff)
Update CHANGELOG for 8.9.5
[ci skip]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG22
1 files changed, 13 insertions, 9 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1350317ad64..9627c08d428 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -46,16 +46,20 @@ v 8.10.0 (unreleased)
- Allow '?', or '&' for label names
- Fix importer for GitHub Pull Requests when a branch was reused across Pull Requests
-v 8.9.5 (unreleased)
- - Improve the request / withdraw access button. !4860
- - Fix assigning shared runners as admins. !4961
- - Show "locked" label for locked runners on runners admin. !4961
- - Downgrade to Redis 3.2.2 due to massive memory leak with Sidekiq
- - Add index on the user and emoji name on AwardEmoji table !5061
- - Fixes issues importing events in Import/Export. Import/Export version bumped to 0.1.1
- - Fix import button disabled when import process fail due to the namespace already been taken.
+v 8.9.5
+ - Add more debug info to import/export and memory killer. !5108
+ - Fixed avatar alignment in new MR view. !5095
- Fix diff comments not showing up in activity feed. !5069
- - Security: Update RedCloth to 4.3.2 (Takuya Noguchi)
+ - Add index on both Award Emoji user and name. !5061
+ - Downgrade to Redis 3.2.2 due to massive memory leak with Sidekiq. !5056
+ - Re-enable import button when import process fails due to namespace already being taken. !5053
+ - Fix snippets comments not displayed. !5045
+ - Fix emoji paths in relative root configurations. !5027
+ - Fix issues importing events in Import/Export. !4987
+ - Fixed 'use shortcuts' button on docs. !4979
+ - Admin should be able to turn shared runners into specific ones. !4961
+ - Update RedCloth to 4.3.2 for CVE-2012-6684. !4929 (Takuya Noguchi)
+ - Improve the request / withdraw access button. !4860
v 8.9.4
- Fix privilege escalation issue with OAuth external users.