##// END OF EJS Templates
Updates for 2.4.3 release....
Jean-Philippe Lang -
r12586:c366502b6106
parent child
Show More
@@ -4,6 +4,18 Redmine - project management software
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
@@ -4,7 +4,7 module Redmine
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
General Comments 0
You need to be logged in to leave comments. Login now