summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-03-19 21:06:35 +0100
committerJames Lopez <james@jameslopez.es>2017-03-19 21:06:35 +0100
commitb730fb450f1d5f433cd99dd4fd66d491bd7ac9fa (patch)
tree5f797dbf607d11a1ae4032efe4dbf3bbeb961374
parent4ccf874d31253a1354b418579f656b20866eee1d (diff)
downloadgitlab-ce-b730fb450f1d5f433cd99dd4fd66d491bd7ac9fa.tar.gz
Update CHANGELOG.md for 8.16.8
[ci skip]
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d4c0c9cc50..f95c2777964 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -210,6 +210,11 @@ entry.
- Remove deprecated GitlabCiService.
- Requeue pending deletion projects.
+## 8.16.8 (2017-03-19)
+
+- Only show public emails in atom feeds.
+- To protect against Server-side Request Forgery project import URLs are now prohibited against localhost or the server IP except for the assigned instance URL and port. Imports are also prohibited from ports below 1024 with the exception of ports 22, 80, and 443.
+
## 8.16.7 (2017-02-27)
- No changes.