changeset 2819:24a5447725a2

note dropped bsddb and bsddb3; note about http-equiv meta brought in sync with current code base.
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Sun, 24 Oct 2004 08:51:23 +0000
parents 2317e43609cb
children da2a9175eb83
files doc/upgrading.txt
diffstat 1 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/upgrading.txt	Sun Oct 24 08:48:44 2004 +0000
+++ b/doc/upgrading.txt	Sun Oct 24 08:51:23 2004 +0000
@@ -16,6 +16,12 @@
 Migrating from 0.7.1 to 0.8.0
 =============================
 
+0.8.0 Backend changes
+---------------------
+
+Backends 'bsddb' and 'bsddb3' are removed.  If you are using one of these,
+please migrate to another backend before upgrade.
+
 0.8.0 API changes
 -----------------
 
@@ -54,8 +60,13 @@
 Charset preference is kept in the browser cookie ``roundup_charset``.
 
 Lines ``meta http-equiv`` added to the tracker templates in version 0.6.0
-are misleading and should be removed.  Actual charset is sent in the
-true http header.
+are misleading and should be changed to include actual character set name::
+
+ <meta http-equiv="Content-Type"
+  tal:attributes="content string:text/html;; charset=${request/client/charset}"
+ />
+
+Actual charset is also sent in the http header.
 
 0.8.0 Logging Configuration
 ---------------------------

Roundup Issue Tracker: http://roundup-tracker.org/