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-08-09 18:40:42 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-08-09 18:40:42 +0300
commit6fa674588aee14144ce582940152157ccb8302cc (patch)
tree15f56e94dbab4c0b216efcdaf33bac1bad200d8e /CHANGELOG.md
parent328744bf2a02ac4185cfabd9a93c7ce15c7e5c8f (diff)
Update CHANGELOG.md for 8.17.8
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46112e372ec..205a86230a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1476,6 +1476,11 @@ entry.
- Change development tanuki favicon colors to match logo color order.
- API issues - support filtering by iids.
+## 8.17.8 (2017-08-09)
+
+- Remove hidden symlinks from project import files.
+- Disallow Git URLs that include a username or hostname beginning with a non-alphanumeric character.
+
## 8.17.7 (2017-07-19)
- Renders 404 if given project is not readable by the user on Todos dashboard.