##// END OF EJS Templates
Docs updated for 0.6.4 release....
Jean-Philippe Lang -
r1219:13ec81598b0f 0.6-stable
parent child
Show More
@@ -1,10 +1,23
1 == Redmine changelog
1 == Redmine changelog
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
8 == 2007-03-12 v0.6.4
9
10 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
11 * Fixed: potential LDAP authentication security flaw
12 * Fixed: context submenus on the issue list don't show up with IE6.
13 * Fixed: Themes are not applied with Rails 2.0
14 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
15 * Fixed: Mercurial repository browsing
16 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
17 * Fixed: not null constraints not removed with Postgresql
18 * Doctype set to transitional
19
20
8 == 2007-12-18 v0.6.3
21 == 2007-12-18 v0.6.3
9
22
10 * Fixed: upload doesn't work in 'Files' section
23 * Fixed: upload doesn't work in 'Files' section
@@ -1,13 +1,13
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
8 == Requirements
8 == Requirements
9
9
10 * Ruby on Rails 1.2.5 or 2.0.1
10 * Ruby on Rails 1.2.6 or 2.0.2
11 * A database (see compatibility below)
11 * A database (see compatibility below)
12
12
13 Optional:
13 Optional:
@@ -1,7 +1,7
1 == Redmine upgrade procedure
1 == Redmine upgrade procedure
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
@@ -20,16 +20,10 http://www.redmine.org/
20
20
21 6. Copy the RAILS_ROOT/files directory content into your new installation
21 6. Copy the RAILS_ROOT/files directory content into your new installation
22
22
23 Note 1: Rails 1.2.2 or higher is required for version 0.4.2 and later.
23 Note 1: Rails 1.2.6 or higher is required
24
24
25 Note 2: when upgrading your code with svn update, don't forget to clear
25 Note 2: when upgrading your code with svn update, don't forget to clear
26 the application cache (RAILS_ROOT/tmp/cache) before restarting.
26 the application cache (RAILS_ROOT/tmp/cache) before restarting.
27
27
28 Note 3: settings previously defined in custom_config.rb are now stored
28 Note 3: settings previously defined in custom_config.rb are now stored
29 in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them.
29 in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them.
30
31
32 == From 0.2.x and below
33
34 Due to major database changes since 0.2.x, there is no migration support
35 from 0.2.x and previous versions.
@@ -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 = 3
7 TINY = 4
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