##// END OF EJS Templates
Doc and version update for 0.7.1 release....
Jean-Philippe Lang -
r1398:c0db7007fa11
parent child
Show More
@@ -5,6 +5,21 Copyright (C) 2006-2008 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7
7
8 == 2008-05-04 v0.7.1
9
10 * Thai translation added (Gampol Thitinilnithi)
11 * Translations updates
12 * Escape HTML comment tags
13 * Prevent "can't convert nil into String" error when :sort_order param is not present
14 * Fixed: Updating tickets add a time log with zero hours
15 * Fixed: private subprojects names are revealed on the project overview
16 * Fixed: Search for target version of "none" fails with postgres 8.3
17 * Fixed: Home, Logout, Login links shouldn't be absolute links
18 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
19 * Fixed: error when using upcase language name in coderay
20 * Fixed: error on Trac import when :due attribute is nil
21
22
8 == 2008-04-28 v0.7.0
23 == 2008-04-28 v0.7.0
9
24
10 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
25 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
@@ -1,7 +1,7
1 == Redmine installation
1 == Redmine installation
2
2
3 Redmine - project management software
3 Redmine - project management software
4 Copyright (C) 2006-2007 Jean-Philippe Lang
4 Copyright (C) 2006-2008 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7
7
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 0
5 MAJOR = 0
6 MINOR = 7
6 MINOR = 7
7 TINY = 0
7 TINY = 1
8
8
9 def self.revision
9 def self.revision
10 revision = nil
10 revision = nil
General Comments 0
You need to be logged in to leave comments. Login now