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:
authorGitLab <devaroop123@yahoo.co.in>2014-02-06 18:17:21 +0400
committerGitLab <devaroop123@yahoo.co.in>2014-02-06 18:17:21 +0400
commitb1492a2a627d1fe51f5cdd5423169247a188f7e4 (patch)
treedf6956064d849616c20d2014b0a23412bdb702a5 /CHANGELOG
parent1c9a41e0d5cac3ee937555ae4189ecd1ad597004 (diff)
parent319f355aeda3fa67c1bc4451c4db5787090ab8af (diff)
sync with upstream for ease to merge
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG127
1 files changed, 125 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1459ef84ae9..c152fead167 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,114 @@
-v 6.2.0
+v 6.6.0
- Retrieving user ssh keys publically(github style): http://__HOST__/__USERNAME__.keys
+ - Permissions: Developer now can manage issue tracker (modify any issue)
+ - Improve Code Compare page performance
+
+v 6.5.1
+ - Fix branch selectbox when create merge request from fork
+
+v 6.5.0
+ - Dropdown menus on issue#show page for assignee and milestone (Jason Blanchard)
+ - Add color custimization and previewing to broadcast messages
+ - Fixed notes anchors
+ - Load new comments in issues dynamically
+ - Added sort options to Public page
+ - New filters (assigned/authored/all) for Dashboard#issues/merge_requests (sponsored by Say Media)
+ - Add project visibility icons to dashboard
+ - Enable secure cookies if https used
+ - Protect users/confirmation with rack_attack
+ - Default HTTP headers to protect against MIME-sniffing, force https if enabled
+ - Bootstrap 3 with responsive UI
+ - New repository download formats: tar.bz2, zip, tar (Jason Hollingsworth)
+ - Restyled accept widgets for MR
+ - SCSS refactored
+ - Use jquery timeago plugin
+ - Fix 500 error for rdoc files
+ - Ability to customize merge commit message (sponsored by Say Media)
+ - Search autocomplete via ajax
+ - Add website url to user profile
+ - Files API supports base64 encoded content (sponsored by O'Reilly Media)
+ - Added support for Go's repository retrieval (Bruno Albuquerque)
+
+v6.4.3
+ - Don't use unicorn worker killer if PhusionPassenger is defined
+
+v6.4.2
+ - Fixed wrong behaviour of script/upgrade.rb
+
+v6.4.1
+ - Fixed bug with repository rename
+ - Fixed bug with project transfer
+
+v 6.4.0
+ - Added sorting to project issues page (Jason Blanchard)
+ - Assembla integration (Carlos Paramio)
+ - Fixed another 500 error with submodules
+ - UI: More compact issues page
+ - Minimal password length increased to 8 symbols
+ - Side-by-side diff view (Steven Thonus)
+ - Internal projects (Jason Hollingsworth)
+ - Allow removal of avatar (Drew Blessing)
+ - Project web hooks now support issues and merge request events
+ - Visiting project page while not logged in will redirect to sign-in instead of 404 (Jason Hollingsworth)
+ - Expire event cache on avatar creation/removal (Drew Blessing)
+ - Archiving old projects (Steven Thonus)
+ - Rails 4
+ - Add time ago tooltips to show actual date/time
+ - UI: Fixed UI for admin system hooks
+ - Ruby script for easier GitLab upgrade
+ - Do not remove Merge requests if fork project was removed
+ - Improve sign-in/signup UX
+ - Add resend confirmation link to sign-in page
+ - Set noreply@HOSTNAME for reply_to field in all emails
+ - Show GitLab API version on Admin#dashboard
+ - API Cross-origin resource sharing
+ - Show READMe link at project home page
+ - Show repo size for projects in Admin area
+
+v 6.3.0
+ - API for adding gitlab-ci service
+ - Init script now waits for pids to appear after (re)starting before reporting status (Rovanion Luckey)
+ - Restyle project home page
+ - Grammar fixes
+ - Show branches list (which branches contains commit) on commit page (Andrew Kumanyaev)
+ - Security improvements
+ - Added support for GitLab CI 4.0
+ - Fixed issue with 500 error when group did not exist
+ - Ability to leave project
+ - You can create file in repo using UI
+ - You can remove file from repo using UI
+ - API: dropped default_branch attribute from project during creation
+ - Project default_branch is not stored in db any more. It takes from repo now.
+ - Admin broadcast messages
+ - UI improvements
+ - Dont show last push widget if user removed this branch
+ - Fix 500 error for repos with newline in file name
+ - Extended html titles
+ - API: create/update/delete repo files
+ - Admin can transfer project to any namespace
+ - API: projects/all for admin users
+ - Fix recent branches order
+
+v 6.2.4
+ - Security: Cast API private_token to string (CVE-2013-4580)
+ - Security: Require gitlab-shell 1.7.8 (CVE-2013-4581, CVE-2013-4582, CVE-2013-4583)
+ - Fix for Git SSH access for LDAP users
+
+v 6.2.3
+ - Security: More protection against CVE-2013-4489
+ - Security: Require gitlab-shell 1.7.4 (CVE-2013-4490, CVE-2013-4546)
+ - Fix sidekiq rake tasks
+
+v 6.2.2
+ - Security: Update gitlab_git (CVE-2013-4489)
+
+v 6.2.1
+ - Security: Fix issue with generated passwords for new users
+
+v 6.2.0
- Public projects are visible from the outside
+ - Public project pages are now visible to everyone (files, issues, wik, etc.)
+ THIS MEANS YOUR ISSUES AND WIKI FOR PUBLIC PROJECTS ARE PUBLICLY VISIBLE AFTER THE UPGRADE
- Add group access to permissions page
- Require current password to change one
- Group owner or admin can remove other group owners
@@ -13,6 +121,13 @@ v 6.2.0
- Update logic for validates_merge_request for tree of MR (Andrew Kumanyaev)
- Rake tasks for web hooks management (Jonhnny Weslley)
- Extended User API to expose admin and can_create_group for user creation/updating (Boyan Tabakov)
+ - API: Remove group
+ - API: Remove project
+ - Avatar upload on profile page with a maximum of 100KB (Steven Thonus)
+ - Store the sessions in Redis instead of the cookie store
+ - Fixed relative links in markdown
+ - User must confirm their email if signup enabled
+ - User must confirm changed email
v 6.1.0
- Project specific IDs for issues, mr, milestones
@@ -33,7 +148,7 @@ v 6.1.0
- Add links to create branch/tag from project home page
- Add public-project? checkbox to new-project view
- Improved compare page. Added link to proceed into Merge Request
- - Send email to user when he was added to group
+ - Send an email to a user when they are added to group
- New landing page when you have 0 projects
v 6.0.0
@@ -76,6 +191,14 @@ v 6.0.0
- Improved MR comments logic
- Render readme file for projects in public area
+v 5.4.2
+ - Security: Cast API private_token to string (CVE-2013-4580)
+ - Security: Require gitlab-shell 1.7.8 (CVE-2013-4581, CVE-2013-4582, CVE-2013-4583)
+
+v 5.4.1
+ - Security: Fixes for CVE-2013-4489
+ - Security: Require gitlab-shell 1.7.4 (CVE-2013-4490, CVE-2013-4546)
+
v 5.4.0
- Ability to edit own comments
- Documentation improvements