summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-11-04 11:04:58 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2012-11-04 11:10:01 +0100
commit2193676098c3275fcfe50ee71143b62306fd7112 (patch)
tree12ee345badbccf893f218112e5550a7d1c49f889
parent69e2d1dcff01abfb6b8f81bbf7d87914fd50636f (diff)
downloadaur-2193676098c3275fcfe50ee71143b62306fd7112.tar.gz
aur-2193676098c3275fcfe50ee71143b62306fd7112.tar.xz
UPGRADING: Remove reference to Archive_Tar
The Archive_Tar PEAR module is no longer needed as of commit acdf9a85a0ff320f55d6eebb2ba7550fea61a5bb. Remove the associated upgrading instruction. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r--UPGRADING8
1 files changed, 3 insertions, 5 deletions
diff --git a/UPGRADING b/UPGRADING
index dcf9169c..bf486a7b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -13,13 +13,11 @@ ALTER TABLE Users ADD COLUMN PGPKey VARCHAR(40) NULL DEFAULT NULL;
2. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php".
-3. Update Archive_Tar to version greater than 1.3.7.
+3. Enable the PDO MySQL extension (pdo_mysql.so) in "php.ini".
-4. Enable the PDO MySQL extension (pdo_mysql.so) in "php.ini".
+4. Upgrade to PHP>=5.4.0 or enable "short_open_tag" in "php.ini".
-5. Upgrade to PHP>=5.4.0 or enable "short_open_tag" in "php.ini".
-
-6. Install translations by running `make install` in "po/".
+5. Install translations by running `make install` in "po/".
From 1.9.0 to 1.9.1
-------------------