##// END OF EJS Templates
Updates for 2.0.1 release....
Jean-Philippe Lang -
r9548:cfddd2ff4879
parent child
Show More
@@ -4,6 +4,20 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-05-28 v2.0.1
8
9 * Defect #10923: After creating a new Version Redmine jumps back to "Information"
10 * Defect #10932: Links to delete watchers are escaped when gravatars are enabled
11 * Defect #10964: Updated column doesn't get updated on issues
12 * Defect #10965: rake yard does not work for generating documentation.
13 * Defect #10972: Columns selection not displayed on the custom query form
14 * Defect #10991: My page > Spent time 'project' column is html-encoded
15 * Defect #10996: Time zones lost when upgrading from Redmine 1.4 to 2.0
16 * Defect #11013: Fetching Email from IMAP/POP3 - uninitialized constant RAILS_DEFAULT_LOGGER error
17 * Defect #11024: redmine_plugin_model generator does not create the migration
18 * Defect #11027: Saving new query without name causes escaping of input field
19 * Defect #11028: Project identifier can be updated
20
7 == 2012-05-15 v2.0.0
21 == 2012-05-15 v2.0.0
8
22
9 * Feature #4796: Rails 3 support
23 * Feature #4796: Rails 3 support
@@ -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 = 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