Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal/drupal/INSTALL.txt,v
retrieving revision 1.80
diff -u -p -r1.80 INSTALL.txt
--- INSTALL.txt	30 Apr 2010 08:09:21 -0000	1.80
+++ INSTALL.txt	22 Jul 2010 17:19:42 -0000
@@ -17,10 +17,12 @@ REQUIREMENTS
 Drupal requires:
 
  - a web server, Apache (version 2.0 or greater) is recommended,
- - PHP 5 (5.2.0 or greater) (http://www.php.net/),
- - and either MySQL (5.0.15 or greater) (http://www.mysql.com/), PostgreSQL (8.3
-   or greater) (http://www.postgresql.org/), or SQLite (3.4.2 or greater)
-   (http://www.sqlite.org/).
+ - PHP 5.2.0 (or greater) (http://www.php.net/),
+ - one of the following databases:
+   - MySQL 5.0.15 (or greater) (http://www.mysql.com/),
+   - MariaDB 5.1.44 (or greater) (http://mariadb.org/),
+   - PostgreSQL 8.3 (or greater) (http://www.postgresql.org/),
+   - SQLite 3.4.2 (or greater) (http://www.sqlite.org/).
 
 For more detailed information about Drupal requirements, including a list of
 PHP extensions and configurations that are required, see "System requirements"
