summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-05-30 16:39:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-05-30 16:39:33 +0000
commitd001fcd18e017609afa4c55c8b7395b75eeffce9 (patch)
treed3c26c17079fa867e8e656e802e9501fb537796f /doc/INSTALL
parent714b264ccac9cbaaca90598b186f416fa6e3aa30 (diff)
downloadredmine-d001fcd18e017609afa4c55c8b7395b75eeffce9.tar.gz
redmine-d001fcd18e017609afa4c55c8b7395b75eeffce9.zip
Doc update for 1.2.0 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5965 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 594e92e74..c9ac22af3 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -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 @@ http://www.redmine.org/
* 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)