Upgrading ========= From 1.6.0 to 1.7.0 ------------------- ALTER TABLE Users ADD Salt CHAR(32) NOT NULL DEFAULT ''; ALTER TABLE Users ADD ResetKey CHAR(32) NOT NULL DEFAULT ''; ALTER TABLE Users MODIFY LangPreference CHAR(5) NOT NULL DEFAULT 'en'; From 1.5.2 to 1.5.3 ------------------- 1. Ensure this appears in config.inc: define("DEFAULT_LANG", "en"); From 1.5.1 to 1.5.2 ------------------- 1. Ensure Pear and File/Find.php are in the path. See web/README.txt. 2. Update your running copy of support/scripts/newpackage-notify. 3. Run this in web/lib: