##// END OF EJS Templates
Updates for 2.3.3...
Jean-Philippe Lang -
r11906:2c448295093d
parent child
Show More
@@ -4,6 +4,27 Redmine - project management software
4 Copyright (C) 2006-2013 Jean-Philippe Lang
4 Copyright (C) 2006-2013 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2013-09-14 v2.3.3
8
9 * Defect #13008: Usage of attribute_present? in UserPreference
10 * Defect #14340: Autocomplete fields rendering issue with alternate theme
11 * Defect #14366: Spent Time report sorting on custom fields causes error
12 * Defect #14369: Open/closed issue counts on issues summary are not displayed with SQLServer
13 * Defect #14401: Filtering issues on "related to" may ignore other filters
14 * Defect #14415: Spent time details and report should ignore 'Setting.display_subprojects_issues?' when 'Subproject' filter is enabled.
15 * Defect #14422: CVS root_url not recognized when connection string does not include port
16 * Defect #14447: Additional status transitions for assignees do not work if assigned to a group
17 * Defect #14511: warning: class variable access from toplevel on Ruby 2.0
18 * Defect #14562: diff of CJK (Chinese/Japanese/Korean) is broken on Ruby 1.8
19 * Defect #14584: Standard fields disabled for certain trackers still appear in email notifications
20 * Defect #14607: rake redmine:load_default_data Error
21 * Defect #14697: Wrong Russian translation in close project message
22 * Defect #14798: Wrong done_ratio calculation for parent with subtask having estimated_hours=0
23 * Patch #14485: Traditional Chinese translation for 2.3-stable
24 * Patch #14502: Russian translation for 2.3-stable
25 * Patch #14531: Spanish translations for 2.3.x
26 * Patch #14686: Portuguese translation for 2.3-stable
27
7 == 2013-07-14 v2.3.2
28 == 2013-07-14 v2.3.2
8
29
9 * Defect #9996: configuration.yml in documentation , but redmine ask me to create email.yml
30 * Defect #9996: configuration.yml in documentation , but redmine ask me to create email.yml
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 3
6 MINOR = 3
7 TINY = 2
7 TINY = 3
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