Revision 12861
Added by Jean-Philippe Lang over 11 years ago
trunk/doc/CHANGELOG | ||
---|---|---|
4 | 4 |
Copyright (C) 2006-2014 Jean-Philippe Lang |
5 | 5 |
http://www.redmine.org/ |
6 | 6 |
|
7 |
== 2014-02-08 v2.4.3 |
|
8 |
|
|
9 |
* Defect #13544: Commit reference: autogenerated issue note has wrong commit link syntax in multi-repo or cross-project context |
|
10 |
* Defect #15664: Unable to upload attachments without add_issues, edit_issues or add_issue_notes permission |
|
11 |
* Defect #15756: 500 on admin info/settings page on development environment |
|
12 |
* Defect #15781: Customfields have a noticable impact on search performance due to slow database COUNT |
|
13 |
* Defect #15849: Redmine:Fetch_Changesets Single-inheritance issue in subclass "Repository:Git" |
|
14 |
* Defect #15870: Parent task completion is 104% after update of subtasks |
|
15 |
* Defect #16032: Repository.fetch_changesets > app/models/repository/git.rb:137:in `[]=': string not matched (IndexError) |
|
16 |
* Defect #16038: Issue#css_classes corrupts user.groups association cache |
|
17 |
* Patch #15960: pt-BR translation for 2.4-stable |
|
18 |
|
|
7 | 19 |
== 2013-12-23 v2.4.2 |
8 | 20 |
|
9 | 21 |
* Defect #15398: HTML 5 invalid <center> tag |
trunk/lib/redmine/version.rb | ||
---|---|---|
4 | 4 |
module VERSION #:nodoc: |
5 | 5 |
MAJOR = 2 |
6 | 6 |
MINOR = 4 |
7 |
TINY = 2
|
|
7 |
TINY = 3
|
|
8 | 8 |
|
9 | 9 |
# Branch values: |
10 | 10 |
# * official release: nil |
Also available in: Unified diff
Updates for 2.4.3 release.