wiki:UpgradingFromRC4

Since RC4, XTS has been modified to work with new versions of some module dependencies. This means you may need to upgrade some modules if you were previously running RC4.

(This page is actually just an upgrade guide for Maude)

  • XTS now depends on web.py 0.3.
  • The database schema has changed. Use migration/rc4-to-rc5.sql to upgrade the database.
  • Passwords are now SHA-256-encoded. Deprecated hash() passwords can be used but should obviously be phased out as soon as possible.