diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-10 17:50:25 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-10 17:50:25 +0000 |
commit | 49ab86961643e18490e6fa129209fc49aa79c12a (patch) | |
tree | 4763e5ed11928a23e889dd98ce5f39ee4531bae0 /doc/UPGRADE.txt | |
parent | 391922f2a75925b886674dfc7f453ae8eca7de49 (diff) | |
download | semanticscuttle-49ab86961643e18490e6fa129209fc49aa79c12a.tar.gz semanticscuttle-49ab86961643e18490e6fa129209fc49aa79c12a.tar.bz2 |
update installation instructions, changelog and upgrade guide
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@533 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'doc/UPGRADE.txt')
-rw-r--r-- | doc/UPGRADE.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/UPGRADE.txt b/doc/UPGRADE.txt index 7352b12..4891ba1 100644 --- a/doc/UPGRADE.txt +++ b/doc/UPGRADE.txt @@ -1,11 +1,26 @@ Upgrading SemanticScuttle from a previous version ================================================= -From versin 0.94 to 0.10.0 +From versin 0.94 to 0.95.0 -------------------------- -- ALTER TABLE `sc_bookmarks` ADD `bVoting` INT NOT NULL ; +The file structure completely changed in 0.95.0 compared +to previous versions. We recommend that you start with a +fresh installation, just copying over your config.php file. +Set your web server document root directory to www/. + +Update your database: +- ALTER TABLE `sc_bookmarks` ADD `bVoting` INT NOT NULL; +- ALTER TABLE `sc_bookmarks` ADD `bVotes` INT NOT NULL; - Add the new votes database table. See data/tables.sql. +Currently, only MySQL can be used as database backend. +All other DBMS (database management systems) have not been +tested except for PostgreSQL, and SemanticScuttle fails there. + +The de_AT translation has been re-added. This is because +de_AT provides a rather ugly "official German" style, +while the normal de_DE is friendlier. Choose what you like. + From version 0.93 to 0.94 ------------------------- |