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:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-20 01:48:46 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-20 01:48:46 +0300
commitaf810242e7511a9f60e1338b199cddeb104ab52d (patch)
tree8ca49f2de2b968e765bb4855e0af1f96c62d2209
parent5ba0577326c4f7b91bf6cfd1fde29a90ff11561d (diff)
Update CHANGELOG.md for 9.0.11
[ci skip]
-rw-r--r--CHANGELOG.md6
-rw-r--r--changelogs/unreleased/33303-404-for-unauthorized-project.yml4
-rw-r--r--changelogs/unreleased/33323-fix-incorrect-project-authorizations.yml4
-rw-r--r--changelogs/unreleased/bvl-remove-appearance-symlink.yml4
4 files changed, 6 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87e67478cde..d4c69cebfb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.0.11 (2017-07-19)
+
+- Renders 404 if given project is not readable by the user on Todos dashboard.
+- Fix incorrect project authorizations.
+- Remove uploads/appearance symlink. A leftover from a previous migration.
+
## 9.0.10 (2017-06-07)
- No changes.
diff --git a/changelogs/unreleased/33303-404-for-unauthorized-project.yml b/changelogs/unreleased/33303-404-for-unauthorized-project.yml
deleted file mode 100644
index 5a5a337129e..00000000000
--- a/changelogs/unreleased/33303-404-for-unauthorized-project.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Renders 404 if given project is not readable by the user on Todos dashboard
-merge_request:
-author:
diff --git a/changelogs/unreleased/33323-fix-incorrect-project-authorizations.yml b/changelogs/unreleased/33323-fix-incorrect-project-authorizations.yml
deleted file mode 100644
index 332cceebfd5..00000000000
--- a/changelogs/unreleased/33323-fix-incorrect-project-authorizations.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix incorrect project authorizations
-merge_request:
-author:
diff --git a/changelogs/unreleased/bvl-remove-appearance-symlink.yml b/changelogs/unreleased/bvl-remove-appearance-symlink.yml
deleted file mode 100644
index 2b1c188528a..00000000000
--- a/changelogs/unreleased/bvl-remove-appearance-symlink.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Remove uploads/appearance symlink. A leftover from a previous migration.
-merge_request:
-author: