##// END OF EJS Templates
Updates for 2.1.1 release....
Jean-Philippe Lang -
r10321:757073edef0b
parent child
Show More
@@ -4,6 +4,22 Redmine - project management software
4 Copyright (C) 2006-2012 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2012-09-30 v2.1.1
8
9 * Defect #11290: ParseDate missing in Ruby 1.9x
10 * Defect #11844: "load_default_data" rake task fails to print the error message if one occurs
11 * Defect #11850: Can't create a user from ldap by on-the-fly on the redmine server using URI prefix
12 * Defect #11872: Private issue visible to anonymous users after its author is deleted
13 * Defect #11885: Filter misses Selectionfield on IE8
14 * Defect #11893: New relation form Cancel link is broken with Chrome 21
15 * Defect #11905: Potential "can't dup NilClass" error in UserPreference
16 * Defect #11909: Autocomplete results not reset after clearing search field
17 * Defect #11922: bs.yml and de.yml lead to error by number_to_currency()
18 * Defect #11945: rake task prints "can't convert Errno::EACCES into String" in case of no permission of public/plugin_assets
19 * Defect #11975: Undefined status transitions allowed in workflow (author of issue changes when selecting a new status)
20 * Defect #11982: SCM diff view generates extra parameter for switching mode
21 * Patch #11897: Traditional Chinese language file (to r10433)
22
7 == 2012-09-16 v2.1.0
23 == 2012-09-16 v2.1.0
8
24
9 * Defect #2071: Reordering priority-enumerations breaks alternate-theme's issue-colouring
25 * Defect #2071: Reordering priority-enumerations breaks alternate-theme's issue-colouring
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 1
6 MINOR = 1
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