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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-15 15:36:12 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-15 15:36:12 +0300
commit27055005468e587f3ac976de24f858fdc152ff44 (patch)
tree4f9591a55329c2156d085bc0a692ddebb36bf13e /CHANGELOG
parente3d818a4e8f51c00aaba1924690f728aa468d7f2 (diff)
parent36b54fc04f7619faad37f052528f9cb30c3dd99e (diff)
Merge branch 'fix-repository-rescue' into 'master'
Don't crash when project repository doesn't exist. See merge request !524
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b0c175bf437..5f577dfc4c5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 7.10.0 (unreleased)
- Allow users to be invited by email to join a group or project.
+ - 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.