##// END OF EJS Templates
Updates for 2.3.2 release....
Jean-Philippe Lang -
r11794:0e3dfa8de47e
parent child
Show More
@@ -4,6 +4,34 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-07-14 v2.3.2
8
9 * Defect #9996: configuration.yml in documentation , but redmine ask me to create email.yml
10 * Defect #13692: warning: already initialized constant on Ruby 1.8.7
11 * Defect #13783: Internal error on time tracking activity enumeration deletion
12 * Defect #13821: "obj" parameter is not defined for macros used in description of documents
13 * Defect #13850: Unable to set custom fields for versions using the REST API
14 * Defect #13910: Values of custom fields are not kept in issues when copying a project
15 * Defect #13950: Duplicate Lithuanian "error_attachment_too_big" translation keys
16 * Defect #14015: Ruby hangs when adding a subtask
17 * Defect #14020: Locking and unlocking a user resets the email notification checkbox
18 * Defect #14023: Can't delete relation when Redmine runs in a subpath
19 * Defect #14051: Filtering issues with custom field in date format with NULL(empty) value
20 * Defect #14178: PDF API broken in version 2.3.1
21 * Defect #14186: Project name is not properly escaped in issue filters JSON
22 * Defect #14242: Project auto generation fails when projects created in the same time
23 * Defect #14245: Gem::InstallError: nokogiri requires Ruby version >= 1.9.2.
24 * Defect #14346: Latvian translation for "Log time"
25 * Feature #12888: Adding markings to emails generated by Private comments
26 * Feature #14419: Include RUBY_PATCHLEVEL and RUBY_RELEASE_DATE in info.rb
27 * Patch #14005: Swedish Translation for 2.3-stable
28 * Patch #14101: Receive IMAP by uid's
29 * Patch #14103: Disconnect and logout from IMAP after mail receive
30 * Patch #14145: German translation of x_hours
31 * Patch #14182: pt-BR translation for 2.3-stable
32 * Patch #14196: Italian translation for 2.3-stable
33 * Patch #14221: Translation of x_hours for many languages
34
7 == 2013-05-01 v2.3.1
35 == 2013-05-01 v2.3.1
8
36
9 * Defect #12650: Lost text after selection in issue list with IE
37 * Defect #12650: Lost text after selection in issue list with IE
@@ -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 = 1
7 TINY = 2
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