##// END OF EJS Templates
Updates for 2.3.1 release....
Jean-Philippe Lang -
r11527:92dcaeb4729f
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-05-01 v2.3.1
8
9 * Defect #12650: Lost text after selection in issue list with IE
10 * Defect #12684: Hotkey for Issue-Edit doesn't work as expected
11 * Defect #13405: Commit link title is escaped twice when using "commit:" prefix
12 * Defect #13541: Can't access SCM when log/production.scm.stderr.log is not writable
13 * Defect #13579: Datepicker uses Simplified Chinese in Traditional Chinese locale
14 * Defect #13584: Missing Portuguese jQuery UI date picker
15 * Defect #13586: Circular loop testing prevents precedes/follows relation between subtasks
16 * Defect #13618: CSV export of spent time ignores filters and columns selection
17 * Defect #13630: PDF export generates the issue id twice
18 * Defect #13644: Diff - Internal Error
19 * Defect #13712: Fix email rake tasks to also support no_account_notice and default_group options
20 * Defect #13811: Broken javascript in IE7 ; recurrence of #12195
21 * Defect #13823: Trailing comma in javascript files
22 * Patch #13531: Traditional Chinese translation for 2.3-stable
23 * Patch #13552: Dutch translations for 2.3-stable
24 * Patch #13678: Lithuanian translation for 2.3-stable
25
7 == 2013-03-19 v2.3.0
26 == 2013-03-19 v2.3.0
8
27
9 * Defect #3107: Issue with two digit year on Logtime
28 * Defect #3107: Issue with two digit year on Logtime
@@ -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 = 0
7 TINY = 1
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