summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-05-04 07:39:59 -0700
committerStan Hu <stanhu@gmail.com>2015-05-04 10:37:44 -0700
commite27bc577af8d9e8f3bbf4d41c8d7835c417bfb51 (patch)
tree82145c2d0618ce31390d932a18f0b1980c156154 /CHANGELOG
parent16db51ec588bad1f341ffd3be9153cc453fce0f1 (diff)
downloadgitlab-ce-e27bc577af8d9e8f3bbf4d41c8d7835c417bfb51.tar.gz
Bump gitlab_git to 7.1.11 to fix bug where viewing a tag on a project with submodules would return a 500 error
Closes https://github.com/gitlabhq/gitlabhq/issues/8411
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 72ae0b4f24d..06310a3174e 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.11.0 (unreleased)
+ - Fix broken view when using a tag to display a tree that contains git submodules (Stan Hu)
- Make Reply-To config apply to change e-mail confirmation and other Devise notifications (Stan Hu)
- Add application setting to restrict user signups to e-mail domains (Stan Hu)
- Don't allow a merge request to be merged when its title starts with "WIP".