summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-03-19 21:12:11 +0100
committerJames Lopez <james@jameslopez.es>2017-03-19 21:12:11 +0100
commit770a703bd8e68601d166556124d3a4bd5b2a75da (patch)
treed05c0448744b7351056d07b6e318639c355e4336
parentb730fb450f1d5f433cd99dd4fd66d491bd7ac9fa (diff)
downloadgitlab-ce-770a703bd8e68601d166556124d3a4bd5b2a75da.tar.gz
Update CHANGELOG.md for 8.17.4
[ci skip]
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f95c2777964..da1898e3770 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 8.17.4 (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.17.3 (2017-03-07)
- Fix the redirect to custom home page URL. !9518