Commit 2358489ffe13a7e5d396dce51a2d16aff8527fa7

Authored by Dmitriy Zaporozhets
2 parents 79f0858a bb01b4f1

Merge branch 'warning-about-project-issue-numbers' of /home/git/repositories/gitlab/gitlabhq

Showing 1 changed file with 8 additions and 2 deletions   Show diff stats
doc/update/6.0-to-6.1.md
1 1 # From 6.0 to 6.1
2 2  
3   -# In 6.1 we removed a lot of deprecated stuff.
4   -# So you should update to 6.0 before continue
  3 +# In 6.1 we remove a lot of deprecated code.
  4 +# You should update to 6.0 before installing 6.1 so all the necessary conversions are run.
  5 +
  6 +### Deprecations
  7 +
  8 +#### Global issue numbers
  9 +
  10 +In 6.1 issue numbers are project specific. This means all issues are renumbered and get a new number in their url. If you use an old issue number url and the issue number does not exist yet you are redirected to the new one. This conversion does not trigger if the old number already exists for this project, this is unlikely but will happen with old issues and large projects.
5 11  
6 12 ### 0. Backup
7 13  
... ...