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:
authorDouwe Maan <douwe@gitlab.com>2015-04-15 00:26:53 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-15 00:26:53 +0300
commit36b54fc04f7619faad37f052528f9cb30c3dd99e (patch)
tree3c5df3c20a62f0e8163bf988ef065a05b58f792b /CHANGELOG
parentac5af61499a8612ef6a51b2bebd18c4c1a083583 (diff)
Don't crash when project repository doesn't exist.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0ecde5ef89c..b71bb5f491a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.10.0 (unreleased)
+ - Don't crash when project repository doesn't exist.
- Fix broken file browsing with a submodule that contains a relative link (Stan Hu)
- Fix persistent XSS vulnerability around profile website URLs.
- Fix project import URL regex to prevent arbitary local repos from being imported.