Skip to content

Commit 9f71342

Browse files
author
Richard Jones
committed
small cleanup, more info on config changes
1 parent a70e12d commit 9f71342

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

doc/upgrading.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,30 @@ accordingly.
1010
Migrating 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+
"Foo Bar" <[email protected]>
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

0 commit comments

Comments
 (0)