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>2014-04-07 20:31:16 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-07 20:31:16 +0400
commit38ae34a30131aef38623ac5cf8c510ad04fc26a6 (patch)
treeaca9b0690a5cd41d77a3174930e3e82c5fa1a26c /CHANGELOG
parent8f2a4aa544f82186b39521897356543b15f91a97 (diff)
parentbe6cee2354140a889781c824caa151dc60a24a6d (diff)
Merge branch 'namespacefix-changelog' into 'master'
Namespacefix changelog Forgot the changelog entry. Thanks @sytse Fixes #908
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f0a72710a92..80356beb190 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ v 6.8.0
- Fix popen bug in `rake gitlab:satellites:create`
- Disable connection reaping for MySQL
- Allow oauth signup without email for twitter and github
+ - Fix faulty namespace names that caused 500 on user creation
v 6.7.3
- Fix the merge notification email not being sent (Pierre de La Morinerie)