File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ steps.
1616Migrating 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+
19250.8.0 API changes
2026-----------------
2127
@@ -54,8 +60,13 @@ the following code to your ``page.html`` template::
5460Charset preference is kept in the browser cookie ``roundup_charset``.
5561
5662Lines ``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
60710.8.0 Logging Configuration
6172---------------------------
You can’t perform that action at this time.
0 commit comments