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 17:46:51 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-08-09 17:46:51 +0300
commita81a46b4c06c65b57ce24a10ceb8dc9c2000b748 (patch)
treec94b9e5930c8911ef68aa98e96e3072107667634 /CHANGELOG.md
parent81ad3070663e2fd7b8070c9a09649c915305027d (diff)
Update CHANGELOG.md for 9.1.10
[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 239a3cfd8ef..9e840c7efea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -763,6 +763,11 @@ entry.
- Fix preemptive scroll bar on user activity calendar.
- Pipeline chat notifications convert seconds to minutes and hours.
+## 9.1.10 (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.
+
## 9.1.9 (2017-07-20)
- Fix an infinite loop when handling user-supplied regular expressions.