diff options
Diffstat (limited to 'rt/UPGRADING')
-rw-r--r-- | rt/UPGRADING | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/rt/UPGRADING b/rt/UPGRADING index 1aaccdb3c..150a7e980 100644 --- a/rt/UPGRADING +++ b/rt/UPGRADING @@ -18,6 +18,27 @@ If you are using MySQL, please read the instructions in UPGRADING.mysql as well. ******* +UPGRADING FROM 3.8.7 and earlier - Changes: + +RT's ChartFont option has been changed from a string to a hash which +lets you specify per-language fonts. RT now comes with a better default +font for charts, too. + +You should either update your 'ChartFont' option to match the new format +or consider trying the new default + +RT now gives you more precise control over the order in which custom fields +are displayed. This change requires some small changes to your currently saved +custom field orders. + +RT will automatically clean up your existing custom fields when you run: + + + /opt/rt3/sbin/rt-setup-database --dba root --prompt-for-dba-password --action upgrade + +After that cleanup, you should make sure that custom fields are ordered in +a way that you and your users find pleasing. + UPGRADING FROM 3.8.6 and earlier - Changes: For MySQL and Oracle users: |