diff doc/.svn/text-base/INSTALL.svn-base @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 0579821a129a
children
line wrap: on
line diff
--- a/doc/.svn/text-base/INSTALL.svn-base	Thu Mar 03 11:42:28 2011 +0000
+++ b/doc/.svn/text-base/INSTALL.svn-base	Mon Jun 06 14:24:13 2011 +0100
@@ -1,7 +1,7 @@
 == Redmine installation
 
 Redmine - project management software
-Copyright (C) 2006-2010  Jean-Philippe Lang
+Copyright (C) 2006-2011  Jean-Philippe Lang
 http://www.redmine.org/
 
 
@@ -9,21 +9,21 @@
 
 * Ruby 1.8.6 or 1.8.7
 
-* RubyGems 1.3.1
+* RubyGems 1.3.7
 
-* Ruby on Rails 2.3.5 (official downloadable Redmine releases are packaged with
+* Ruby on Rails 2.3.11 (official downloadable Redmine releases are packaged with
   the appropriate Rails version)
 
-* Rack 1.0.1 gem
+* Rack 1.1.0 gem
 
 * Rake 0.8.3 gem
 
 * I18n 0.4.2 gem
 
 * A database:
-  * MySQL (tested with MySQL 5)
-  * PostgreSQL (tested with PostgreSQL 8.1)
-  * SQLite (tested with SQLite 3)
+  * MySQL (tested with MySQL 5.1)
+  * PostgreSQL (tested with PostgreSQL 8.4)
+  * SQLite3 (tested with SQLite 3.6)
 
 Optional:
 * SCM binaries (e.g. svn), for repository browsing (must be available in PATH)