File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,30 @@ accordingly.
1010Migrating from 0.5 to 0.6
1111=========================
1212
13- - Introduced EMAIL_FROM_TAG config variable.
13+ 0.6.0 Configuration
14+ -------------------
15+
16+ - Introduced EMAIL_FROM_TAG config variable. This value is inserted into
17+ the From: line of nosy email. If the sending user is "Foo Bar", the
18+ From: line is usually::
19+
20+ 21+
22+ the EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so::
23+
24+ "Foo Bar EMAIL_FROM_TAG" <
[email protected] >
25+
26+ 0.6.0 Multilingual character set support
27+ ----------------------------------------
1428
1529- Added internationalization support. This is done via encoding all data
1630 stored in roundup database to utf-8 (unicode encoding). To support utf-8 in
1731 web interface you should add the folowing line to your tracker's html/page
18- and html/_generic.help files inside <head> tag:
32+ and html/_generic.help files inside <head> tag::
1933
2034 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2135
22- Sinse latin characters in utf-8 has the same codes as in ASCII table, this
36+ Since latin characters in utf-8 has the same codes as in ASCII table, this
2337 modification is optional for users who use only plain latin characters.
2438
2539 After this modification, you will be able to see and enter any world
You can’t perform that action at this time.
0 commit comments