File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1313- roundup-server -g option not recognised (sf bug 952310)
1414- HTML templating isset() inverted (sf bug 951779)
1515- otks manager missing (sf bug 952931)
16+ - mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932)
1617
1718
18192004-05-10 0.7.1
Original file line number Diff line number Diff line change @@ -44,6 +44,20 @@ Lines ``meta http-equiv`` added to the tracker templates in version 0.6.0
4444are misleading and should be removed. Actual charset is sent in the
4545true http header.
4646
47+ Migrating from 0.7.0 to 0.7.2
48+ =============================
49+
50+ 0.7.2 DEFAULT_TIMEZONE is now required
51+ --------------------------------------
52+
53+ The DEFAULT_TIMEZONE configuration variable is now required. Add the
54+ following to your tracker's ``config.py`` file::
55+
56+ # You may specify a different default timezone, for use when users do not
57+ # choose their own in their settings.
58+ DEFAULT_TIMEZONE = 0 # specify as numeric hour offest
59+
60+
4761Migrating from 0.7.0 to 0.7.1
4862=============================
4963
You can’t perform that action at this time.
0 commit comments