Revision 14423
Added by Jean-Philippe Lang about 10 years ago
branches/3.0-stable/doc/CHANGELOG | ||
---|---|---|
4 | 4 |
Copyright (C) 2006-2015 Jean-Philippe Lang |
5 | 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 | 27 |
== 2015-05-10 v3.0.3 |
8 | 28 | |
9 | 29 |
* Defect #18580: Can't bulk edit own time entries with "Edit own time entries" |
branches/3.0-stable/lib/redmine/version.rb | ||
---|---|---|
4 | 4 |
module VERSION #:nodoc: |
5 | 5 |
MAJOR = 3 |
6 | 6 |
MINOR = 0 |
7 |
TINY = 3
|
|
7 |
TINY = 4
|
|
8 | 8 | |
9 | 9 |
# Branch values: |
10 | 10 |
# * official release: nil |
Also available in: Unified diff
Updates for 3.0.4 release.