summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-11-24 18:08:43 +0100
committerRémy Coutable <remy@rymai.me>2016-11-24 18:08:43 +0100
commit13f918179af89a090276138155037318e6ab7872 (patch)
tree397243379321881e2082ae71774b4c7d0d65512f
parent667a061e89251818edff3ab708038b683a41fd0d (diff)
downloadgitlab-ce-13f918179af89a090276138155037318e6ab7872.tar.gz
Add CHANGELOG for 8.12.10
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--CHANGELOG5
-rw-r--r--changelogs/unreleased/jej-22869.yml4
-rw-r--r--changelogs/unreleased/jej-fix-missing-access-check-on-issues.yml4
-rw-r--r--changelogs/unreleased/jej-use-issuable-finder-instead-of-access-check.yml4
-rw-r--r--changelogs/unreleased/markdown-xss-fix-option-2-1.yml4
5 files changed, 5 insertions, 16 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1144027be0d..db44786593a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.12.10
+ - Fix information disclosure in `Projects::BlobController#update`
+ - Fix missing access checks on issue lookup using IssuableFinder
+ - Replace issue access checks with use of IssuableFinder
+
v 8.12.9
- Fix XSS issue in Markdown autolinker.
diff --git a/changelogs/unreleased/jej-22869.yml b/changelogs/unreleased/jej-22869.yml
deleted file mode 100644
index 9d2edcfee42..00000000000
--- a/changelogs/unreleased/jej-22869.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix information disclosure in `Projects::BlobController#update`
-merge_request:
-author:
diff --git a/changelogs/unreleased/jej-fix-missing-access-check-on-issues.yml b/changelogs/unreleased/jej-fix-missing-access-check-on-issues.yml
deleted file mode 100644
index 844fba9a107..00000000000
--- a/changelogs/unreleased/jej-fix-missing-access-check-on-issues.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix missing access checks on issue lookup using IssuableFinder
-merge_request:
-author:
diff --git a/changelogs/unreleased/jej-use-issuable-finder-instead-of-access-check.yml b/changelogs/unreleased/jej-use-issuable-finder-instead-of-access-check.yml
deleted file mode 100644
index c0b6f50052c..00000000000
--- a/changelogs/unreleased/jej-use-issuable-finder-instead-of-access-check.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Replace issue access checks with use of IssuableFinder
-merge_request:
-author:
diff --git a/changelogs/unreleased/markdown-xss-fix-option-2-1.yml b/changelogs/unreleased/markdown-xss-fix-option-2-1.yml
deleted file mode 100644
index 8b1f45b2c22..00000000000
--- a/changelogs/unreleased/markdown-xss-fix-option-2-1.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix XSS issue in Markdown autolinker
-merge_request:
-author: