mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-22 16:31:12 +00:00
Merged r9770 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.0-stable@9771 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
47fb2eb998
commit
c4736ed42b
@ -4,6 +4,15 @@ Redmine - project management software
|
|||||||
Copyright (C) 2006-2012 Jean-Philippe Lang
|
Copyright (C) 2006-2012 Jean-Philippe Lang
|
||||||
http://www.redmine.org/
|
http://www.redmine.org/
|
||||||
|
|
||||||
|
== 2012-06-05 v2.0.2
|
||||||
|
|
||||||
|
* Defect #11032: Project list is not shown when "For any event on the selected projects only..." is selected on user edit panel
|
||||||
|
* Defect #11038: "Create and continue" should preserve project, issue and activity when logging time
|
||||||
|
* Defect #11046: Redmine.pm does not support "bind as user" ldap authentication
|
||||||
|
* Defect #11051: reposman.rb fails in 1.4.2 because of missing require for rubygems
|
||||||
|
* Defect #11085: Wiki start page can't be changed
|
||||||
|
* Feature #11084: Update Rails to 3.2.5
|
||||||
|
|
||||||
== 2012-05-28 v2.0.1
|
== 2012-05-28 v2.0.1
|
||||||
|
|
||||||
* Defect #10923: After creating a new Version Redmine jumps back to "Information"
|
* Defect #10923: After creating a new Version Redmine jumps back to "Information"
|
||||||
|
|||||||
@ -4,7 +4,7 @@ module Redmine
|
|||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 2
|
MAJOR = 2
|
||||||
MINOR = 0
|
MINOR = 0
|
||||||
TINY = 1
|
TINY = 2
|
||||||
|
|
||||||
# Branch values:
|
# Branch values:
|
||||||
# * official release: nil
|
# * official release: nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user