diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-02-24 16:53:59 -0800 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-02-24 16:53:59 -0800 |
commit | 4aeb9165660348d862172965238c366afaca05d5 (patch) | |
tree | 7e084a9b6263cbdc9f989a14b1d079a6a3342e9a | |
parent | 2cd2543c445c4e0889fea71908e861fd88f77863 (diff) | |
download | gitlab-ce-4aeb9165660348d862172965238c366afaca05d5.tar.gz |
Update changelog for 7.8.1
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index f67b45c0582..7a5e2c2fc78 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,13 @@ v 7.9.0 (unreleased) - Save web edit in new branch - Fix ordering of imported but unchanged projects (Marco Wessel) +v 7.8.1 + - Fix run of custom post receive hooks + - Fix migration that caused issues when upgrading to version 7.8 from versions prior to 7.3 + - Fix the warning for LDAP users about need to set password + - Fix avatars which were not shown for non logged in users + - Fix urls for the issues when relative url was enabled + v 7.8.0 - Fix access control and protection against XSS for note attachments and other uploads. - Replace highlight.js with rouge-fork rugments (Stefan Tatschner) @@ -40,7 +47,7 @@ v 7.8.0 - Allow configuring protection of the default branch upon first push (Marco Wessel) - Add gitlab.com importer - Add an ability to login with gitlab.com - - Add a commit calendar to the user profile (Hannes Rosenögger) + - Add a commit calendar to the user profile (Hannes Rosenögger) - Submit comment on command-enter - Notify all members of a group when that group is mentioned in a comment, for example: `@gitlab-org` or `@sales`. - Extend issue clossing pattern to include "Resolve", "Resolves", "Resolved", "Resolving" and "Close" @@ -55,7 +62,7 @@ v 7.8.0 - API: Access groups with their path (Julien Bianchi) - Added link to milestone and keeping resource context on smaller viewports for issues and merge requests (Jason Blanchard) - Allow notification email to be set separately from primary email. - - API: Add support for editing an existing project (Mika Mäenpää and Hannes Rosenögger) + - API: Add support for editing an existing project (Mika Mäenpää and Hannes Rosenögger) - Don't have Markdown preview fail for long comments/wiki pages. - When test web hook - show error message instead of 500 error page if connection to hook url was reset - Added support for firing system hooks on group create/destroy and adding/removing users to group (Boyan Tabakov) |