From 8efcf603191d2753b9f3cb45653deafd69cc8560 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 14 Jul 2013 14:50:07 +0000 Subject: [PATCH] Updates for 2.3.2 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@12023 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 28 ++++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ad808770f..0e3d2b7b9 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,34 @@ Redmine - project management software Copyright (C) 2006-2013 Jean-Philippe Lang http://www.redmine.org/ +== 2013-07-14 v2.3.2 + +* Defect #9996: configuration.yml in documentation , but redmine ask me to create email.yml +* Defect #13692: warning: already initialized constant on Ruby 1.8.7 +* Defect #13783: Internal error on time tracking activity enumeration deletion +* Defect #13821: "obj" parameter is not defined for macros used in description of documents +* Defect #13850: Unable to set custom fields for versions using the REST API +* Defect #13910: Values of custom fields are not kept in issues when copying a project +* Defect #13950: Duplicate Lithuanian "error_attachment_too_big" translation keys +* Defect #14015: Ruby hangs when adding a subtask +* Defect #14020: Locking and unlocking a user resets the email notification checkbox +* Defect #14023: Can't delete relation when Redmine runs in a subpath +* Defect #14051: Filtering issues with custom field in date format with NULL(empty) value +* Defect #14178: PDF API broken in version 2.3.1 +* Defect #14186: Project name is not properly escaped in issue filters JSON +* Defect #14242: Project auto generation fails when projects created in the same time +* Defect #14245: Gem::InstallError: nokogiri requires Ruby version >= 1.9.2. +* Defect #14346: Latvian translation for "Log time" +* Feature #12888: Adding markings to emails generated by Private comments +* Feature #14419: Include RUBY_PATCHLEVEL and RUBY_RELEASE_DATE in info.rb +* Patch #14005: Swedish Translation for 2.3-stable +* Patch #14101: Receive IMAP by uid's +* Patch #14103: Disconnect and logout from IMAP after mail receive +* Patch #14145: German translation of x_hours +* Patch #14182: pt-BR translation for 2.3-stable +* Patch #14196: Italian translation for 2.3-stable +* Patch #14221: Translation of x_hours for many languages + == 2013-05-01 v2.3.1 * Defect #12650: Lost text after selection in issue list with IE diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index a328db8af..0ca09f130 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 = 1 + TINY = 2 # Branch values: # * official release: nil