summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-03-09 09:27:49 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2012-03-09 09:27:49 +0100
commit1e29bd2217f4320d3df156c448bf16aaeaec53d6 (patch)
tree97fcadd8516f137d598ed30c392b9922176ab2ab /UPGRADING
parentf5e1652bf95ed7b63a27042d8bb8b1195d7c9158 (diff)
parentbfb25807c49d3f35cdce91947a442455e1940392 (diff)
downloadaur-master.tar.gz
aur-master.tar.xz
Merge branch 'maint'HEADmaster
Conflicts: UPGRADING web/lib/config.inc.php.proto
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING9
1 files changed, 8 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 863fbd84..6557b958 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -1,13 +1,20 @@
Upgrading
=========
-From 1.9.0 to 1.9.X
+From 1.9.1 to 2.0.0
-------------------
1. Add new "Users" table login date column:
ALTER TABLE Users ADD COLUMN LastLogin BIGINT NOT NULL DEFAULT 0;
+From 1.9.0 to 1.9.1
+-------------------
+
+1. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php".
+
+2. Install translations by running `make install` in "po/".
+
From 1.8.2 to 1.9.0
-------------------