##// END OF EJS Templates
Updates for 3.0.5 release....
Jean-Philippe Lang -
r14223:65084cb3b73d
parent child
Show More
@@ -4,6 +4,22 Redmine - project management software
4 4 Copyright (C) 2006-2015 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2015-09-20 v3.0.5
8
9 * Defect #19577: Open redirect vulnerability
10 * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated
11 * Defect #20427: Cannot create a custom query visibility is "to these roles only"
12 * Defect #20454: Mail handler: unwanted assignment to a group occurs
13 * Patch #20293: Russian translation for 2.6-stable
14 * Patch #20294: Russian translation for 2.6-stable
15 * Patch #20408: Turkish translation for 2.6-stable
16 * Patch #20557: Czech translation for 2.6-stable
17 * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher)
18 * Patch #20745: Portuguese translation for 2.6-stable
19 * Patch #20512: Project.copy_from deletes enabled_modules on source
20 * Patch #20737: Czech translation for 3.0-stable
21 * Patch #20746: Portuguese translation for 3.0-stable
22
7 23 == 2015-07-07 v3.0.4
8 24
9 25 * Defect #17757: Link with hash does not work on Firefox
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 3
6 6 MINOR = 0
7 TINY = 4
7 TINY = 5
8 8
9 9 # Branch values:
10 10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now