Skip to content

Commit c019a9f

Browse files
author
Alexander Smishlajev
committed
note dropped bsddb and bsddb3;
note about http-equiv meta brought in sync with current code base.
1 parent ef18613 commit c019a9f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

doc/upgrading.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ steps.
1616
Migrating from 0.7.1 to 0.8.0
1717
=============================
1818

19+
0.8.0 Backend changes
20+
---------------------
21+
22+
Backends 'bsddb' and 'bsddb3' are removed. If you are using one of these,
23+
please migrate to another backend before upgrade.
24+
1925
0.8.0 API changes
2026
-----------------
2127

@@ -54,8 +60,13 @@ the following code to your ``page.html`` template::
5460
Charset preference is kept in the browser cookie ``roundup_charset``.
5561

5662
Lines ``meta http-equiv`` added to the tracker templates in version 0.6.0
57-
are misleading and should be removed. Actual charset is sent in the
58-
true http header.
63+
are misleading and should be changed to include actual character set name::
64+
65+
<meta http-equiv="Content-Type"
66+
tal:attributes="content string:text/html;; charset=${request/client/charset}"
67+
/>
68+
69+
Actual charset is also sent in the http header.
5970

6071
0.8.0 Logging Configuration
6172
---------------------------

0 commit comments

Comments
 (0)