##// END OF EJS Templates
Updates for 2.0.3 release....
Jean-Philippe Lang -
r9681:a787325ed2f1
parent child
Show More
@@ -4,6 +4,24 Redmine - project management software
4 4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2012-06-18 v2.0.3
8
9 * Defect #10688: PDF export from Wiki - Problems with tables
10 * Defect #11061: Cannot choose commit versions to view differences in Git/Mercurial repository view
11 * Defect #11065: E-Mail submitted tickets: German umlauts in 'Subject' get malformed (ruby 1.8)
12 * Defect #11098: Default priorities have the same position and can't be reordered
13 * Defect #11105: <% content_for :header_tags do %> doesn't work inside hook
14 * Defect #11112: REST API - custom fields in POST/PUT ignored for time_entries
15 * Defect #11118: "Maximum file size" displayed on upload forms is incorrect
16 * Defect #11124: Link to user is escaped in activity title
17 * Defect #11133: Wiki-page section edit link can point to incorrect section
18 * Defect #11160: SQL Error on time report if a custom field has multiple values for an entry
19 * Defect #11170: Topics sort order is broken in Redmine 2.x
20 * Defect #11178: Spent time sorted by date-descending order lists same-date entries in physical order (not-reverse)
21 * Defect #11185: Redmine fails to delete a project with parent/child task
22 * Feature #11162: Upgrade to Rails 3.2.6
23 * Patch #11113: Small glitch in German localization
24
7 25 == 2012-06-05 v2.0.2
8 26
9 27 * Defect #11032: Project list is not shown when "For any event on the selected projects only..." is selected on user edit panel
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 2
6 6 MINOR = 0
7 TINY = 2
7 TINY = 3
8 8
9 9 # Branch values:
10 10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now