From 4db3e0be802c0e89604074173f0941e14f3cf8b1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 14 Sep 2013 06:46:40 +0000 Subject: [PATCH] Updates for 2.3.3 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12135 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 21 +++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0e3d2b7b9..f122eebd4 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,27 @@ Redmine - project management software Copyright (C) 2006-2013 Jean-Philippe Lang http://www.redmine.org/ +== 2013-09-14 v2.3.3 + +* Defect #13008: Usage of attribute_present? in UserPreference +* Defect #14340: Autocomplete fields rendering issue with alternate theme +* Defect #14366: Spent Time report sorting on custom fields causes error +* Defect #14369: Open/closed issue counts on issues summary are not displayed with SQLServer +* Defect #14401: Filtering issues on "related to" may ignore other filters +* Defect #14415: Spent time details and report should ignore 'Setting.display_subprojects_issues?' when 'Subproject' filter is enabled. +* Defect #14422: CVS root_url not recognized when connection string does not include port +* Defect #14447: Additional status transitions for assignees do not work if assigned to a group +* Defect #14511: warning: class variable access from toplevel on Ruby 2.0 +* Defect #14562: diff of CJK (Chinese/Japanese/Korean) is broken on Ruby 1.8 +* Defect #14584: Standard fields disabled for certain trackers still appear in email notifications +* Defect #14607: rake redmine:load_default_data Error +* Defect #14697: Wrong Russian translation in close project message +* Defect #14798: Wrong done_ratio calculation for parent with subtask having estimated_hours=0 +* Patch #14485: Traditional Chinese translation for 2.3-stable +* Patch #14502: Russian translation for 2.3-stable +* Patch #14531: Spanish translations for 2.3.x +* Patch #14686: Portuguese translation for 2.3-stable + == 2013-07-14 v2.3.2 * Defect #9996: configuration.yml in documentation , but redmine ask me to create email.yml diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 56692ef94..b05fe9c69 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 3 - TINY = 2 + TINY = 3 # Branch values: # * official release: nil -- 2.39.5