Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 2294:f72d2fb8ef78 maint-0.7
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 13 May 2004 00:26:07 +0000 |
| parents | 3cdefcb2b7d2 |
| children | 6805cd438c37 |
comparison
equal
deleted
inserted
replaced
| 2292:f58a7d857fef | 2294:f72d2fb8ef78 |
|---|---|
| 10 then you don't need to do anything. If you're upgrading from 0.5.6 to | 10 then you don't need to do anything. If you're upgrading from 0.5.6 to |
| 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" | 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" |
| 12 steps. | 12 steps. |
| 13 | 13 |
| 14 .. contents:: | 14 .. contents:: |
| 15 | |
| 16 Migrating from 0.7.0 to 0.7.2 | |
| 17 ============================= | |
| 18 | |
| 19 0.7.2 DEFAULT_TIMEZONE is now required | |
| 20 -------------------------------------- | |
| 21 | |
| 22 The DEFAULT_TIMEZONE configuration variable is now required. Add the | |
| 23 following to your tracker's ``config.py`` file:: | |
| 24 | |
| 25 # You may specify a different default timezone, for use when users do not | |
| 26 # choose their own in their settings. | |
| 27 DEFAULT_TIMEZONE = 0 # specify as numeric hour offest | |
| 28 | |
| 15 | 29 |
| 16 Migrating from 0.7.0 to 0.7.1 | 30 Migrating from 0.7.0 to 0.7.1 |
| 17 ============================= | 31 ============================= |
| 18 | 32 |
| 19 0.7.1 Permission assignments | 33 0.7.1 Permission assignments |
