##// END OF EJS Templates
Changes for 0.6.3 release....
Jean-Philippe Lang -
r997:eb86e5e7e148
parent child
Show More
@@ -5,6 +5,11 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7
7
8 == 2007-12-18 v0.6.3
9
10 * Fixed: upload doesn't work in 'Files' section
11
12
8 == 2007-12-16 v0.6.2
13 == 2007-12-16 v0.6.2
9
14
10 * Search engine: issue custom fields can now be searched
15 * Search engine: issue custom fields can now be searched
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 0
5 MAJOR = 0
6 MINOR = 6
6 MINOR = 6
7 TINY = 2
7 TINY = 3
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