##// END OF EJS Templates
Updates for 2.3.4 release....
Jean-Philippe Lang -
r12060:3ee363a5cb96
parent child
Show More
@@ -4,6 +4,25 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-11-17 v2.3.4
8
9 * Defect #13348: Repository tree can't handle two loading at once
10 * Defect #13632: Empty page attached when exporting PDF
11 * Defect #14590: migrate_from_trac.rake does not import Trac users, uses too short password
12 * Defect #14656: JRuby: Encoding error when creating issues
13 * Defect #14883: Update activerecord-jdbc-adapter
14 * Defect #14902: Potential invalid SQL error with invalid group_ids
15 * Defect #14931: SCM annotate with non ASCII author
16 * Defect #14960: migrate_from_mantis.rake does not import Mantis users, uses too short password
17 * Defect #14977: Internal Server Error while uploading file
18 * Defect #15190: JS-error while using a global custom query w/ project filter in a project context
19 * Defect #15235: Wiki Pages REST API with version returns wrong comments
20 * Defect #15344: Default status always inserted to allowed statuses when changing status
21 * Feature #14919: Update ruby-openid version above 2.3.0
22 * Patch #14592: migrate_from_trac.rake does not properly parse First Name and Last Name
23 * Patch #14886: Norweigan - label_copied_to and label_copied_from translated
24 * Patch #15185: Simplified Chinese translation for 2.3-stable
25
7 == 2013-09-14 v2.3.3
26 == 2013-09-14 v2.3.3
8
27
9 * Defect #13008: Usage of attribute_present? in UserPreference
28 * Defect #13008: Usage of attribute_present? in UserPreference
@@ -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 = 3
7 TINY = 4
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