diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-09-20 06:14:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-09-20 06:14:22 +0000 |
commit | 65084cb3b73df822539c9646b8e94bcb1e4664eb (patch) | |
tree | 8e438663edbd7306f7a8dfb7ac844e3e0d7b4495 | |
parent | d6d94a1b25447f163f5fe6508fdfd5230787382d (diff) | |
download | redmine-65084cb3b73df822539c9646b8e94bcb1e4664eb.tar.gz redmine-65084cb3b73df822539c9646b8e94bcb1e4664eb.zip |
Updates for 3.0.5 release.
git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14605 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 16 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index e74b0bac3..8bf43ece7 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,22 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-09-20 v3.0.5 + +* Defect #19577: Open redirect vulnerability +* Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated +* Defect #20427: Cannot create a custom query visibility is "to these roles only" +* Defect #20454: Mail handler: unwanted assignment to a group occurs +* Patch #20293: Russian translation for 2.6-stable +* Patch #20294: Russian translation for 2.6-stable +* Patch #20408: Turkish translation for 2.6-stable +* Patch #20557: Czech translation for 2.6-stable +* Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) +* Patch #20745: Portuguese translation for 2.6-stable +* Patch #20512: Project.copy_from deletes enabled_modules on source +* Patch #20737: Czech translation for 3.0-stable +* Patch #20746: Portuguese translation for 3.0-stable + == 2015-07-07 v3.0.4 * Defect #17757: Link with hash does not work on Firefox diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 554c6fd30..059d8870b 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 0 - TINY = 4 + TINY = 5 # Branch values: # * official release: nil |