##// END OF EJS Templates
Updates for 3.0.4 release....
Jean-Philippe Lang -
r14041:03629b60b4ac
parent child
Show More
@@ -4,6 +4,26 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-07-07 v3.0.4
8
9 * Defect #17757: Link with hash does not work on Firefox
10 * Defect #19095: PDF is broken on iOS
11 * Defect #19485: Column 'address' in where clause may be ambiguous
12 * Defect #19815: Bulk issue copy copies subtasks and attachments even if option is unchecked
13 * Defect #19835: Newlines stripped from CVS commit messages
14 * Defect #19840: Missing validation for description size of versions
15 * Defect #19842: User allowed to manage public queries in any project, can create public query visible to everyone for ALL projects
16 * Defect #19844: Roles are not aligned on new member form
17 * Defect #19956: Connection leak on svn/redmine integration
18 * Defect #19957: acts_as_versioned not compatible with ActiveRecord 4.2.1
19 * Defect #20066: List of groups sorted in desc by default
20 * Defect #20118: Missing row in PDF if issue description contains '<'-character
21 * Feature #19364: Images and Thumbnail are not interpreted in table while exporting PDF
22 * Feature #20142: Update Gemfile to require rbpdf ~>1.18.6
23 * Patch #19825: Russian translation update
24 * Patch #20035: Italian translation update
25 * Patch #20203: The test email action should use POST only (CSRF protection)
26
7 == 2015-05-10 v3.0.3
27 == 2015-05-10 v3.0.3
8
28
9 * Defect #18580: Can't bulk edit own time entries with "Edit own time entries"
29 * Defect #18580: Can't bulk edit own time entries with "Edit own time entries"
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 3
5 MAJOR = 3
6 MINOR = 0
6 MINOR = 0
7 TINY = 3
7 TINY = 4
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