[Rt-commit] rt branch, 4.2.13-releng, updated. rt-4.2.12-127-ga92e858
Shawn Moore
shawn at bestpractical.com
Wed Jun 8 17:49:07 EDT 2016
The branch, 4.2.13-releng has been updated
via a92e8587388065b4a3874fc7bc6bbf8de73641bc (commit)
from a4f66b1a1f9698ca9c735c22bb131689b37c555a (commit)
Summary of changes:
docs/UPGRADING-4.2 | 6 ++++++
1 file changed, 6 insertions(+)
- Log -----------------------------------------------------------------
commit a92e8587388065b4a3874fc7bc6bbf8de73641bc
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Jun 8 17:03:42 2016 -0400
4.2.13 upgrading note (use utf8 in SiteConfig)
diff --git a/docs/UPGRADING-4.2 b/docs/UPGRADING-4.2
index 3b9d986..45a000e 100644
--- a/docs/UPGRADING-4.2
+++ b/docs/UPGRADING-4.2
@@ -334,4 +334,10 @@ improved search performance, you may wish to drop existing C<tsvector>
and C<GiST> indexes on C<Attachments>, and re-generate the index using
C<rt-setup-fulltext-index>.
+=head1 UPGRADING FROM 4.2.12 AND EARLIER
+
+New deployments install an C<RT_SiteConfig.pm> that includes a C<use utf8;>
+to allow Unicode to be used in config. You may wish to add a C<use utf8;> to
+the top of your C<RT_SiteConfig.pm> if you haven't already done so.
+
=cut
-----------------------------------------------------------------------
More information about the rt-commit
mailing list