##// END OF EJS Templates
Merged r9770 from trunk....
Jean-Philippe Lang -
r9588:c4736ed42b3f
parent child
Show More
@@ -4,6 +4,15 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-06-05 v2.0.2
8
9 * Defect #11032: Project list is not shown when "For any event on the selected projects only..." is selected on user edit panel
10 * Defect #11038: "Create and continue" should preserve project, issue and activity when logging time
11 * Defect #11046: Redmine.pm does not support "bind as user" ldap authentication
12 * Defect #11051: reposman.rb fails in 1.4.2 because of missing require for rubygems
13 * Defect #11085: Wiki start page can't be changed
14 * Feature #11084: Update Rails to 3.2.5
15
7 == 2012-05-28 v2.0.1
16 == 2012-05-28 v2.0.1
8
17
9 * Defect #10923: After creating a new Version Redmine jumps back to "Information"
18 * Defect #10923: After creating a new Version Redmine jumps back to "Information"
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 0
6 MINOR = 0
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