Changeset 433 for trunk/UPGRADE
- Timestamp:
- 25/10/07 01:15:31 (14 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r408 r433 1 1 This file contains upgrade instructions between different versions of jabberd2. 2 3 * 2.1.18 to 2.1.19 upgrade: 4 5 What had change: 6 - mod_status stores full last presence stanza 7 - so called "offline status" support 8 (sending last unavailable presence stanza for unavailable users) 9 10 You need to add "xml" column to "status" table: 11 ALTER TABLE "status" ADD COLUMN "xml" TEXT; 12 2 13 3 14 * 2.1.17 to 2.1.18 upgrade:
