summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Rosenögger <123haynes@gmail.com>2015-05-21 08:12:28 +0000
committerHannes Rosenögger <123haynes@gmail.com>2015-05-21 08:12:28 +0000
commit10620c5986dea30d6a2c9c5d7dcd15244bddec8e (patch)
treee07017943b652e38e8f448864953f417ead3af0d
parent579c5e317115dcf94e8897a210415974c02136a1 (diff)
parentf710dead27fb1f7989fd0bdf40cfe2066ca4c6b1 (diff)
downloadgitlab-ce-10620c5986dea30d6a2c9c5d7dcd15244bddec8e.tar.gz
Merge branch 'fix-v7.10.4-changelog' into 'master'
Update CHANGELOG with v7.10.4 changes See merge request !662
-rw-r--r--CHANGELOG13
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3c8b839c217..2f0e19b6007 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,8 +15,6 @@ v 7.11.0 (unreleased)
- Don't allow a merge request to be merged when its title starts with "WIP".
- Add a page title to every page.
- Allow primary email to be set to an email that you've already added.
- - Fix Error 500 when searching Wiki pages (Stan Hu)
- - Get Gitorious importer to work again.
- Fix clone URL field and X11 Primary selection (Dmitry Medvinsky)
- Ignore invalid lines in .gitmodules
- Fix "Cannot move project" error message from popping up after a successful transfer (Stan Hu)
@@ -25,7 +23,6 @@ v 7.11.0 (unreleased)
- Fix "Revspec not found" errors when viewing diffs in a forked project with submodules (Stan Hu)
- Improve project page UI
- Fix broken file browsing with relative submodule in personal projects (Stan Hu)
- - Fix DB error when trying to tag a repository (Stan Hu)
- Add "Reply quoting selected text" shortcut key (`r`)
- Fix bug causing `@whatever` inside an issue's first code block to be picked up as a user mention.
- Fix bug causing `@whatever` inside an inline code snippet (backtick-style) to be picked up as a user mention.
@@ -44,7 +41,6 @@ v 7.11.0 (unreleased)
- Add default project and snippet visibility settings to the admin web UI.
- Show incompatible projects in Google Code import status (Stan Hu)
- Fix bug where commit data would not appear in some subdirectories (Stan Hu)
- - Unescape branch names in compare commit (Stan Hu)
- Task lists are now usable in comments, and will show up in Markdown previews.
- Fix bug where avatar filenames were not actually deleted from the database during removal (Stan Hu)
- Fix bug where Slack service channel was not saved in admin template settings. (Stan Hu)
@@ -75,6 +71,15 @@ v 7.11.0 (unreleased)
- Update Asciidoctor gem to version 1.5.2. (Jakub Jirutka)
- Fix resolving of relative links to repository files in AsciiDoc documents. (Jakub Jirutka)
+v 7.10.4
+ - Fix migrations broken in 7.10.2
+ - Make tags for GitLab installations running on MySQL case sensitive
+ - Get Gitorious importer to work again.
+ - Fix adding new group members from admin area
+ - Fix DB error when trying to tag a repository (Stan Hu)
+ - Fix Error 500 when searching Wiki pages (Stan Hu)
+ - Unescape branch names in compare commit (Stan Hu)
+
v 7.10.2
- Fix CI links on MR page