##// END OF EJS Templates
Merged r14606....
Jean-Philippe Lang -
r14225:d690cff576c3
parent child
Show More
@@ -4,6 +4,37 Redmine - project management software
4 Copyright (C) 2006-2015 Jean-Philippe Lang
4 Copyright (C) 2006-2015 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2015-09-20 v3.1.1
8
9 * Feature #11253: Total time spent from subtasks on the issue list
10 * Feature #20688: Add Total estimated hours column on issue list
11 * Feature #20738: Upgrade Rails 4.2.4
12 * Defect #19577: Open redirect vulnerability
13 * Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated
14 * Defect #20427: Cannot create a custom query visibility is "to these roles only"
15 * Defect #20454: Mail handler: unwanted assignment to a group occurs
16 * Defect #20278: Wrong syntax for resizing inline images will throw a 500 error
17 * Defect #20401: "Spent time" panel: columns not wrapping
18 * Defect #20407: Monospace font-family values are differ between application.css and scm.css
19 * Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk)
20 * Defect #20466: Broken email notification layout in Outlook
21 * Defect #20490: WARNING: Can't mass-assign protected attributes for User
22 * Defect #20633: Help cursor showing up since r14154
23 * Patch #20293: Russian translation for 2.6-stable
24 * Patch #20294: Russian translation for 2.6-stable
25 * Patch #20408: Turkish translation for 2.6-stable
26 * Patch #20557: Czech translation for 2.6-stable
27 * Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher)
28 * Patch #20745: Portuguese translation for 2.6-stable
29 * Patch #20512: Project.copy_from deletes enabled_modules on source
30 * Patch #20737: Czech translation for 3.0-stable
31 * Patch #20746: Portuguese translation for 3.0-stable
32 * Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods
33 * Patch #20410: Turkish translation for 3.1-stable
34 * Patch #20452: Czech localisation update
35 * Patch #20731: Change Japanese translation for "spent time"
36 * Patch #20747: Portuguese translation for 3.1-stable
37
7 == 2015-07-26 v3.1.0
38 == 2015-07-26 v3.1.0
8
39
9 * Defect #4334: "Watch"ing an issue doesn't update watchers list
40 * Defect #4334: "Watch"ing an issue doesn't update watchers list
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 3
5 MAJOR = 3
6 MINOR = 1
6 MINOR = 1
7 TINY = 0
7 TINY = 1
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now